@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateNetworkInterfaceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateNetworkInterfaceResult() |
Modifier and Type | Method and Description |
---|---|
CreateNetworkInterfaceResult |
clone() |
boolean |
equals(Object obj) |
String |
getClientToken()
The token to use to retrieve the next page of results.
|
NetworkInterface |
getNetworkInterface()
Information about the network interface.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
The token to use to retrieve the next page of results.
|
void |
setNetworkInterface(NetworkInterface networkInterface)
Information about the network interface.
|
String |
toString()
Returns a string representation of this object.
|
CreateNetworkInterfaceResult |
withClientToken(String clientToken)
The token to use to retrieve the next page of results.
|
CreateNetworkInterfaceResult |
withNetworkInterface(NetworkInterface networkInterface)
Information about the network interface.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNetworkInterface(NetworkInterface networkInterface)
Information about the network interface.
networkInterface
- Information about the network interface.public NetworkInterface getNetworkInterface()
Information about the network interface.
public CreateNetworkInterfaceResult withNetworkInterface(NetworkInterface networkInterface)
Information about the network interface.
networkInterface
- Information about the network interface.public void setClientToken(String clientToken)
The token to use to retrieve the next page of results. This value is null
when there are no more
results to return.
clientToken
- The token to use to retrieve the next page of results. This value is null
when there are no
more results to return.public String getClientToken()
The token to use to retrieve the next page of results. This value is null
when there are no more
results to return.
null
when there are no
more results to return.public CreateNetworkInterfaceResult withClientToken(String clientToken)
The token to use to retrieve the next page of results. This value is null
when there are no more
results to return.
clientToken
- The token to use to retrieve the next page of results. This value is null
when there are no
more results to return.public String toString()
toString
in class Object
Object.toString()
public CreateNetworkInterfaceResult clone()