@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeInstancePatchStatesForPatchGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeInstancePatchStatesForPatchGroupRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeInstancePatchStatesForPatchGroupRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<InstancePatchStateFilter> |
getFilters()
Each entry in the array is a structure containing:
|
Integer |
getMaxResults()
The maximum number of patches to return (per page).
|
String |
getNextToken()
The token for the next set of items to return.
|
String |
getPatchGroup()
The name of the patch group for which the patch state information should be retrieved.
|
int |
hashCode() |
void |
setFilters(Collection<InstancePatchStateFilter> filters)
Each entry in the array is a structure containing:
|
void |
setMaxResults(Integer maxResults)
The maximum number of patches to return (per page).
|
void |
setNextToken(String nextToken)
The token for the next set of items to return.
|
void |
setPatchGroup(String patchGroup)
The name of the patch group for which the patch state information should be retrieved.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeInstancePatchStatesForPatchGroupRequest |
withFilters(Collection<InstancePatchStateFilter> filters)
Each entry in the array is a structure containing:
|
DescribeInstancePatchStatesForPatchGroupRequest |
withFilters(InstancePatchStateFilter... filters)
Each entry in the array is a structure containing:
|
DescribeInstancePatchStatesForPatchGroupRequest |
withMaxResults(Integer maxResults)
The maximum number of patches to return (per page).
|
DescribeInstancePatchStatesForPatchGroupRequest |
withNextToken(String nextToken)
The token for the next set of items to return.
|
DescribeInstancePatchStatesForPatchGroupRequest |
withPatchGroup(String patchGroup)
The name of the patch group for which the patch state information should be retrieved.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public DescribeInstancePatchStatesForPatchGroupRequest()
public void setPatchGroup(String patchGroup)
The name of the patch group for which the patch state information should be retrieved.
patchGroup
- The name of the patch group for which the patch state information should be retrieved.public String getPatchGroup()
The name of the patch group for which the patch state information should be retrieved.
public DescribeInstancePatchStatesForPatchGroupRequest withPatchGroup(String patchGroup)
The name of the patch group for which the patch state information should be retrieved.
patchGroup
- The name of the patch group for which the patch state information should be retrieved.public List<InstancePatchStateFilter> getFilters()
Each entry in the array is a structure containing:
Key (string between 1 and 200 characters)
Values (array containing a single string)
Type (string "Equal", "NotEqual", "LessThan", "GreaterThan")
Key (string between 1 and 200 characters)
Values (array containing a single string)
Type (string "Equal", "NotEqual", "LessThan", "GreaterThan")
public void setFilters(Collection<InstancePatchStateFilter> filters)
Each entry in the array is a structure containing:
Key (string between 1 and 200 characters)
Values (array containing a single string)
Type (string "Equal", "NotEqual", "LessThan", "GreaterThan")
filters
- Each entry in the array is a structure containing:
Key (string between 1 and 200 characters)
Values (array containing a single string)
Type (string "Equal", "NotEqual", "LessThan", "GreaterThan")
public DescribeInstancePatchStatesForPatchGroupRequest withFilters(InstancePatchStateFilter... filters)
Each entry in the array is a structure containing:
Key (string between 1 and 200 characters)
Values (array containing a single string)
Type (string "Equal", "NotEqual", "LessThan", "GreaterThan")
NOTE: This method appends the values to the existing list (if any). Use
setFilters(java.util.Collection)
or withFilters(java.util.Collection)
if you want to override
the existing values.
filters
- Each entry in the array is a structure containing:
Key (string between 1 and 200 characters)
Values (array containing a single string)
Type (string "Equal", "NotEqual", "LessThan", "GreaterThan")
public DescribeInstancePatchStatesForPatchGroupRequest withFilters(Collection<InstancePatchStateFilter> filters)
Each entry in the array is a structure containing:
Key (string between 1 and 200 characters)
Values (array containing a single string)
Type (string "Equal", "NotEqual", "LessThan", "GreaterThan")
filters
- Each entry in the array is a structure containing:
Key (string between 1 and 200 characters)
Values (array containing a single string)
Type (string "Equal", "NotEqual", "LessThan", "GreaterThan")
public void setNextToken(String nextToken)
The token for the next set of items to return. (You received this token from a previous call.)
nextToken
- The token for the next set of items to return. (You received this token from a previous call.)public String getNextToken()
The token for the next set of items to return. (You received this token from a previous call.)
public DescribeInstancePatchStatesForPatchGroupRequest withNextToken(String nextToken)
The token for the next set of items to return. (You received this token from a previous call.)
nextToken
- The token for the next set of items to return. (You received this token from a previous call.)public void setMaxResults(Integer maxResults)
The maximum number of patches to return (per page).
maxResults
- The maximum number of patches to return (per page).public Integer getMaxResults()
The maximum number of patches to return (per page).
public DescribeInstancePatchStatesForPatchGroupRequest withMaxResults(Integer maxResults)
The maximum number of patches to return (per page).
maxResults
- The maximum number of patches to return (per page).public String toString()
toString
in class Object
Object.toString()
public DescribeInstancePatchStatesForPatchGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.