@Generated(value="software.amazon.awssdk:codegen") public final class ListFraudsterRegistrationJobsRequest extends VoiceIdRequest implements ToCopyableBuilder<ListFraudsterRegistrationJobsRequest.Builder,ListFraudsterRegistrationJobsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListFraudsterRegistrationJobsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListFraudsterRegistrationJobsRequest.Builder |
builder() |
String |
domainId()
The identifier of the domain that contains the fraudster registration Jobs.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
FraudsterRegistrationJobStatus |
jobStatus()
Provides the status of your fraudster registration job.
|
String |
jobStatusAsString()
Provides the status of your fraudster registration job.
|
Integer |
maxResults()
The maximum number of results that are returned per call.
|
String |
nextToken()
If
NextToken is returned, there are more results available. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListFraudsterRegistrationJobsRequest.Builder> |
serializableBuilderClass() |
ListFraudsterRegistrationJobsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String domainId()
The identifier of the domain that contains the fraudster registration Jobs.
public final FraudsterRegistrationJobStatus jobStatus()
Provides the status of your fraudster registration job.
If the service returns an enum value that is not available in the current SDK version, jobStatus will
return FraudsterRegistrationJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from jobStatusAsString().
FraudsterRegistrationJobStatuspublic final String jobStatusAsString()
Provides the status of your fraudster registration job.
If the service returns an enum value that is not available in the current SDK version, jobStatus will
return FraudsterRegistrationJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from jobStatusAsString().
FraudsterRegistrationJobStatuspublic final Integer maxResults()
The maximum number of results that are returned per call. You can use NextToken to obtain more pages
of results. The default is 100; the maximum allowed page size is also 100.
NextToken to obtain
more pages of results. The default is 100; the maximum allowed page size is also 100.public final String nextToken()
If NextToken is returned, there are more results available. The value of NextToken is a
unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
Keep all other arguments unchanged. Each pagination token expires after 24 hours.
NextToken is returned, there are more results available. The value of
NextToken is a unique pagination token for each page. Make the call again using the returned
token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after
24 hours.public ListFraudsterRegistrationJobsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListFraudsterRegistrationJobsRequest.Builder,ListFraudsterRegistrationJobsRequest>toBuilder in class VoiceIdRequestpublic static ListFraudsterRegistrationJobsRequest.Builder builder()
public static Class<? extends ListFraudsterRegistrationJobsRequest.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.