@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NetworkAccessConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The network details of the fleet instance for the streaming session.
| Constructor and Description |
|---|
NetworkAccessConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
NetworkAccessConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getEniId()
The resource identifier of the elastic network interface that is attached to instances in your VPC.
|
String |
getEniPrivateIpAddress()
The private IP address of the elastic network interface that is attached to instances in your VPC.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setEniId(String eniId)
The resource identifier of the elastic network interface that is attached to instances in your VPC.
|
void |
setEniPrivateIpAddress(String eniPrivateIpAddress)
The private IP address of the elastic network interface that is attached to instances in your VPC.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
NetworkAccessConfiguration |
withEniId(String eniId)
The resource identifier of the elastic network interface that is attached to instances in your VPC.
|
NetworkAccessConfiguration |
withEniPrivateIpAddress(String eniPrivateIpAddress)
The private IP address of the elastic network interface that is attached to instances in your VPC.
|
public void setEniPrivateIpAddress(String eniPrivateIpAddress)
The private IP address of the elastic network interface that is attached to instances in your VPC.
eniPrivateIpAddress - The private IP address of the elastic network interface that is attached to instances in your VPC.public String getEniPrivateIpAddress()
The private IP address of the elastic network interface that is attached to instances in your VPC.
public NetworkAccessConfiguration withEniPrivateIpAddress(String eniPrivateIpAddress)
The private IP address of the elastic network interface that is attached to instances in your VPC.
eniPrivateIpAddress - The private IP address of the elastic network interface that is attached to instances in your VPC.public void setEniId(String eniId)
The resource identifier of the elastic network interface that is attached to instances in your VPC. All network interfaces have the eni-xxxxxxxx resource identifier.
eniId - The resource identifier of the elastic network interface that is attached to instances in your VPC. All
network interfaces have the eni-xxxxxxxx resource identifier.public String getEniId()
The resource identifier of the elastic network interface that is attached to instances in your VPC. All network interfaces have the eni-xxxxxxxx resource identifier.
public NetworkAccessConfiguration withEniId(String eniId)
The resource identifier of the elastic network interface that is attached to instances in your VPC. All network interfaces have the eni-xxxxxxxx resource identifier.
eniId - The resource identifier of the elastic network interface that is attached to instances in your VPC. All
network interfaces have the eni-xxxxxxxx resource identifier.public String toString()
toString in class ObjectObject.toString()public NetworkAccessConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.