@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SingleQueryArgument extends Object implements Serializable, Cloneable, StructuredPojo
One query argument in a web request, identified by name, for example UserName or SalesRegion. The name can be up to 30 characters long and isn't case sensitive.
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 Object
Object.toString()
public SingleQueryArgument clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.