@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InputDestinationVpc extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
InputDestinationVpc() |
Modifier and Type | Method and Description |
---|---|
InputDestinationVpc |
clone() |
boolean |
equals(Object obj) |
String |
getAvailabilityZone()
The availability zone of the Input destination.
|
String |
getNetworkInterfaceId()
The network interface ID of the Input destination in the VPC.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAvailabilityZone(String availabilityZone)
The availability zone of the Input destination.
|
void |
setNetworkInterfaceId(String networkInterfaceId)
The network interface ID of the Input destination in the VPC.
|
String |
toString()
Returns a string representation of this object.
|
InputDestinationVpc |
withAvailabilityZone(String availabilityZone)
The availability zone of the Input destination.
|
InputDestinationVpc |
withNetworkInterfaceId(String networkInterfaceId)
The network interface ID of the Input destination in the VPC.
|
public void setAvailabilityZone(String availabilityZone)
availabilityZone
- The availability zone of the Input destination.public String getAvailabilityZone()
public InputDestinationVpc withAvailabilityZone(String availabilityZone)
availabilityZone
- The availability zone of the Input destination.public void setNetworkInterfaceId(String networkInterfaceId)
networkInterfaceId
- The network interface ID of the Input destination in the VPC.public String getNetworkInterfaceId()
public InputDestinationVpc withNetworkInterfaceId(String networkInterfaceId)
networkInterfaceId
- The network interface ID of the Input destination in the VPC.public String toString()
toString
in class Object
Object.toString()
public InputDestinationVpc clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.