@Generated(value="software.amazon.awssdk:codegen") public class GetPatchBaselineForPatchGroupResponse extends AmazonWebServiceResult<ResponseMetadata> implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<GetPatchBaselineForPatchGroupResponse.Builder,GetPatchBaselineForPatchGroupResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetPatchBaselineForPatchGroupResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
baselineId()
The ID of the patch baseline that should be used for the patch group.
|
static GetPatchBaselineForPatchGroupResponse.Builder |
builder() |
boolean |
equals(Object obj) |
int |
hashCode() |
String |
patchGroup()
The name of the patch group.
|
static Class<? extends GetPatchBaselineForPatchGroupResponse.Builder> |
serializableBuilderClass() |
GetPatchBaselineForPatchGroupResponse.Builder |
toBuilder() |
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadatapublic String baselineId()
The ID of the patch baseline that should be used for the patch group.
public String patchGroup()
The name of the patch group.
public GetPatchBaselineForPatchGroupResponse.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<GetPatchBaselineForPatchGroupResponse.Builder,GetPatchBaselineForPatchGroupResponse>public static GetPatchBaselineForPatchGroupResponse.Builder builder()
public static Class<? extends GetPatchBaselineForPatchGroupResponse.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.