ToCopyableBuilder<DescribePatchGroupsResponse.Builder,DescribePatchGroupsResponse>
@Generated("software.amazon.awssdk:codegen") public class DescribePatchGroupsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<DescribePatchGroupsResponse.Builder,DescribePatchGroupsResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribePatchGroupsResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static DescribePatchGroupsResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
List<PatchGroupPatchBaselineMapping> |
mappings() |
Each entry in the array contains:
|
String |
nextToken() |
The token to use when requesting the next set of items.
|
static Class<? extends DescribePatchGroupsResponse.Builder> |
serializableBuilderClass() |
|
DescribePatchGroupsResponse.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<PatchGroupPatchBaselineMapping> mappings()
Each entry in the array contains:
PatchGroup: string (between 1 and 256 characters, Regex: ^([\p{L}\p{Z}\p{N}_.:/=+\-@]*)$)
PatchBaselineIdentity: A PatchBaselineIdentity element.
PatchGroup: string (between 1 and 256 characters, Regex: ^([\p{L}\p{Z}\p{N}_.:/=+\-@]*)$)
PatchBaselineIdentity: A PatchBaselineIdentity element.
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 DescribePatchGroupsResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribePatchGroupsResponse.Builder,DescribePatchGroupsResponse>
public static DescribePatchGroupsResponse.Builder builder()
public static Class<? extends DescribePatchGroupsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.