@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class QueryParameterMatch extends Object implements Serializable, Cloneable, StructuredPojo
An object representing the query parameter to match.
Constructor and Description |
---|
QueryParameterMatch() |
Modifier and Type | Method and Description |
---|---|
QueryParameterMatch |
clone() |
boolean |
equals(Object obj) |
String |
getExact()
The exact query parameter to match on.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setExact(String exact)
The exact query parameter to match on.
|
String |
toString()
Returns a string representation of this object.
|
QueryParameterMatch |
withExact(String exact)
The exact query parameter to match on.
|
public void setExact(String exact)
The exact query parameter to match on.
exact
- The exact query parameter to match on.public String getExact()
The exact query parameter to match on.
public QueryParameterMatch withExact(String exact)
The exact query parameter to match on.
exact
- The exact query parameter to match on.public String toString()
toString
in class Object
Object.toString()
public QueryParameterMatch clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.