@Generated(value="software.amazon.awssdk:codegen") public final class ReplicationSubnetGroup extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ReplicationSubnetGroup.Builder,ReplicationSubnetGroup>
Describes a subnet group in response to a request by the DescribeReplicationSubnetGroups operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ReplicationSubnetGroup.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ReplicationSubnetGroup.Builder |
builder() |
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).
|
String |
replicationSubnetGroupDescription()
A description for the replication subnet group.
|
String |
replicationSubnetGroupIdentifier()
The identifier of the replication instance subnet group.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ReplicationSubnetGroup.Builder> |
serializableBuilderClass() |
String |
subnetGroupStatus()
The status of the subnet group.
|
List<Subnet> |
subnets()
The subnets that are in the subnet group.
|
ReplicationSubnetGroup.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
vpcId()
The ID of the VPC.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String replicationSubnetGroupIdentifier()
The identifier of the replication instance subnet group.
public final String replicationSubnetGroupDescription()
A description for the replication subnet group.
public final String vpcId()
The ID of the VPC.
public final String subnetGroupStatus()
The status of the subnet group.
public final boolean hasSubnets()
public final List<Subnet> subnets()
The subnets that are in the subnet group.
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 ReplicationSubnetGroup.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ReplicationSubnetGroup.Builder,ReplicationSubnetGroup>public static ReplicationSubnetGroup.Builder builder()
public static Class<? extends ReplicationSubnetGroup.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.