@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VpcConnectionProperties extends Object implements Serializable, Cloneable, StructuredPojo
VPC connection properties.
| Constructor and Description |
|---|
VpcConnectionProperties() |
| Modifier and Type | Method and Description |
|---|---|
VpcConnectionProperties |
clone() |
boolean |
equals(Object obj) |
String |
getVpcConnectionArn()
The Amazon Resource Name (ARN) for the VPC connection.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setVpcConnectionArn(String vpcConnectionArn)
The Amazon Resource Name (ARN) for the VPC connection.
|
String |
toString()
Returns a string representation of this object.
|
VpcConnectionProperties |
withVpcConnectionArn(String vpcConnectionArn)
The Amazon Resource Name (ARN) for the VPC connection.
|
public void setVpcConnectionArn(String vpcConnectionArn)
The Amazon Resource Name (ARN) for the VPC connection.
vpcConnectionArn - The Amazon Resource Name (ARN) for the VPC connection.public String getVpcConnectionArn()
The Amazon Resource Name (ARN) for the VPC connection.
public VpcConnectionProperties withVpcConnectionArn(String vpcConnectionArn)
The Amazon Resource Name (ARN) for the VPC connection.
vpcConnectionArn - The Amazon Resource Name (ARN) for the VPC connection.public String toString()
toString in class ObjectObject.toString()public VpcConnectionProperties clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.