public class DescribeUserHierarchyGroupResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
DescribeUserHierarchyGroupResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
HierarchyGroup |
getHierarchyGroup()
Information about the hierarchy group.
|
int |
hashCode() |
void |
setHierarchyGroup(HierarchyGroup hierarchyGroup)
Information about the hierarchy group.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeUserHierarchyGroupResult |
withHierarchyGroup(HierarchyGroup hierarchyGroup)
Information about the hierarchy group.
|
public HierarchyGroup getHierarchyGroup()
Information about the hierarchy group.
Information about the hierarchy group.
public void setHierarchyGroup(HierarchyGroup hierarchyGroup)
Information about the hierarchy group.
hierarchyGroup - Information about the hierarchy group.
public DescribeUserHierarchyGroupResult withHierarchyGroup(HierarchyGroup hierarchyGroup)
Information about the hierarchy group.
Returns a reference to this object so that method calls can be chained together.
hierarchyGroup - Information about the hierarchy group.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.