@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModifyIpamScopeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<ModifyIpamScopeRequest>
NOOP| Constructor and Description |
|---|
ModifyIpamScopeRequest() |
| Modifier and Type | Method and Description |
|---|---|
ModifyIpamScopeRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
The description of the scope you want to modify.
|
Request<ModifyIpamScopeRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
String |
getIpamScopeId()
The ID of the scope you want to modify.
|
int |
hashCode() |
void |
setDescription(String description)
The description of the scope you want to modify.
|
void |
setIpamScopeId(String ipamScopeId)
The ID of the scope you want to modify.
|
String |
toString()
Returns a string representation of this object.
|
ModifyIpamScopeRequest |
withDescription(String description)
The description of the scope you want to modify.
|
ModifyIpamScopeRequest |
withIpamScopeId(String ipamScopeId)
The ID of the scope you want to modify.
|
addHandlerContext, copyBaseTo, 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 setIpamScopeId(String ipamScopeId)
The ID of the scope you want to modify.
ipamScopeId - The ID of the scope you want to modify.public String getIpamScopeId()
The ID of the scope you want to modify.
public ModifyIpamScopeRequest withIpamScopeId(String ipamScopeId)
The ID of the scope you want to modify.
ipamScopeId - The ID of the scope you want to modify.public void setDescription(String description)
The description of the scope you want to modify.
description - The description of the scope you want to modify.public String getDescription()
The description of the scope you want to modify.
public ModifyIpamScopeRequest withDescription(String description)
The description of the scope you want to modify.
description - The description of the scope you want to modify.public Request<ModifyIpamScopeRequest> getDryRunRequest()
getDryRunRequest in interface DryRunSupportedRequest<ModifyIpamScopeRequest>public String toString()
toString in class ObjectObject.toString()public ModifyIpamScopeRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.