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