Class SecondarySubnetIpv4CidrBlockAssociation
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SecondarySubnetIpv4CidrBlockAssociation.Builder,SecondarySubnetIpv4CidrBlockAssociation>
Describes an IPv4 CIDR block associated with a secondary subnet.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface -
Method Summary
Modifier and TypeMethodDescriptionfinal StringThe association ID for the IPv4 CIDR block.builder()final StringThe IPv4 CIDR block.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends SecondarySubnetIpv4CidrBlockAssociation.Builder>state()The state of the CIDR block association.final StringThe state of the CIDR block association.final StringThe reason for the current state of the CIDR block association.final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
associationId
The association ID for the IPv4 CIDR block.
- Returns:
- The association ID for the IPv4 CIDR block.
-
cidrBlock
The IPv4 CIDR block.
- Returns:
- The IPv4 CIDR block.
-
state
The state of the CIDR block association.
If the service returns an enum value that is not available in the current SDK version,
statewill returnSecondarySubnetCidrBlockAssociationState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstateAsString().- Returns:
- The state of the CIDR block association.
- See Also:
-
stateAsString
The state of the CIDR block association.
If the service returns an enum value that is not available in the current SDK version,
statewill returnSecondarySubnetCidrBlockAssociationState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstateAsString().- Returns:
- The state of the CIDR block association.
- See Also:
-
stateReason
The reason for the current state of the CIDR block association.
- Returns:
- The reason for the current state of the CIDR block association.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<SecondarySubnetIpv4CidrBlockAssociation.Builder,SecondarySubnetIpv4CidrBlockAssociation>
-
builder
-
serializableBuilderClass
public static Class<? extends SecondarySubnetIpv4CidrBlockAssociation.Builder> serializableBuilderClass() -
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-