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