@Generated(value="software.amazon.awssdk:codegen") public class DescribeInstancePatchStatesRequest extends AmazonWebServiceRequest implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<DescribeInstancePatchStatesRequest.Builder,DescribeInstancePatchStatesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeInstancePatchStatesRequest.Builder |
NOOP| Modifier and Type | Method and Description |
|---|---|
static DescribeInstancePatchStatesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
int |
hashCode() |
List<String> |
instanceIds()
The ID of the instance whose patch state information should be retrieved.
|
Integer |
maxResults()
The maximum number of instances to return (per page).
|
String |
nextToken()
The token for the next set of items to return.
|
static Class<? extends DescribeInstancePatchStatesRequest.Builder> |
serializableBuilderClass() |
DescribeInstancePatchStatesRequest.Builder |
toBuilder() |
String |
toString() |
clone, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeoutpublic List<String> instanceIds()
The ID of the instance whose patch state information should be retrieved.
public String nextToken()
The token for the next set of items to return. (You received this token from a previous call.)
public Integer maxResults()
The maximum number of instances to return (per page).
public DescribeInstancePatchStatesRequest.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<DescribeInstancePatchStatesRequest.Builder,DescribeInstancePatchStatesRequest>public static DescribeInstancePatchStatesRequest.Builder builder()
public static Class<? extends DescribeInstancePatchStatesRequest.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.