@Generated(value="software.amazon.awssdk:codegen") public final class GetVariablesRequest extends FraudDetectorRequest implements ToCopyableBuilder<GetVariablesRequest.Builder,GetVariablesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetVariablesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetVariablesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The max size per page determined for the get variable request.
|
String |
name()
The name of the variable.
|
String |
nextToken()
The next page token of the get variable request.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetVariablesRequest.Builder> |
serializableBuilderClass() |
GetVariablesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the variable.
public final String nextToken()
The next page token of the get variable request.
public final Integer maxResults()
The max size per page determined for the get variable request.
public GetVariablesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetVariablesRequest.Builder,GetVariablesRequest>toBuilder in class FraudDetectorRequestpublic static GetVariablesRequest.Builder builder()
public static Class<? extends GetVariablesRequest.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 © 2021. All rights reserved.