@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 with the patch group.
|
static RegisterPatchBaselineForPatchGroupRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
patchGroup()
The name of the patch group to 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 final String baselineId()
The ID of the patch baseline to register with the patch group.
public final String patchGroup()
The name of the patch group to 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 final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.