@Generated(value="software.amazon.awssdk:codegen") public final class RegisterPatchBaselineForPatchGroupRequest extends SsmRequest implements ToCopyableBuilder<RegisterPatchBaselineForPatchGroupRequest.Builder,RegisterPatchBaselineForPatchGroupRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
RegisterPatchBaselineForPatchGroupRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
baselineId()
The ID of the patch baseline to register the patch group with.
|
static RegisterPatchBaselineForPatchGroupRequest.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 that should be registered with the patch baseline.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RegisterPatchBaselineForPatchGroupRequest.Builder> |
serializableBuilderClass() |
RegisterPatchBaselineForPatchGroupRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String baselineId()
The ID of the patch baseline to register the patch group with.
public String patchGroup()
The name of the patch group that should be registered with the patch baseline.
public RegisterPatchBaselineForPatchGroupRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RegisterPatchBaselineForPatchGroupRequest.Builder,RegisterPatchBaselineForPatchGroupRequest>toBuilder in class SsmRequestpublic static RegisterPatchBaselineForPatchGroupRequest.Builder builder()
public static Class<? extends RegisterPatchBaselineForPatchGroupRequest.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.