@Generated(value="software.amazon.awssdk:codegen") public final class SubnetCidrBlockState extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SubnetCidrBlockState.Builder,SubnetCidrBlockState>
Describes the state of a CIDR block.
Modifier and Type | Class and Description |
---|---|
static interface |
SubnetCidrBlockState.Builder |
Modifier and Type | Method and Description |
---|---|
static SubnetCidrBlockState.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends SubnetCidrBlockState.Builder> |
serializableBuilderClass() |
SubnetCidrBlockStateCode |
state()
The state of a CIDR block.
|
String |
stateAsString()
The state of a CIDR block.
|
String |
statusMessage()
A message about the status of the CIDR block, if applicable.
|
SubnetCidrBlockState.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final SubnetCidrBlockStateCode state()
The state of a CIDR block.
If the service returns an enum value that is not available in the current SDK version, state
will return
SubnetCidrBlockStateCode.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
stateAsString()
.
SubnetCidrBlockStateCode
public final String stateAsString()
The state of a CIDR block.
If the service returns an enum value that is not available in the current SDK version, state
will return
SubnetCidrBlockStateCode.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
stateAsString()
.
SubnetCidrBlockStateCode
public final String statusMessage()
A message about the status of the CIDR block, if applicable.
public SubnetCidrBlockState.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<SubnetCidrBlockState.Builder,SubnetCidrBlockState>
public static SubnetCidrBlockState.Builder builder()
public static Class<? extends SubnetCidrBlockState.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2022. All rights reserved.