@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDecoderManifestNetworkInterfacesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListDecoderManifestNetworkInterfacesResult() |
Modifier and Type | Method and Description |
---|---|
ListDecoderManifestNetworkInterfacesResult |
clone() |
boolean |
equals(Object obj) |
List<NetworkInterface> |
getNetworkInterfaces()
A list of information about network interfaces.
|
String |
getNextToken()
The token to retrieve the next set of results, or
null if there are no more results. |
int |
hashCode() |
void |
setNetworkInterfaces(Collection<NetworkInterface> networkInterfaces)
A list of information about network interfaces.
|
void |
setNextToken(String nextToken)
The token to retrieve the next set of results, or
null if there are no more results. |
String |
toString()
Returns a string representation of this object.
|
ListDecoderManifestNetworkInterfacesResult |
withNetworkInterfaces(Collection<NetworkInterface> networkInterfaces)
A list of information about network interfaces.
|
ListDecoderManifestNetworkInterfacesResult |
withNetworkInterfaces(NetworkInterface... networkInterfaces)
A list of information about network interfaces.
|
ListDecoderManifestNetworkInterfacesResult |
withNextToken(String nextToken)
The token to retrieve the next set of results, or
null if there are no more results. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public ListDecoderManifestNetworkInterfacesResult()
public List<NetworkInterface> getNetworkInterfaces()
A list of information about network interfaces.
public void setNetworkInterfaces(Collection<NetworkInterface> networkInterfaces)
A list of information about network interfaces.
networkInterfaces
- A list of information about network interfaces.public ListDecoderManifestNetworkInterfacesResult withNetworkInterfaces(NetworkInterface... networkInterfaces)
A list of information about network interfaces.
NOTE: This method appends the values to the existing list (if any). Use
setNetworkInterfaces(java.util.Collection)
or withNetworkInterfaces(java.util.Collection)
if
you want to override the existing values.
networkInterfaces
- A list of information about network interfaces.public ListDecoderManifestNetworkInterfacesResult withNetworkInterfaces(Collection<NetworkInterface> networkInterfaces)
A list of information about network interfaces.
networkInterfaces
- A list of information about network interfaces.public void setNextToken(String nextToken)
The token to retrieve the next set of results, or null
if there are no more results.
nextToken
- The token to retrieve the next set of results, or null
if there are no more results.public String getNextToken()
The token to retrieve the next set of results, or null
if there are no more results.
null
if there are no more results.public ListDecoderManifestNetworkInterfacesResult withNextToken(String nextToken)
The token to retrieve the next set of results, or null
if there are no more results.
nextToken
- The token to retrieve the next set of results, or null
if there are no more results.public String toString()
toString
in class Object
Object.toString()
public ListDecoderManifestNetworkInterfacesResult clone()