@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateNetworkSiteRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateNetworkSiteRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateNetworkSiteRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientToken()
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
String |
getDescription()
The description.
|
String |
getNetworkSiteArn()
The Amazon Resource Name (ARN) of the network site.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
void |
setDescription(String description)
The description.
|
void |
setNetworkSiteArn(String networkSiteArn)
The Amazon Resource Name (ARN) of the network site.
|
String |
toString()
Returns a string representation of this object.
|
UpdateNetworkSiteRequest |
withClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
UpdateNetworkSiteRequest |
withDescription(String description)
The description.
|
UpdateNetworkSiteRequest |
withNetworkSiteArn(String networkSiteArn)
The Amazon Resource Name (ARN) of the network 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, withSdkRequestTimeoutpublic void setClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.
clientToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more
information, see How to ensure
idempotency.public String getClientToken()
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.
public UpdateNetworkSiteRequest withClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.
clientToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more
information, see How to ensure
idempotency.public void setDescription(String description)
The description.
description - The description.public String getDescription()
The description.
public UpdateNetworkSiteRequest withDescription(String description)
The description.
description - The description.public void setNetworkSiteArn(String networkSiteArn)
The Amazon Resource Name (ARN) of the network site.
networkSiteArn - The Amazon Resource Name (ARN) of the network site.public String getNetworkSiteArn()
The Amazon Resource Name (ARN) of the network site.
public UpdateNetworkSiteRequest withNetworkSiteArn(String networkSiteArn)
The Amazon Resource Name (ARN) of the network site.
networkSiteArn - The Amazon Resource Name (ARN) of the network site.public String toString()
toString in class ObjectObject.toString()public UpdateNetworkSiteRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()