@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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)
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.AddressType
public String getAddressType()
The type of the address you request.
AddressType
public GetSiteAddressRequest withAddressType(String addressType)
The type of the address you request.
addressType
- The type of the address you request.AddressType
public GetSiteAddressRequest withAddressType(AddressType addressType)
The type of the address you request.
addressType
- The type of the address you request.AddressType
public String toString()
toString
in class Object
Object.toString()
public GetSiteAddressRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()