@Generated(value="software.amazon.awssdk:codegen") public final class ReplicationSubnetGroup extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ReplicationSubnetGroup.Builder,ReplicationSubnetGroup>
| 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 String replicationSubnetGroupIdentifier()
The identifier of the replication instance subnet group.
public String replicationSubnetGroupDescription()
A description for the replication subnet group.
public String vpcId()
The ID of the VPC.
public String subnetGroupStatus()
The status of the subnet group.
public boolean hasSubnets()
public 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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.