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