@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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 UpdateSiteRequest 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 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 Object
Object.toString()
public UpdateSiteRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()