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