@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListVirtualNodesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListVirtualNodesResult() |
Modifier and Type | Method and Description |
---|---|
ListVirtualNodesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The
nextToken value to include in a future ListVirtualNodes request. |
List<VirtualNodeRef> |
getVirtualNodes()
The list of existing virtual nodes for the specified service mesh.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The
nextToken value to include in a future ListVirtualNodes request. |
void |
setVirtualNodes(Collection<VirtualNodeRef> virtualNodes)
The list of existing virtual nodes for the specified service mesh.
|
String |
toString()
Returns a string representation of this object.
|
ListVirtualNodesResult |
withNextToken(String nextToken)
The
nextToken value to include in a future ListVirtualNodes request. |
ListVirtualNodesResult |
withVirtualNodes(Collection<VirtualNodeRef> virtualNodes)
The list of existing virtual nodes for the specified service mesh.
|
ListVirtualNodesResult |
withVirtualNodes(VirtualNodeRef... virtualNodes)
The list of existing virtual nodes for the specified service mesh.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNextToken(String nextToken)
The nextToken
value to include in a future ListVirtualNodes
request. When the results
of a ListVirtualNodes
request exceed limit
, you can use this value to retrieve the next
page of results. This value is null
when there are no more results to return.
nextToken
- The nextToken
value to include in a future ListVirtualNodes
request. When the
results of a ListVirtualNodes
request exceed limit
, you can use this value to
retrieve the next page of results. This value is null
when there are no more results to
return.public String getNextToken()
The nextToken
value to include in a future ListVirtualNodes
request. When the results
of a ListVirtualNodes
request exceed limit
, you can use this value to retrieve the next
page of results. This value is null
when there are no more results to return.
nextToken
value to include in a future ListVirtualNodes
request. When the
results of a ListVirtualNodes
request exceed limit
, you can use this value to
retrieve the next page of results. This value is null
when there are no more results to
return.public ListVirtualNodesResult withNextToken(String nextToken)
The nextToken
value to include in a future ListVirtualNodes
request. When the results
of a ListVirtualNodes
request exceed limit
, you can use this value to retrieve the next
page of results. This value is null
when there are no more results to return.
nextToken
- The nextToken
value to include in a future ListVirtualNodes
request. When the
results of a ListVirtualNodes
request exceed limit
, you can use this value to
retrieve the next page of results. This value is null
when there are no more results to
return.public List<VirtualNodeRef> getVirtualNodes()
The list of existing virtual nodes for the specified service mesh.
public void setVirtualNodes(Collection<VirtualNodeRef> virtualNodes)
The list of existing virtual nodes for the specified service mesh.
virtualNodes
- The list of existing virtual nodes for the specified service mesh.public ListVirtualNodesResult withVirtualNodes(VirtualNodeRef... virtualNodes)
The list of existing virtual nodes for the specified service mesh.
NOTE: This method appends the values to the existing list (if any). Use
setVirtualNodes(java.util.Collection)
or withVirtualNodes(java.util.Collection)
if you want to
override the existing values.
virtualNodes
- The list of existing virtual nodes for the specified service mesh.public ListVirtualNodesResult withVirtualNodes(Collection<VirtualNodeRef> virtualNodes)
The list of existing virtual nodes for the specified service mesh.
virtualNodes
- The list of existing virtual nodes for the specified service mesh.public String toString()
toString
in class Object
Object.toString()
public ListVirtualNodesResult clone()