@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsDmsReplicationInstanceVpcSecurityGroupsDetails extends Object implements Serializable, Cloneable, StructuredPojo
Provides details about the virtual private cloud (VPC) security group that’s associated with the replication instance.
| Constructor and Description |
|---|
AwsDmsReplicationInstanceVpcSecurityGroupsDetails() |
| Modifier and Type | Method and Description |
|---|---|
AwsDmsReplicationInstanceVpcSecurityGroupsDetails |
clone() |
boolean |
equals(Object obj) |
String |
getVpcSecurityGroupId()
The identifier of the VPC security group that’s associated with the replication instance.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setVpcSecurityGroupId(String vpcSecurityGroupId)
The identifier of the VPC security group that’s associated with the replication instance.
|
String |
toString()
Returns a string representation of this object.
|
AwsDmsReplicationInstanceVpcSecurityGroupsDetails |
withVpcSecurityGroupId(String vpcSecurityGroupId)
The identifier of the VPC security group that’s associated with the replication instance.
|
public AwsDmsReplicationInstanceVpcSecurityGroupsDetails()
public void setVpcSecurityGroupId(String vpcSecurityGroupId)
The identifier of the VPC security group that’s associated with the replication instance.
vpcSecurityGroupId - The identifier of the VPC security group that’s associated with the replication instance.public String getVpcSecurityGroupId()
The identifier of the VPC security group that’s associated with the replication instance.
public AwsDmsReplicationInstanceVpcSecurityGroupsDetails withVpcSecurityGroupId(String vpcSecurityGroupId)
The identifier of the VPC security group that’s associated with the replication instance.
vpcSecurityGroupId - The identifier of the VPC security group that’s associated with the replication instance.public String toString()
toString in class ObjectObject.toString()public AwsDmsReplicationInstanceVpcSecurityGroupsDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.