@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MatchCriteria extends Object implements Serializable, Cloneable, StructuredPojo
An object to define AgentsCriteria.
| Constructor and Description |
|---|
MatchCriteria() |
| Modifier and Type | Method and Description |
|---|---|
MatchCriteria |
clone() |
boolean |
equals(Object obj) |
AgentsCriteria |
getAgentsCriteria()
An object to define
AgentIds. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAgentsCriteria(AgentsCriteria agentsCriteria)
An object to define
AgentIds. |
String |
toString()
Returns a string representation of this object.
|
MatchCriteria |
withAgentsCriteria(AgentsCriteria agentsCriteria)
An object to define
AgentIds. |
public void setAgentsCriteria(AgentsCriteria agentsCriteria)
An object to define AgentIds.
agentsCriteria - An object to define AgentIds.public AgentsCriteria getAgentsCriteria()
An object to define AgentIds.
AgentIds.public MatchCriteria withAgentsCriteria(AgentsCriteria agentsCriteria)
An object to define AgentIds.
agentsCriteria - An object to define AgentIds.public String toString()
toString in class ObjectObject.toString()public MatchCriteria clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.