@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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
patchGroup()
The name of the patch group.
|
static Class<? extends GetPatchBaselineForPatchGroupResponse.Builder> |
serializableBuilderClass() |
GetPatchBaselineForPatchGroupResponse.Builder |
toBuilder() |
String |
toString() |
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()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<GetPatchBaselineForPatchGroupResponse.Builder,GetPatchBaselineForPatchGroupResponse>public static GetPatchBaselineForPatchGroupResponse.Builder builder()
public static Class<? extends GetPatchBaselineForPatchGroupResponse.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2017. All rights reserved.