@Generated(value="software.amazon.awssdk:codegen") public final class GetChangeLogsRequest extends AuditManagerRequest implements ToCopyableBuilder<GetChangeLogsRequest.Builder,GetChangeLogsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetChangeLogsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
assessmentId()
The unique identifier for the assessment.
|
static GetChangeLogsRequest.Builder |
builder() |
String |
controlId()
The unique identifier for the control.
|
String |
controlSetId()
The unique identifier for the control set.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
Represents the maximum number of results on a page or for an API request call.
|
String |
nextToken()
The pagination token that's used to fetch the next set of results.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetChangeLogsRequest.Builder> |
serializableBuilderClass() |
GetChangeLogsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String assessmentId()
The unique identifier for the assessment.
public final String controlSetId()
The unique identifier for the control set.
public final String controlId()
The unique identifier for the control.
public final String nextToken()
The pagination token that's used to fetch the next set of results.
public final Integer maxResults()
Represents the maximum number of results on a page or for an API request call.
public GetChangeLogsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetChangeLogsRequest.Builder,GetChangeLogsRequest>toBuilder in class AuditManagerRequestpublic static GetChangeLogsRequest.Builder builder()
public static Class<? extends GetChangeLogsRequest.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 © 2023. All rights reserved.