The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Paws::Snowball::Address

USAGE

This class represents one of two things:

Arguments in a call to a service

Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.

As an example, if Att1 is expected to be a Paws::Snowball::Address object:

  $service_obj->Method(Att1 => { AddressId => $value, ..., Street3 => $value  });

Results returned from an API call

Use accessors for each attribute. If Att1 is expected to be an Paws::Snowball::Address object:

  $result = $service_obj->Method(...);
  $result->Att1->AddressId

DESCRIPTION

The address that you want the Snow device(s) associated with a specific job to be shipped to. Addresses are validated at the time of creation. The address you provide must be located within the serviceable area of your region. Although no individual elements of the Address are required, if the address is invalid or unsupported, then an exception is thrown.

ATTRIBUTES

AddressId => Str

The unique ID for an address.

City => Str

The city in an address that a Snow device is to be delivered to.

Company => Str

The name of the company to receive a Snow device at an address.

Country => Str

The country in an address that a Snow device is to be delivered to.

IsRestricted => Bool

If the address you are creating is a primary address, then set this option to true. This field is not supported in most regions.

Landmark => Str

This field is no longer used and the value is ignored.

Name => Str

The name of a person to receive a Snow device at an address.

PhoneNumber => Str

The phone number associated with an address that a Snow device is to be delivered to.

PostalCode => Str

The postal code in an address that a Snow device is to be delivered to.

PrefectureOrDistrict => Str

This field is no longer used and the value is ignored.

StateOrProvince => Str

The state or province in an address that a Snow device is to be delivered to.

Street1 => Str

The first line in a street address that a Snow device is to be delivered to.

Street2 => Str

The second line in a street address that a Snow device is to be delivered to.

Street3 => Str

The third line in a street address that a Snow device is to be delivered to.

SEE ALSO

This class forms part of Paws, describing an object used in Paws::Snowball

BUGS and CONTRIBUTIONS

The source code is located here: https://github.com/pplu/aws-sdk-perl

Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues