ToCopyableBuilder<DescribeInstancePatchStatesResponse.Builder,DescribeInstancePatchStatesResponse>
@Generated("software.amazon.awssdk:codegen") public class DescribeInstancePatchStatesResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<DescribeInstancePatchStatesResponse.Builder,DescribeInstancePatchStatesResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeInstancePatchStatesResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static DescribeInstancePatchStatesResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
List<InstancePatchState> |
instancePatchStates() |
The high-level patch state for the requested instances.
|
String |
nextToken() |
The token to use when requesting the next set of items.
|
static Class<? extends DescribeInstancePatchStatesResponse.Builder> |
serializableBuilderClass() |
|
DescribeInstancePatchStatesResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public List<InstancePatchState> instancePatchStates()
The high-level patch state for the requested instances.
public 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.
public DescribeInstancePatchStatesResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeInstancePatchStatesResponse.Builder,DescribeInstancePatchStatesResponse>
public static DescribeInstancePatchStatesResponse.Builder builder()
public static Class<? extends DescribeInstancePatchStatesResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.