@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModifyIpamResourceCidrRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<ModifyIpamResourceCidrRequest>
NOOP
Constructor and Description |
---|
ModifyIpamResourceCidrRequest() |
Modifier and Type | Method and Description |
---|---|
ModifyIpamResourceCidrRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCurrentIpamScopeId()
The ID of the current scope that the resource CIDR is in.
|
String |
getDestinationIpamScopeId()
The ID of the scope you want to transfer the resource CIDR to.
|
Request<ModifyIpamResourceCidrRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
Boolean |
getMonitored()
Determines if the resource is monitored by IPAM.
|
String |
getResourceCidr()
The CIDR of the resource you want to modify.
|
String |
getResourceId()
The ID of the resource you want to modify.
|
String |
getResourceRegion()
The Amazon Web Services Region of the resource you want to modify.
|
int |
hashCode() |
Boolean |
isMonitored()
Determines if the resource is monitored by IPAM.
|
void |
setCurrentIpamScopeId(String currentIpamScopeId)
The ID of the current scope that the resource CIDR is in.
|
void |
setDestinationIpamScopeId(String destinationIpamScopeId)
The ID of the scope you want to transfer the resource CIDR to.
|
void |
setMonitored(Boolean monitored)
Determines if the resource is monitored by IPAM.
|
void |
setResourceCidr(String resourceCidr)
The CIDR of the resource you want to modify.
|
void |
setResourceId(String resourceId)
The ID of the resource you want to modify.
|
void |
setResourceRegion(String resourceRegion)
The Amazon Web Services Region of the resource you want to modify.
|
String |
toString()
Returns a string representation of this object.
|
ModifyIpamResourceCidrRequest |
withCurrentIpamScopeId(String currentIpamScopeId)
The ID of the current scope that the resource CIDR is in.
|
ModifyIpamResourceCidrRequest |
withDestinationIpamScopeId(String destinationIpamScopeId)
The ID of the scope you want to transfer the resource CIDR to.
|
ModifyIpamResourceCidrRequest |
withMonitored(Boolean monitored)
Determines if the resource is monitored by IPAM.
|
ModifyIpamResourceCidrRequest |
withResourceCidr(String resourceCidr)
The CIDR of the resource you want to modify.
|
ModifyIpamResourceCidrRequest |
withResourceId(String resourceId)
The ID of the resource you want to modify.
|
ModifyIpamResourceCidrRequest |
withResourceRegion(String resourceRegion)
The Amazon Web Services Region of the resource 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 setResourceId(String resourceId)
The ID of the resource you want to modify.
resourceId
- The ID of the resource you want to modify.public String getResourceId()
The ID of the resource you want to modify.
public ModifyIpamResourceCidrRequest withResourceId(String resourceId)
The ID of the resource you want to modify.
resourceId
- The ID of the resource you want to modify.public void setResourceCidr(String resourceCidr)
The CIDR of the resource you want to modify.
resourceCidr
- The CIDR of the resource you want to modify.public String getResourceCidr()
The CIDR of the resource you want to modify.
public ModifyIpamResourceCidrRequest withResourceCidr(String resourceCidr)
The CIDR of the resource you want to modify.
resourceCidr
- The CIDR of the resource you want to modify.public void setResourceRegion(String resourceRegion)
The Amazon Web Services Region of the resource you want to modify.
resourceRegion
- The Amazon Web Services Region of the resource you want to modify.public String getResourceRegion()
The Amazon Web Services Region of the resource you want to modify.
public ModifyIpamResourceCidrRequest withResourceRegion(String resourceRegion)
The Amazon Web Services Region of the resource you want to modify.
resourceRegion
- The Amazon Web Services Region of the resource you want to modify.public void setCurrentIpamScopeId(String currentIpamScopeId)
The ID of the current scope that the resource CIDR is in.
currentIpamScopeId
- The ID of the current scope that the resource CIDR is in.public String getCurrentIpamScopeId()
The ID of the current scope that the resource CIDR is in.
public ModifyIpamResourceCidrRequest withCurrentIpamScopeId(String currentIpamScopeId)
The ID of the current scope that the resource CIDR is in.
currentIpamScopeId
- The ID of the current scope that the resource CIDR is in.public void setDestinationIpamScopeId(String destinationIpamScopeId)
The ID of the scope you want to transfer the resource CIDR to.
destinationIpamScopeId
- The ID of the scope you want to transfer the resource CIDR to.public String getDestinationIpamScopeId()
The ID of the scope you want to transfer the resource CIDR to.
public ModifyIpamResourceCidrRequest withDestinationIpamScopeId(String destinationIpamScopeId)
The ID of the scope you want to transfer the resource CIDR to.
destinationIpamScopeId
- The ID of the scope you want to transfer the resource CIDR to.public void setMonitored(Boolean monitored)
Determines if the resource is monitored by IPAM. If a resource is monitored, the resource is discovered by IPAM and you can view details about the resource’s CIDR.
monitored
- Determines if the resource is monitored by IPAM. If a resource is monitored, the resource is discovered by
IPAM and you can view details about the resource’s CIDR.public Boolean getMonitored()
Determines if the resource is monitored by IPAM. If a resource is monitored, the resource is discovered by IPAM and you can view details about the resource’s CIDR.
public ModifyIpamResourceCidrRequest withMonitored(Boolean monitored)
Determines if the resource is monitored by IPAM. If a resource is monitored, the resource is discovered by IPAM and you can view details about the resource’s CIDR.
monitored
- Determines if the resource is monitored by IPAM. If a resource is monitored, the resource is discovered by
IPAM and you can view details about the resource’s CIDR.public Boolean isMonitored()
Determines if the resource is monitored by IPAM. If a resource is monitored, the resource is discovered by IPAM and you can view details about the resource’s CIDR.
public Request<ModifyIpamResourceCidrRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<ModifyIpamResourceCidrRequest>
public String toString()
toString
in class Object
Object.toString()
public ModifyIpamResourceCidrRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()