@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class HierarchyGroupCondition extends Object implements Serializable, Cloneable, StructuredPojo
A leaf node condition which can be used to specify a hierarchy group condition.
| Constructor and Description | 
|---|
| HierarchyGroupCondition() | 
| Modifier and Type | Method and Description | 
|---|---|
| HierarchyGroupCondition | clone() | 
| boolean | equals(Object obj) | 
| String | getHierarchyGroupMatchType()
 The type of hierarchy group match. | 
| String | getValue()
 The value in the hierarchy group condition. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setHierarchyGroupMatchType(String hierarchyGroupMatchType)
 The type of hierarchy group match. | 
| void | setValue(String value)
 The value in the hierarchy group condition. | 
| String | toString()Returns a string representation of this object. | 
| HierarchyGroupCondition | withHierarchyGroupMatchType(HierarchyGroupMatchType hierarchyGroupMatchType)
 The type of hierarchy group match. | 
| HierarchyGroupCondition | withHierarchyGroupMatchType(String hierarchyGroupMatchType)
 The type of hierarchy group match. | 
| HierarchyGroupCondition | withValue(String value)
 The value in the hierarchy group condition. | 
public void setValue(String value)
The value in the hierarchy group condition.
value - The value in the hierarchy group condition.public String getValue()
The value in the hierarchy group condition.
public HierarchyGroupCondition withValue(String value)
The value in the hierarchy group condition.
value - The value in the hierarchy group condition.public void setHierarchyGroupMatchType(String hierarchyGroupMatchType)
The type of hierarchy group match.
hierarchyGroupMatchType - The type of hierarchy group match.HierarchyGroupMatchTypepublic String getHierarchyGroupMatchType()
The type of hierarchy group match.
HierarchyGroupMatchTypepublic HierarchyGroupCondition withHierarchyGroupMatchType(String hierarchyGroupMatchType)
The type of hierarchy group match.
hierarchyGroupMatchType - The type of hierarchy group match.HierarchyGroupMatchTypepublic HierarchyGroupCondition withHierarchyGroupMatchType(HierarchyGroupMatchType hierarchyGroupMatchType)
The type of hierarchy group match.
hierarchyGroupMatchType - The type of hierarchy group match.HierarchyGroupMatchTypepublic String toString()
toString in class ObjectObject.toString()public HierarchyGroupCondition clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.