@Generated(value="software.amazon.awssdk:codegen") public final class ModifyIpamResourceCidrRequest extends Ec2Request implements ToCopyableBuilder<ModifyIpamResourceCidrRequest.Builder,ModifyIpamResourceCidrRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
ModifyIpamResourceCidrRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static ModifyIpamResourceCidrRequest.Builder |
builder() |
String |
currentIpamScopeId()
The ID of the current scope that the resource CIDR is in.
|
String |
destinationIpamScopeId()
The ID of the scope you want to transfer the resource CIDR to.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
monitored()
Determines if the resource is monitored by IPAM.
|
String |
resourceCidr()
The CIDR of the resource you want to modify.
|
String |
resourceId()
The ID of the resource you want to modify.
|
String |
resourceRegion()
The Amazon Web Services Region of the resource you want to modify.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ModifyIpamResourceCidrRequest.Builder> |
serializableBuilderClass() |
ModifyIpamResourceCidrRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String resourceId()
The ID of the resource you want to modify.
public final String resourceCidr()
The CIDR of the resource you want to modify.
public final String resourceRegion()
The Amazon Web Services Region of the resource you want to modify.
public final String currentIpamScopeId()
The ID of the current scope that the resource CIDR is in.
public final String destinationIpamScopeId()
The ID of the scope you want to transfer the resource CIDR to.
public final 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.
public ModifyIpamResourceCidrRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<ModifyIpamResourceCidrRequest.Builder,ModifyIpamResourceCidrRequest>
toBuilder
in class Ec2Request
public static ModifyIpamResourceCidrRequest.Builder builder()
public static Class<? extends ModifyIpamResourceCidrRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode
in class AwsRequest
public final boolean equals(Object obj)
equals
in class AwsRequest
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2023. All rights reserved.