StructuredPojo
, ToCopyableBuilder<ReplicationSubnetGroup.Builder,ReplicationSubnetGroup>
@Generated("software.amazon.awssdk:codegen") public class ReplicationSubnetGroup extends Object implements StructuredPojo, ToCopyableBuilder<ReplicationSubnetGroup.Builder,ReplicationSubnetGroup>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ReplicationSubnetGroup.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ReplicationSubnetGroup.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
replicationSubnetGroupDescription() |
The description of the replication subnet group.
|
String |
replicationSubnetGroupIdentifier() |
The identifier of the replication instance subnet group.
|
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() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
vpcId() |
The ID of the VPC.
|
public String replicationSubnetGroupIdentifier()
The identifier of the replication instance subnet group.
public String replicationSubnetGroupDescription()
The description of the replication subnet group.
public String vpcId()
The ID of the VPC.
public String subnetGroupStatus()
The status of the subnet group.
public List<Subnet> subnets()
The subnets that are in the subnet group.
public ReplicationSubnetGroup.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ReplicationSubnetGroup.Builder,ReplicationSubnetGroup>
public static ReplicationSubnetGroup.Builder builder()
public static Class<? extends ReplicationSubnetGroup.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.