Class UpdateSiteAddressRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.outposts.model.OutpostsRequest
-
- software.amazon.awssdk.services.outposts.model.UpdateSiteAddressRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdateSiteAddressRequest.Builder,UpdateSiteAddressRequest>
@Generated("software.amazon.awssdk:codegen") public final class UpdateSiteAddressRequest extends OutpostsRequest implements ToCopyableBuilder<UpdateSiteAddressRequest.Builder,UpdateSiteAddressRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateSiteAddressRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Addressaddress()The address for the site.AddressTypeaddressType()The type of the address.StringaddressTypeAsString()The type of the address.static UpdateSiteAddressRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends UpdateSiteAddressRequest.Builder>serializableBuilderClass()StringsiteId()The ID or the Amazon Resource Name (ARN) of the site.UpdateSiteAddressRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
siteId
public final String siteId()
The ID or the Amazon Resource Name (ARN) of the site.
- Returns:
- The ID or the Amazon Resource Name (ARN) of the site.
-
addressType
public final AddressType addressType()
The type of the address.
If the service returns an enum value that is not available in the current SDK version,
addressTypewill returnAddressType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromaddressTypeAsString().- Returns:
- The type of the address.
- See Also:
AddressType
-
addressTypeAsString
public final String addressTypeAsString()
The type of the address.
If the service returns an enum value that is not available in the current SDK version,
addressTypewill returnAddressType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromaddressTypeAsString().- Returns:
- The type of the address.
- See Also:
AddressType
-
address
public final Address address()
The address for the site.
- Returns:
- The address for the site.
-
toBuilder
public UpdateSiteAddressRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateSiteAddressRequest.Builder,UpdateSiteAddressRequest>- Specified by:
toBuilderin classOutpostsRequest
-
builder
public static UpdateSiteAddressRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateSiteAddressRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-