@Generated(value="software.amazon.awssdk:codegen") public final class DeregisterPatchBaselineForPatchGroupRequest extends SsmRequest implements ToCopyableBuilder<DeregisterPatchBaselineForPatchGroupRequest.Builder,DeregisterPatchBaselineForPatchGroupRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeregisterPatchBaselineForPatchGroupRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
baselineId()
The ID of the patch baseline to deregister the patch group from.
|
static DeregisterPatchBaselineForPatchGroupRequest.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 that should be deregistered from the patch baseline.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeregisterPatchBaselineForPatchGroupRequest.Builder> |
serializableBuilderClass() |
DeregisterPatchBaselineForPatchGroupRequest.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 deregister the patch group from.
public final String patchGroup()
The name of the patch group that should be deregistered from the patch baseline.
public DeregisterPatchBaselineForPatchGroupRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeregisterPatchBaselineForPatchGroupRequest.Builder,DeregisterPatchBaselineForPatchGroupRequest>toBuilder in class SsmRequestpublic static DeregisterPatchBaselineForPatchGroupRequest.Builder builder()
public static Class<? extends DeregisterPatchBaselineForPatchGroupRequest.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 © 2021. All rights reserved.