@Generated(value="software.amazon.awssdk:codegen") public class DescribeInstancePatchStatesResponse extends AmazonWebServiceResult<ResponseMetadata> implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<DescribeInstancePatchStatesResponse.Builder,DescribeInstancePatchStatesResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeInstancePatchStatesResponse.Builder |
| Modifier and Type | Method and 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() |
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadatapublic 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()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<DescribeInstancePatchStatesResponse.Builder,DescribeInstancePatchStatesResponse>public static DescribeInstancePatchStatesResponse.Builder builder()
public static Class<? extends DescribeInstancePatchStatesResponse.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.