@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeInstancePatchStatesForPatchGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeInstancePatchStatesForPatchGroupResult() |
Modifier and Type | Method and Description |
---|---|
DescribeInstancePatchStatesForPatchGroupResult |
clone() |
boolean |
equals(Object obj) |
List<InstancePatchState> |
getInstancePatchStates()
The high-level patch state for the requested managed nodes.
|
String |
getNextToken()
The token to use when requesting the next set of items.
|
int |
hashCode() |
void |
setInstancePatchStates(Collection<InstancePatchState> instancePatchStates)
The high-level patch state for the requested managed nodes.
|
void |
setNextToken(String nextToken)
The token to use when requesting the next set of items.
|
String |
toString()
Returns a string representation of this object.
|
DescribeInstancePatchStatesForPatchGroupResult |
withInstancePatchStates(Collection<InstancePatchState> instancePatchStates)
The high-level patch state for the requested managed nodes.
|
DescribeInstancePatchStatesForPatchGroupResult |
withInstancePatchStates(InstancePatchState... instancePatchStates)
The high-level patch state for the requested managed nodes.
|
DescribeInstancePatchStatesForPatchGroupResult |
withNextToken(String nextToken)
The token to use when requesting the next set of items.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeInstancePatchStatesForPatchGroupResult()
public List<InstancePatchState> getInstancePatchStates()
The high-level patch state for the requested managed nodes.
public void setInstancePatchStates(Collection<InstancePatchState> instancePatchStates)
The high-level patch state for the requested managed nodes.
instancePatchStates
- The high-level patch state for the requested managed nodes.public DescribeInstancePatchStatesForPatchGroupResult withInstancePatchStates(InstancePatchState... instancePatchStates)
The high-level patch state for the requested managed nodes.
NOTE: This method appends the values to the existing list (if any). Use
setInstancePatchStates(java.util.Collection)
or withInstancePatchStates(java.util.Collection)
if you want to override the existing values.
instancePatchStates
- The high-level patch state for the requested managed nodes.public DescribeInstancePatchStatesForPatchGroupResult withInstancePatchStates(Collection<InstancePatchState> instancePatchStates)
The high-level patch state for the requested managed nodes.
instancePatchStates
- The high-level patch state for the requested managed nodes.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 DescribeInstancePatchStatesForPatchGroupResult 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 DescribeInstancePatchStatesForPatchGroupResult clone()