Class Address
java.lang.Object
software.amazon.awssdk.services.privatenetworks.model.Address
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<Address.Builder,
Address>
@Generated("software.amazon.awssdk:codegen")
public final class Address
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<Address.Builder,Address>
Information about an address.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic Address.Builder
builder()
final String
city()
The city for this address.final String
company()
The company name for this address.final String
country()
The country for this address.final String
The recipient's email address.final boolean
final boolean
equalsBySdkFields
(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional
<T> getValueForField
(String fieldName, Class<T> clazz) final int
hashCode()
final String
name()
The recipient's name for this address.final String
The recipient's phone number.final String
The postal code for this address.static Class
<? extends Address.Builder> final String
The state or province for this address.final String
street1()
The first line of the street address.final String
street2()
The second line of the street address.final String
street3()
The third line of the street address.Take this object and create a builder that contains all of the current property values of this object.final String
toString()
Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
city
-
company
The company name for this address.
- Returns:
- The company name for this address.
-
country
-
emailAddress
The recipient's email address.
- Returns:
- The recipient's email address.
-
name
The recipient's name for this address.
- Returns:
- The recipient's name for this address.
-
phoneNumber
The recipient's phone number.
- Returns:
- The recipient's phone number.
-
postalCode
The postal code for this address.
- Returns:
- The postal code for this address.
-
stateOrProvince
The state or province for this address.
- Returns:
- The state or province for this address.
-
street1
The first line of the street address.
- Returns:
- The first line of the street address.
-
street2
The second line of the street address.
- Returns:
- The second line of the street address.
-
street3
The third line of the street address.
- Returns:
- The third line of the street address.
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<Address.Builder,
Address> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojo
Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojo
class, and is generated based on a service model.If an
SdkPojo
class does not have any inherited fields,equalsBySdkFields
andequals
are essentially the same.- Specified by:
equalsBySdkFields
in interfaceSdkPojo
- Parameters:
obj
- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-