@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateUserHierarchyGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateUserHierarchyGroupResult() |
Modifier and Type | Method and Description |
---|---|
CreateUserHierarchyGroupResult |
clone() |
boolean |
equals(Object obj) |
String |
getHierarchyGroupArn()
The Amazon Resource Name (ARN) of the hierarchy group.
|
String |
getHierarchyGroupId()
The identifier of the hierarchy group.
|
int |
hashCode() |
void |
setHierarchyGroupArn(String hierarchyGroupArn)
The Amazon Resource Name (ARN) of the hierarchy group.
|
void |
setHierarchyGroupId(String hierarchyGroupId)
The identifier of the hierarchy group.
|
String |
toString()
Returns a string representation of this object.
|
CreateUserHierarchyGroupResult |
withHierarchyGroupArn(String hierarchyGroupArn)
The Amazon Resource Name (ARN) of the hierarchy group.
|
CreateUserHierarchyGroupResult |
withHierarchyGroupId(String hierarchyGroupId)
The identifier of the hierarchy group.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setHierarchyGroupId(String hierarchyGroupId)
The identifier of the hierarchy group.
hierarchyGroupId
- The identifier of the hierarchy group.public String getHierarchyGroupId()
The identifier of the hierarchy group.
public CreateUserHierarchyGroupResult withHierarchyGroupId(String hierarchyGroupId)
The identifier of the hierarchy group.
hierarchyGroupId
- The identifier of the hierarchy group.public void setHierarchyGroupArn(String hierarchyGroupArn)
The Amazon Resource Name (ARN) of the hierarchy group.
hierarchyGroupArn
- The Amazon Resource Name (ARN) of the hierarchy group.public String getHierarchyGroupArn()
The Amazon Resource Name (ARN) of the hierarchy group.
public CreateUserHierarchyGroupResult withHierarchyGroupArn(String hierarchyGroupArn)
The Amazon Resource Name (ARN) of the hierarchy group.
hierarchyGroupArn
- The Amazon Resource Name (ARN) of the hierarchy group.public String toString()
toString
in class Object
Object.toString()
public CreateUserHierarchyGroupResult clone()