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