@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateGlobalNetworkRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateGlobalNetworkRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateGlobalNetworkRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDescription()
A description of the global network.
|
String |
getGlobalNetworkId()
The ID of your global network.
|
int |
hashCode() |
void |
setDescription(String description)
A description of the global network.
|
void |
setGlobalNetworkId(String globalNetworkId)
The ID of your global network.
|
String |
toString()
Returns a string representation of this object.
|
UpdateGlobalNetworkRequest |
withDescription(String description)
A description of the global network.
|
UpdateGlobalNetworkRequest |
withGlobalNetworkId(String globalNetworkId)
The ID of your global network.
|
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 your global network.
globalNetworkId
- The ID of your global network.public String getGlobalNetworkId()
The ID of your global network.
public UpdateGlobalNetworkRequest withGlobalNetworkId(String globalNetworkId)
The ID of your global network.
globalNetworkId
- The ID of your global network.public void setDescription(String description)
A description of the global network.
Constraints: Maximum length of 256 characters.
description
- A description of the global network.
Constraints: Maximum length of 256 characters.
public String getDescription()
A description of the global network.
Constraints: Maximum length of 256 characters.
Constraints: Maximum length of 256 characters.
public UpdateGlobalNetworkRequest withDescription(String description)
A description of the global network.
Constraints: Maximum length of 256 characters.
description
- A description of the global network.
Constraints: Maximum length of 256 characters.
public String toString()
toString
in class Object
Object.toString()
public UpdateGlobalNetworkRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()