@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 Object
Object.toString()
public AwsDmsReplicationInstanceVpcSecurityGroupsDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.