@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SingleQueryArgument extends Object implements Serializable, Cloneable, StructuredPojo
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" }
| Constructor and Description |
|---|
SingleQueryArgument() |
| Modifier and Type | Method and Description |
|---|---|
SingleQueryArgument |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of the query argument to inspect.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setName(String name)
The name of the query argument to inspect.
|
String |
toString()
Returns a string representation of this object.
|
SingleQueryArgument |
withName(String name)
The name of the query argument to inspect.
|
public void setName(String name)
The name of the query argument to inspect.
name - The name of the query argument to inspect.public String getName()
The name of the query argument to inspect.
public SingleQueryArgument withName(String name)
The name of the query argument to inspect.
name - The name of the query argument to inspect.public String toString()
toString in class ObjectObject.toString()public SingleQueryArgument clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.