@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) |
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 Object
Object.toString()
public VpcConnectionProperties clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2021. All rights reserved.