@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 output.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setVpcInterfaceName(String vpcInterfaceName)
The name of the VPC interface to use for this output.
|
String |
toString()
Returns a string representation of this object.
|
VpcInterfaceAttachment |
withVpcInterfaceName(String vpcInterfaceName)
The name of the VPC interface to use for this output.
|
public void setVpcInterfaceName(String vpcInterfaceName)
vpcInterfaceName
- The name of the VPC interface to use for this output.public String getVpcInterfaceName()
public VpcInterfaceAttachment withVpcInterfaceName(String vpcInterfaceName)
vpcInterfaceName
- The name of the VPC interface to use for this output.public String toString()
toString
in class Object
Object.toString()
public VpcInterfaceAttachment clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.