@Generated(value="software.amazon.awssdk:codegen") public final class ListRecordHistoryRequest extends ServiceCatalogRequest implements ToCopyableBuilder<ListRecordHistoryRequest.Builder,ListRecordHistoryRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListRecordHistoryRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
acceptLanguage()
The language code.
|
AccessLevelFilter |
accessLevelFilter()
The access level to use to obtain results.
|
static ListRecordHistoryRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
pageSize()
The maximum number of items to return with this call.
|
String |
pageToken()
The page token for the next set of results.
|
List<SdkField<?>> |
sdkFields() |
ListRecordHistorySearchFilter |
searchFilter()
The search filter to scope the results.
|
static Class<? extends ListRecordHistoryRequest.Builder> |
serializableBuilderClass() |
ListRecordHistoryRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String acceptLanguage()
The language code.
jp - Japanese
zh - Chinese
jp - Japanese
zh - Chinese
public final AccessLevelFilter accessLevelFilter()
The access level to use to obtain results. The default is User.
User.public final ListRecordHistorySearchFilter searchFilter()
The search filter to scope the results.
public final Integer pageSize()
The maximum number of items to return with this call.
public final String pageToken()
The page token for the next set of results. To retrieve the first set of results, use null.
public ListRecordHistoryRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListRecordHistoryRequest.Builder,ListRecordHistoryRequest>toBuilder in class ServiceCatalogRequestpublic static ListRecordHistoryRequest.Builder builder()
public static Class<? extends ListRecordHistoryRequest.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.