@Generated(value="software.amazon.awssdk:codegen") public class VpcCidrBlockState extends Object implements ToCopyableBuilder<VpcCidrBlockState.Builder,VpcCidrBlockState>
Describes the state of a CIDR block.
| Modifier and Type | Class and Description |
|---|---|
static interface |
VpcCidrBlockState.Builder |
| Modifier and Type | Method and Description |
|---|---|
static VpcCidrBlockState.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
static Class<? extends VpcCidrBlockState.Builder> |
serializableBuilderClass() |
VpcCidrBlockStateCode |
state()
The state of the CIDR block.
|
String |
stateAsString()
The state of the CIDR block.
|
String |
statusMessage()
A message about the status of the CIDR block, if applicable.
|
VpcCidrBlockState.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copypublic VpcCidrBlockStateCode state()
The state of the CIDR block.
If the service returns an enum value that is not available in the current SDK version, state will return
VpcCidrBlockStateCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
VpcCidrBlockStateCodepublic String stateAsString()
The state of the CIDR block.
If the service returns an enum value that is not available in the current SDK version, state will return
VpcCidrBlockStateCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
VpcCidrBlockStateCodepublic String statusMessage()
A message about the status of the CIDR block, if applicable.
public VpcCidrBlockState.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<VpcCidrBlockState.Builder,VpcCidrBlockState>public static VpcCidrBlockState.Builder builder()
public static Class<? extends VpcCidrBlockState.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.