@Generated(value="software.amazon.awssdk:codegen") public class DescribeInstancePatchStatesRequest extends SSMRequest implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<DescribeInstancePatchStatesRequest.Builder,DescribeInstancePatchStatesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeInstancePatchStatesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeInstancePatchStatesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
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() |
requestOverrideConfigpublic List<String> instanceIds()
The ID of the instance whose patch state information should be retrieved.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
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>toBuilder in class SSMRequestpublic static DescribeInstancePatchStatesRequest.Builder builder()
public static Class<? extends DescribeInstancePatchStatesRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2018. All rights reserved.