@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateSiteAddressRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateSiteAddressRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateSiteAddressRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Address |
getAddress()
The address for the site.
|
String |
getAddressType()
The type of the address.
|
String |
getSiteId()
The ID or the Amazon Resource Name (ARN) of the site.
|
int |
hashCode() |
void |
setAddress(Address address)
The address for the site.
|
void |
setAddressType(String addressType)
The type of the address.
|
void |
setSiteId(String siteId)
The ID or the Amazon Resource Name (ARN) of the site.
|
String |
toString()
Returns a string representation of this object.
|
UpdateSiteAddressRequest |
withAddress(Address address)
The address for the site.
|
UpdateSiteAddressRequest |
withAddressType(AddressType addressType)
The type of the address.
|
UpdateSiteAddressRequest |
withAddressType(String addressType)
The type of the address.
|
UpdateSiteAddressRequest |
withSiteId(String siteId)
The ID or the Amazon Resource Name (ARN) of the site.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setSiteId(String siteId)
The ID or the Amazon Resource Name (ARN) of the site.
In requests, Amazon Web Services Outposts accepts the Amazon Resource Name (ARN) or an ID for Outposts and sites
throughout the Outposts Query API. To address backwards compatibility, the parameter names OutpostID
or SiteID
remain in use. Despite the parameter name, you can make the request with an ARN.
siteId
- The ID or the Amazon Resource Name (ARN) of the site.
In requests, Amazon Web Services Outposts accepts the Amazon Resource Name (ARN) or an ID for Outposts and
sites throughout the Outposts Query API. To address backwards compatibility, the parameter names
OutpostID
or SiteID
remain in use. Despite the parameter name, you can make the
request with an ARN.
public String getSiteId()
The ID or the Amazon Resource Name (ARN) of the site.
In requests, Amazon Web Services Outposts accepts the Amazon Resource Name (ARN) or an ID for Outposts and sites
throughout the Outposts Query API. To address backwards compatibility, the parameter names OutpostID
or SiteID
remain in use. Despite the parameter name, you can make the request with an ARN.
In requests, Amazon Web Services Outposts accepts the Amazon Resource Name (ARN) or an ID for Outposts
and sites throughout the Outposts Query API. To address backwards compatibility, the parameter names
OutpostID
or SiteID
remain in use. Despite the parameter name, you can make the
request with an ARN.
public UpdateSiteAddressRequest withSiteId(String siteId)
The ID or the Amazon Resource Name (ARN) of the site.
In requests, Amazon Web Services Outposts accepts the Amazon Resource Name (ARN) or an ID for Outposts and sites
throughout the Outposts Query API. To address backwards compatibility, the parameter names OutpostID
or SiteID
remain in use. Despite the parameter name, you can make the request with an ARN.
siteId
- The ID or the Amazon Resource Name (ARN) of the site.
In requests, Amazon Web Services Outposts accepts the Amazon Resource Name (ARN) or an ID for Outposts and
sites throughout the Outposts Query API. To address backwards compatibility, the parameter names
OutpostID
or SiteID
remain in use. Despite the parameter name, you can make the
request with an ARN.
public void setAddressType(String addressType)
The type of the address.
addressType
- The type of the address.AddressType
public String getAddressType()
The type of the address.
AddressType
public UpdateSiteAddressRequest withAddressType(String addressType)
The type of the address.
addressType
- The type of the address.AddressType
public UpdateSiteAddressRequest withAddressType(AddressType addressType)
The type of the address.
addressType
- The type of the address.AddressType
public void setAddress(Address address)
The address for the site.
address
- The address for the site.public Address getAddress()
The address for the site.
public UpdateSiteAddressRequest withAddress(Address address)
The address for the site.
address
- The address for the site.public String toString()
toString
in class Object
Object.toString()
public UpdateSiteAddressRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()