@Generated(value="software.amazon.awssdk:codegen") public final class DescribeEffectivePatchesForPatchBaselineRequest extends SsmRequest implements ToCopyableBuilder<DescribeEffectivePatchesForPatchBaselineRequest.Builder,DescribeEffectivePatchesForPatchBaselineRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeEffectivePatchesForPatchBaselineRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
baselineId()
The ID of the patch baseline to retrieve the effective patches for.
|
static DescribeEffectivePatchesForPatchBaselineRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of patches to return (per page).
|
String |
nextToken()
The token for the next set of items to return.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeEffectivePatchesForPatchBaselineRequest.Builder> |
serializableBuilderClass() |
DescribeEffectivePatchesForPatchBaselineRequest.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 retrieve the effective patches for.
public final Integer maxResults()
The maximum number of patches to return (per page).
public final String nextToken()
The token for the next set of items to return. (You received this token from a previous call.)
public DescribeEffectivePatchesForPatchBaselineRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeEffectivePatchesForPatchBaselineRequest.Builder,DescribeEffectivePatchesForPatchBaselineRequest>toBuilder in class SsmRequestpublic static DescribeEffectivePatchesForPatchBaselineRequest.Builder builder()
public static Class<? extends DescribeEffectivePatchesForPatchBaselineRequest.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 © 2020. All rights reserved.