@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class HttpQueryParameter extends Object implements Serializable, Cloneable, StructuredPojo
An object that represents the query parameter in the request.
| Constructor and Description | 
|---|
HttpQueryParameter()  | 
| Modifier and Type | Method and Description | 
|---|---|
HttpQueryParameter | 
clone()  | 
boolean | 
equals(Object obj)  | 
QueryParameterMatch | 
getMatch()
 The query parameter to match on. 
 | 
String | 
getName()
 A name for the query parameter that will be matched on. 
 | 
int | 
hashCode()  | 
void | 
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given  
ProtocolMarshaller. | 
void | 
setMatch(QueryParameterMatch match)
 The query parameter to match on. 
 | 
void | 
setName(String name)
 A name for the query parameter that will be matched on. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
HttpQueryParameter | 
withMatch(QueryParameterMatch match)
 The query parameter to match on. 
 | 
HttpQueryParameter | 
withName(String name)
 A name for the query parameter that will be matched on. 
 | 
public void setMatch(QueryParameterMatch match)
The query parameter to match on.
match - The query parameter to match on.public QueryParameterMatch getMatch()
The query parameter to match on.
public HttpQueryParameter withMatch(QueryParameterMatch match)
The query parameter to match on.
match - The query parameter to match on.public void setName(String name)
A name for the query parameter that will be matched on.
name - A name for the query parameter that will be matched on.public String getName()
A name for the query parameter that will be matched on.
public HttpQueryParameter withName(String name)
A name for the query parameter that will be matched on.
name - A name for the query parameter that will be matched on.public String toString()
toString in class ObjectObject.toString()public HttpQueryParameter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.