@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSiteRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetSiteRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetSiteRequest |
clone() |
boolean |
equals(Object obj) |
String |
getSiteId()
The ID or the Amazon Resource Name (ARN) of the site.
|
int |
hashCode() |
void |
setSiteId(String siteId)
The ID or the Amazon Resource Name (ARN) of the site.
|
String |
toString()
Returns a string representation of this object.
|
GetSiteRequest |
withSiteId(String siteId)
The ID or the Amazon Resource Name (ARN) of the site.
|
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)
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 GetSiteRequest 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 String toString()
toString in class ObjectObject.toString()public GetSiteRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.