@Generated(value="software.amazon.awssdk:codegen") public final class AssociateFraudsterRequest extends VoiceIdRequest implements ToCopyableBuilder<AssociateFraudsterRequest.Builder,AssociateFraudsterRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
AssociateFraudsterRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AssociateFraudsterRequest.Builder |
builder() |
String |
domainId()
The identifier of the domain that contains the fraudster.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
fraudsterId()
The identifier of the fraudster to be associated with the watchlist.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AssociateFraudsterRequest.Builder> |
serializableBuilderClass() |
AssociateFraudsterRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
watchlistId()
The identifier of the watchlist you want to associate with the fraudster.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String domainId()
The identifier of the domain that contains the fraudster.
public final String fraudsterId()
The identifier of the fraudster to be associated with the watchlist.
public final String watchlistId()
The identifier of the watchlist you want to associate with the fraudster.
public AssociateFraudsterRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AssociateFraudsterRequest.Builder,AssociateFraudsterRequest>toBuilder in class VoiceIdRequestpublic static AssociateFraudsterRequest.Builder builder()
public static Class<? extends AssociateFraudsterRequest.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.