@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RuleMatch extends Object implements Serializable, Cloneable, StructuredPojo
Describes a rule match.
| Constructor and Description | 
|---|
| RuleMatch() | 
| Modifier and Type | Method and Description | 
|---|---|
| RuleMatch | clone() | 
| boolean | equals(Object obj) | 
| HttpMatch | getHttpMatch()
 The HTTP criteria that a rule must match. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setHttpMatch(HttpMatch httpMatch)
 The HTTP criteria that a rule must match. | 
| String | toString()Returns a string representation of this object. | 
| RuleMatch | withHttpMatch(HttpMatch httpMatch)
 The HTTP criteria that a rule must match. | 
public void setHttpMatch(HttpMatch httpMatch)
The HTTP criteria that a rule must match.
httpMatch - The HTTP criteria that a rule must match.public HttpMatch getHttpMatch()
The HTTP criteria that a rule must match.
public RuleMatch withHttpMatch(HttpMatch httpMatch)
The HTTP criteria that a rule must match.
httpMatch - The HTTP criteria that a rule must match.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.