@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.
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 GetSiteAddressRequest 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 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()