@Generated(value="software.amazon.awssdk:codegen") public final class ListKeywordsForDataSourceRequest extends AuditManagerRequest implements ToCopyableBuilder<ListKeywordsForDataSourceRequest.Builder,ListKeywordsForDataSourceRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListKeywordsForDataSourceRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListKeywordsForDataSourceRequest.Builder |
builder() |
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 ListKeywordsForDataSourceRequest.Builder> |
serializableBuilderClass() |
SourceType |
source()
The control mapping data source that the keywords apply to.
|
String |
sourceAsString()
The control mapping data source that the keywords apply to.
|
ListKeywordsForDataSourceRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final SourceType source()
The control mapping data source that the keywords apply to.
If the service returns an enum value that is not available in the current SDK version, source will
return SourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sourceAsString().
SourceTypepublic final String sourceAsString()
The control mapping data source that the keywords apply to.
If the service returns an enum value that is not available in the current SDK version, source will
return SourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sourceAsString().
SourceTypepublic 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 ListKeywordsForDataSourceRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListKeywordsForDataSourceRequest.Builder,ListKeywordsForDataSourceRequest>toBuilder in class AuditManagerRequestpublic static ListKeywordsForDataSourceRequest.Builder builder()
public static Class<? extends ListKeywordsForDataSourceRequest.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.