@Generated(value="software.amazon.awssdk:codegen") public final class SingleQueryArgument extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SingleQueryArgument.Builder,SingleQueryArgument>
Inspect one query argument in the web request, identified by name, for example UserName or SalesRegion. The name isn't case sensitive.
This is used to indicate the web request component to inspect, in the FieldToMatch specification.
Example JSON: "SingleQueryArgument": { "Name": "myArgument" }
| Modifier and Type | Class and Description |
|---|---|
static interface |
SingleQueryArgument.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SingleQueryArgument.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the query argument to inspect.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SingleQueryArgument.Builder> |
serializableBuilderClass() |
SingleQueryArgument.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the query argument to inspect.
public SingleQueryArgument.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SingleQueryArgument.Builder,SingleQueryArgument>public static SingleQueryArgument.Builder builder()
public static Class<? extends SingleQueryArgument.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.