Class ModifyIpamResourceCidrRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.ec2.model.Ec2Request
-
- software.amazon.awssdk.services.ec2.model.ModifyIpamResourceCidrRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ModifyIpamResourceCidrRequest.Builder,ModifyIpamResourceCidrRequest>
@Generated("software.amazon.awssdk:codegen") public final class ModifyIpamResourceCidrRequest extends Ec2Request implements ToCopyableBuilder<ModifyIpamResourceCidrRequest.Builder,ModifyIpamResourceCidrRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceModifyIpamResourceCidrRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ModifyIpamResourceCidrRequest.Builderbuilder()StringcurrentIpamScopeId()The ID of the current scope that the resource CIDR is in.StringdestinationIpamScopeId()The ID of the scope you want to transfer the resource CIDR to.BooleandryRun()A check for whether you have the required permissions for the action without actually making the request and provides an error response.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Booleanmonitored()Determines if the resource is monitored by IPAM.StringresourceCidr()The CIDR of the resource you want to modify.StringresourceId()The ID of the resource you want to modify.StringresourceRegion()The Amazon Web Services Region of the resource you want to modify.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ModifyIpamResourceCidrRequest.Builder>serializableBuilderClass()ModifyIpamResourceCidrRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
dryRun
public final Boolean dryRun()
A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it isUnauthorizedOperation.- Returns:
- A check for whether you have the required permissions for the action without actually making the request
and provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it isUnauthorizedOperation.
-
resourceId
public final String resourceId()
The ID of the resource you want to modify.
- Returns:
- The ID of the resource you want to modify.
-
resourceCidr
public final String resourceCidr()
The CIDR of the resource you want to modify.
- Returns:
- The CIDR of the resource you want to modify.
-
resourceRegion
public final String resourceRegion()
The Amazon Web Services Region of the resource you want to modify.
- Returns:
- The Amazon Web Services Region of the resource you want to modify.
-
currentIpamScopeId
public final String currentIpamScopeId()
The ID of the current scope that the resource CIDR is in.
- Returns:
- The ID of the current scope that the resource CIDR is in.
-
destinationIpamScopeId
public final String destinationIpamScopeId()
The ID of the scope you want to transfer the resource CIDR to.
- Returns:
- The ID of the scope you want to transfer the resource CIDR to.
-
monitored
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.
- Returns:
- 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.
-
toBuilder
public ModifyIpamResourceCidrRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ModifyIpamResourceCidrRequest.Builder,ModifyIpamResourceCidrRequest>- Specified by:
toBuilderin classEc2Request
-
builder
public static ModifyIpamResourceCidrRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ModifyIpamResourceCidrRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-