@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeInstanceInformationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeInstanceInformationResult() |
Modifier and Type | Method and Description |
---|---|
DescribeInstanceInformationResult |
clone() |
boolean |
equals(Object obj) |
List<InstanceInformation> |
getInstanceInformationList()
The managed node information list.
|
String |
getNextToken()
The token to use when requesting the next set of items.
|
int |
hashCode() |
void |
setInstanceInformationList(Collection<InstanceInformation> instanceInformationList)
The managed node information list.
|
void |
setNextToken(String nextToken)
The token to use when requesting the next set of items.
|
String |
toString()
Returns a string representation of this object.
|
DescribeInstanceInformationResult |
withInstanceInformationList(Collection<InstanceInformation> instanceInformationList)
The managed node information list.
|
DescribeInstanceInformationResult |
withInstanceInformationList(InstanceInformation... instanceInformationList)
The managed node information list.
|
DescribeInstanceInformationResult |
withNextToken(String nextToken)
The token to use when requesting the next set of items.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<InstanceInformation> getInstanceInformationList()
The managed node information list.
public void setInstanceInformationList(Collection<InstanceInformation> instanceInformationList)
The managed node information list.
instanceInformationList
- The managed node information list.public DescribeInstanceInformationResult withInstanceInformationList(InstanceInformation... instanceInformationList)
The managed node information list.
NOTE: This method appends the values to the existing list (if any). Use
setInstanceInformationList(java.util.Collection)
or
withInstanceInformationList(java.util.Collection)
if you want to override the existing values.
instanceInformationList
- The managed node information list.public DescribeInstanceInformationResult withInstanceInformationList(Collection<InstanceInformation> instanceInformationList)
The managed node information list.
instanceInformationList
- The managed node information list.public void setNextToken(String nextToken)
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
nextToken
- The token to use when requesting the next set of items. If there are no additional items to return, the
string is empty.public String getNextToken()
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
public DescribeInstanceInformationResult withNextToken(String nextToken)
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
nextToken
- The token to use when requesting the next set of items. If there are no additional items to return, the
string is empty.public String toString()
toString
in class Object
Object.toString()
public DescribeInstanceInformationResult clone()
Copyright © 2023. All rights reserved.