@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class HierarchyGroup extends Object implements Serializable, Cloneable, StructuredPojo
A HierarchyGroup
object that contains information about a hierarchy group in your Amazon Connect
instance.
Constructor and Description |
---|
HierarchyGroup() |
Modifier and Type | Method and Description |
---|---|
HierarchyGroup |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) for the hierarchy group.
|
HierarchyPath |
getHierarchyPath()
A
HierarchyPath object that contains information about the levels in the hierarchy group. |
String |
getId()
The identifier for the hierarchy group.
|
String |
getLevelId()
The identifier for the level in the hierarchy group.
|
String |
getName()
The name of the hierarchy group in your instance.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The Amazon Resource Name (ARN) for the hierarchy group.
|
void |
setHierarchyPath(HierarchyPath hierarchyPath)
A
HierarchyPath object that contains information about the levels in the hierarchy group. |
void |
setId(String id)
The identifier for the hierarchy group.
|
void |
setLevelId(String levelId)
The identifier for the level in the hierarchy group.
|
void |
setName(String name)
The name of the hierarchy group in your instance.
|
String |
toString()
Returns a string representation of this object.
|
HierarchyGroup |
withArn(String arn)
The Amazon Resource Name (ARN) for the hierarchy group.
|
HierarchyGroup |
withHierarchyPath(HierarchyPath hierarchyPath)
A
HierarchyPath object that contains information about the levels in the hierarchy group. |
HierarchyGroup |
withId(String id)
The identifier for the hierarchy group.
|
HierarchyGroup |
withLevelId(String levelId)
The identifier for the level in the hierarchy group.
|
HierarchyGroup |
withName(String name)
The name of the hierarchy group in your instance.
|
public void setId(String id)
The identifier for the hierarchy group.
id
- The identifier for the hierarchy group.public String getId()
The identifier for the hierarchy group.
public HierarchyGroup withId(String id)
The identifier for the hierarchy group.
id
- The identifier for the hierarchy group.public void setArn(String arn)
The Amazon Resource Name (ARN) for the hierarchy group.
arn
- The Amazon Resource Name (ARN) for the hierarchy group.public String getArn()
The Amazon Resource Name (ARN) for the hierarchy group.
public HierarchyGroup withArn(String arn)
The Amazon Resource Name (ARN) for the hierarchy group.
arn
- The Amazon Resource Name (ARN) for the hierarchy group.public void setName(String name)
The name of the hierarchy group in your instance.
name
- The name of the hierarchy group in your instance.public String getName()
The name of the hierarchy group in your instance.
public HierarchyGroup withName(String name)
The name of the hierarchy group in your instance.
name
- The name of the hierarchy group in your instance.public void setLevelId(String levelId)
The identifier for the level in the hierarchy group.
levelId
- The identifier for the level in the hierarchy group.public String getLevelId()
The identifier for the level in the hierarchy group.
public HierarchyGroup withLevelId(String levelId)
The identifier for the level in the hierarchy group.
levelId
- The identifier for the level in the hierarchy group.public void setHierarchyPath(HierarchyPath hierarchyPath)
A HierarchyPath
object that contains information about the levels in the hierarchy group.
hierarchyPath
- A HierarchyPath
object that contains information about the levels in the hierarchy group.public HierarchyPath getHierarchyPath()
A HierarchyPath
object that contains information about the levels in the hierarchy group.
HierarchyPath
object that contains information about the levels in the hierarchy group.public HierarchyGroup withHierarchyPath(HierarchyPath hierarchyPath)
A HierarchyPath
object that contains information about the levels in the hierarchy group.
hierarchyPath
- A HierarchyPath
object that contains information about the levels in the hierarchy group.public String toString()
toString
in class Object
Object.toString()
public HierarchyGroup clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.