ToCopyableBuilder<GetPatchBaselineForPatchGroupResponse.Builder,GetPatchBaselineForPatchGroupResponse>
@Generated("software.amazon.awssdk:codegen") public class GetPatchBaselineForPatchGroupResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GetPatchBaselineForPatchGroupResponse.Builder,GetPatchBaselineForPatchGroupResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetPatchBaselineForPatchGroupResponse.Builder |
Modifier and Type | Method | 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() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetPatchBaselineForPatchGroupResponse.Builder,GetPatchBaselineForPatchGroupResponse>
public static GetPatchBaselineForPatchGroupResponse.Builder builder()
public static Class<? extends GetPatchBaselineForPatchGroupResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.