@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VpcInterfaceAttachment extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
VpcInterfaceAttachment() |
| Modifier and Type | Method and Description |
|---|---|
VpcInterfaceAttachment |
clone() |
boolean |
equals(Object obj) |
String |
getVpcInterfaceName()
The name of the VPC interface to use for this resource.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setVpcInterfaceName(String vpcInterfaceName)
The name of the VPC interface to use for this resource.
|
String |
toString()
Returns a string representation of this object.
|
VpcInterfaceAttachment |
withVpcInterfaceName(String vpcInterfaceName)
The name of the VPC interface to use for this resource.
|
public void setVpcInterfaceName(String vpcInterfaceName)
vpcInterfaceName - The name of the VPC interface to use for this resource.public String getVpcInterfaceName()
public VpcInterfaceAttachment withVpcInterfaceName(String vpcInterfaceName)
vpcInterfaceName - The name of the VPC interface to use for this resource.public String toString()
toString in class ObjectObject.toString()public VpcInterfaceAttachment clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.