@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeInstancePropertiesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeInstancePropertiesResult() |
Modifier and Type | Method and Description |
---|---|
DescribeInstancePropertiesResult |
clone() |
boolean |
equals(Object obj) |
List<InstanceProperty> |
getInstanceProperties()
Properties for the managed instances.
|
String |
getNextToken()
The token for the next set of properties to return.
|
int |
hashCode() |
void |
setInstanceProperties(Collection<InstanceProperty> instanceProperties)
Properties for the managed instances.
|
void |
setNextToken(String nextToken)
The token for the next set of properties to return.
|
String |
toString()
Returns a string representation of this object.
|
DescribeInstancePropertiesResult |
withInstanceProperties(Collection<InstanceProperty> instanceProperties)
Properties for the managed instances.
|
DescribeInstancePropertiesResult |
withInstanceProperties(InstanceProperty... instanceProperties)
Properties for the managed instances.
|
DescribeInstancePropertiesResult |
withNextToken(String nextToken)
The token for the next set of properties to return.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<InstanceProperty> getInstanceProperties()
Properties for the managed instances.
public void setInstanceProperties(Collection<InstanceProperty> instanceProperties)
Properties for the managed instances.
instanceProperties
- Properties for the managed instances.public DescribeInstancePropertiesResult withInstanceProperties(InstanceProperty... instanceProperties)
Properties for the managed instances.
NOTE: This method appends the values to the existing list (if any). Use
setInstanceProperties(java.util.Collection)
or withInstanceProperties(java.util.Collection)
if
you want to override the existing values.
instanceProperties
- Properties for the managed instances.public DescribeInstancePropertiesResult withInstanceProperties(Collection<InstanceProperty> instanceProperties)
Properties for the managed instances.
instanceProperties
- Properties for the managed instances.public void setNextToken(String nextToken)
The token for the next set of properties to return. Use this token to get the next set of results.
nextToken
- The token for the next set of properties to return. Use this token to get the next set of results.public String getNextToken()
The token for the next set of properties to return. Use this token to get the next set of results.
public DescribeInstancePropertiesResult withNextToken(String nextToken)
The token for the next set of properties to return. Use this token to get the next set of results.
nextToken
- The token for the next set of properties to return. Use this token to get the next set of results.public String toString()
toString
in class Object
Object.toString()
public DescribeInstancePropertiesResult clone()