@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) |
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 ObjectObject.toString()public QueryParameterMatch clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.