@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsDmsReplicationInstanceReplicationSubnetGroupDetails extends Object implements Serializable, Cloneable, StructuredPojo
Provides details about the replication subnet group.
| Constructor and Description |
|---|
AwsDmsReplicationInstanceReplicationSubnetGroupDetails() |
| Modifier and Type | Method and Description |
|---|---|
AwsDmsReplicationInstanceReplicationSubnetGroupDetails |
clone() |
boolean |
equals(Object obj) |
String |
getReplicationSubnetGroupIdentifier()
The identifier of the replication subnet group.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setReplicationSubnetGroupIdentifier(String replicationSubnetGroupIdentifier)
The identifier of the replication subnet group.
|
String |
toString()
Returns a string representation of this object.
|
AwsDmsReplicationInstanceReplicationSubnetGroupDetails |
withReplicationSubnetGroupIdentifier(String replicationSubnetGroupIdentifier)
The identifier of the replication subnet group.
|
public AwsDmsReplicationInstanceReplicationSubnetGroupDetails()
public void setReplicationSubnetGroupIdentifier(String replicationSubnetGroupIdentifier)
The identifier of the replication subnet group.
replicationSubnetGroupIdentifier - The identifier of the replication subnet group.public String getReplicationSubnetGroupIdentifier()
The identifier of the replication subnet group.
public AwsDmsReplicationInstanceReplicationSubnetGroupDetails withReplicationSubnetGroupIdentifier(String replicationSubnetGroupIdentifier)
The identifier of the replication subnet group.
replicationSubnetGroupIdentifier - The identifier of the replication subnet group.public String toString()
toString in class ObjectObject.toString()public AwsDmsReplicationInstanceReplicationSubnetGroupDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.