@Generated(value="software.amazon.awssdk:codegen") public final class KeywordInformation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<KeywordInformation.Builder,KeywordInformation>
The information for all keywords in a pool.
| Modifier and Type | Class and Description |
|---|---|
static interface |
KeywordInformation.Builder |
| Modifier and Type | Method and Description |
|---|---|
static KeywordInformation.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
keyword()
The keyword as a string.
|
KeywordAction |
keywordAction()
The action to perform for the keyword.
|
String |
keywordActionAsString()
The action to perform for the keyword.
|
String |
keywordMessage()
A custom message that can be used with the keyword.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends KeywordInformation.Builder> |
serializableBuilderClass() |
KeywordInformation.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String keyword()
The keyword as a string.
public final String keywordMessage()
A custom message that can be used with the keyword.
public final KeywordAction keywordAction()
The action to perform for the keyword.
If the service returns an enum value that is not available in the current SDK version, keywordAction
will return KeywordAction.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
keywordActionAsString().
KeywordActionpublic final String keywordActionAsString()
The action to perform for the keyword.
If the service returns an enum value that is not available in the current SDK version, keywordAction
will return KeywordAction.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
keywordActionAsString().
KeywordActionpublic KeywordInformation.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<KeywordInformation.Builder,KeywordInformation>public static KeywordInformation.Builder builder()
public static Class<? extends KeywordInformation.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.