@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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 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 Object
Object.toString()
public ModifyIpamScopeRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()