@Generated(value="software.amazon.awssdk:codegen") public final class ClusterSubnetGroup extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ClusterSubnetGroup.Builder,ClusterSubnetGroup>
Describes a subnet group.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ClusterSubnetGroup.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ClusterSubnetGroup.Builder |
builder() |
String |
clusterSubnetGroupName()
The name of the cluster subnet group.
|
String |
description()
The description of the cluster subnet group.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasSubnets()
Returns true if the Subnets property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
boolean |
hasTags()
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ClusterSubnetGroup.Builder> |
serializableBuilderClass() |
String |
subnetGroupStatus()
The status of the cluster subnet group.
|
List<Subnet> |
subnets()
A list of the VPC Subnet elements.
|
List<Tag> |
tags()
The list of tags for the cluster subnet group.
|
ClusterSubnetGroup.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
vpcId()
The VPC ID of the cluster subnet group.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String clusterSubnetGroupName()
The name of the cluster subnet group.
public String description()
The description of the cluster subnet group.
public String vpcId()
The VPC ID of the cluster subnet group.
public String subnetGroupStatus()
The status of the cluster subnet group. Possible values are Complete, Incomplete and
Invalid.
Complete,
Incomplete and Invalid.public boolean hasSubnets()
public List<Subnet> subnets()
A list of the VPC Subnet elements.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasSubnets() to see if a value was sent in this field.
public boolean hasTags()
public List<Tag> tags()
The list of tags for the cluster subnet group.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasTags() to see if a value was sent in this field.
public ClusterSubnetGroup.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ClusterSubnetGroup.Builder,ClusterSubnetGroup>public static ClusterSubnetGroup.Builder builder()
public static Class<? extends ClusterSubnetGroup.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.