Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DescribeInstancePatchesRequest.Builder,DescribeInstancePatchesRequest>
@Generated("software.amazon.awssdk:codegen") public class DescribeInstancePatchesRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DescribeInstancePatchesRequest.Builder,DescribeInstancePatchesRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeInstancePatchesRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static DescribeInstancePatchesRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
List<PatchOrchestratorFilter> |
filters() |
Each entry in the array is a structure containing:
|
int |
hashCode() |
|
String |
instanceId() |
The ID of the instance whose patch state information should be retrieved.
|
Integer |
maxResults() |
The maximum number of patches to return (per page).
|
String |
nextToken() |
The token for the next set of items to return.
|
static Class<? extends DescribeInstancePatchesRequest.Builder> |
serializableBuilderClass() |
|
DescribeInstancePatchesRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String instanceId()
The ID of the instance whose patch state information should be retrieved.
public List<PatchOrchestratorFilter> filters()
Each entry in the array is a structure containing:
Key (string, between 1 and 128 characters)
Values (array of strings, each string between 1 and 256 characters)
Key (string, between 1 and 128 characters)
Values (array of strings, each string between 1 and 256 characters)
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 patches to return (per page).
public DescribeInstancePatchesRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeInstancePatchesRequest.Builder,DescribeInstancePatchesRequest>
public static DescribeInstancePatchesRequest.Builder builder()
public static Class<? extends DescribeInstancePatchesRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.