@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteSiteRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteSiteRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteSiteRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getGlobalNetworkId()
The ID of the global network.
|
String |
getSiteId()
The ID of the site.
|
int |
hashCode() |
void |
setGlobalNetworkId(String globalNetworkId)
The ID of the global network.
|
void |
setSiteId(String siteId)
The ID of the site.
|
String |
toString()
Returns a string representation of this object.
|
DeleteSiteRequest |
withGlobalNetworkId(String globalNetworkId)
The ID of the global network.
|
DeleteSiteRequest |
withSiteId(String siteId)
The ID 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 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 DeleteSiteRequest withGlobalNetworkId(String globalNetworkId)
The ID of the global network.
globalNetworkId
- The ID of the global network.public void setSiteId(String siteId)
The ID of the site.
siteId
- The ID of the site.public String getSiteId()
The ID of the site.
public DeleteSiteRequest withSiteId(String siteId)
The ID of the site.
siteId
- The ID of the site.public String toString()
toString
in class Object
Object.toString()
public DeleteSiteRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.