@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()
The ID or the Amazon Resource Name (ARN) of the site.
|
int |
hashCode() |
void |
setAddressType(String addressType)
The type of the address you request.
|
void |
setSiteId(String siteId)
The ID or the Amazon Resource Name (ARN) of the site.
|
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)
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.
siteId
- The ID or the Amazon Resource Name (ARN) of the site.public String getSiteId()
The ID or the Amazon Resource Name (ARN) of the site.
public GetSiteAddressRequest withSiteId(String siteId)
The ID or the Amazon Resource Name (ARN) of the site.
siteId
- The ID or the Amazon Resource Name (ARN) of the site.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()