@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()
A description of your site.
|
String |
getGlobalNetworkId()
The ID of the global network.
|
Location |
getLocation()
The site location:
|
String |
getSiteId()
The ID of your site.
|
int |
hashCode() |
void |
setDescription(String description)
A description of your site.
|
void |
setGlobalNetworkId(String globalNetworkId)
The ID of the global network.
|
void |
setLocation(Location location)
The site location:
|
void |
setSiteId(String siteId)
The ID of your site.
|
String |
toString()
Returns a string representation of this object.
|
UpdateSiteRequest |
withDescription(String description)
A description of your site.
|
UpdateSiteRequest |
withGlobalNetworkId(String globalNetworkId)
The ID of the global network.
|
UpdateSiteRequest |
withLocation(Location location)
The site location:
|
UpdateSiteRequest |
withSiteId(String siteId)
The ID of your 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 setGlobalNetworkId(String globalNetworkId)
The ID of the global network.
globalNetworkId
- The ID of the global network.public String getGlobalNetworkId()
The ID of the global network.
public UpdateSiteRequest withGlobalNetworkId(String globalNetworkId)
The ID of the global network.
globalNetworkId
- The ID of the global network.public void setSiteId(String siteId)
The ID of your site.
siteId
- The ID of your site.public String getSiteId()
The ID of your site.
public UpdateSiteRequest withSiteId(String siteId)
The ID of your site.
siteId
- The ID of your site.public void setDescription(String description)
A description of your site.
Constraints: Maximum length of 256 characters.
description
- A description of your site.
Constraints: Maximum length of 256 characters.
public String getDescription()
A description of your site.
Constraints: Maximum length of 256 characters.
Constraints: Maximum length of 256 characters.
public UpdateSiteRequest withDescription(String description)
A description of your site.
Constraints: Maximum length of 256 characters.
description
- A description of your site.
Constraints: Maximum length of 256 characters.
public void setLocation(Location location)
The site location:
Address
: The physical address of the site.
Latitude
: The latitude of the site.
Longitude
: The longitude of the site.
location
- The site location:
Address
: The physical address of the site.
Latitude
: The latitude of the site.
Longitude
: The longitude of the site.
public Location getLocation()
The site location:
Address
: The physical address of the site.
Latitude
: The latitude of the site.
Longitude
: The longitude of the site.
Address
: The physical address of the site.
Latitude
: The latitude of the site.
Longitude
: The longitude of the site.
public UpdateSiteRequest withLocation(Location location)
The site location:
Address
: The physical address of the site.
Latitude
: The latitude of the site.
Longitude
: The longitude of the site.
location
- The site location:
Address
: The physical address of the site.
Latitude
: The latitude of the site.
Longitude
: The longitude of the site.
public String toString()
toString
in class Object
Object.toString()
public UpdateSiteRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()