@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSiteAddressRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetSiteAddressRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetSiteAddressRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAddressType()
The type of the address you request.
|
String |
getSiteId() |
int |
hashCode() |
void |
setAddressType(String addressType)
The type of the address you request.
|
void |
setSiteId(String siteId) |
String |
toString()
Returns a string representation of this object.
|
GetSiteAddressRequest |
withAddressType(AddressType addressType)
The type of the address you request.
|
GetSiteAddressRequest |
withAddressType(String addressType)
The type of the address you request.
|
GetSiteAddressRequest |
withSiteId(String siteId) |
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setSiteId(String siteId)
siteId - public String getSiteId()
public GetSiteAddressRequest withSiteId(String siteId)
siteId - public void setAddressType(String addressType)
The type of the address you request.
addressType - The type of the address you request.AddressTypepublic String getAddressType()
The type of the address you request.
AddressTypepublic GetSiteAddressRequest withAddressType(String addressType)
The type of the address you request.
addressType - The type of the address you request.AddressTypepublic GetSiteAddressRequest withAddressType(AddressType addressType)
The type of the address you request.
addressType - The type of the address you request.AddressTypepublic String toString()
toString in class ObjectObject.toString()public GetSiteAddressRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.