public class HierarchyGroupSummaryReference
extends java.lang.Object
implements java.io.Serializable
Information about the hierarchy group.
| Constructor and Description |
|---|
HierarchyGroupSummaryReference() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getArn()
The Amazon Resource Name (ARN) for the hierarchy group.
|
java.lang.String |
getId()
The unique identifier for the hierarchy group.
|
int |
hashCode() |
void |
setArn(java.lang.String arn)
The Amazon Resource Name (ARN) for the hierarchy group.
|
void |
setId(java.lang.String id)
The unique identifier for the hierarchy group.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
HierarchyGroupSummaryReference |
withArn(java.lang.String arn)
The Amazon Resource Name (ARN) for the hierarchy group.
|
HierarchyGroupSummaryReference |
withId(java.lang.String id)
The unique identifier for the hierarchy group.
|
public java.lang.String getId()
The unique identifier for the hierarchy group.
The unique identifier for the hierarchy group.
public void setId(java.lang.String id)
The unique identifier for the hierarchy group.
id - The unique identifier for the hierarchy group.
public HierarchyGroupSummaryReference withId(java.lang.String id)
The unique identifier for the hierarchy group.
Returns a reference to this object so that method calls can be chained together.
id - The unique identifier for the hierarchy group.
public java.lang.String getArn()
The Amazon Resource Name (ARN) for the hierarchy group.
The Amazon Resource Name (ARN) for the hierarchy group.
public void setArn(java.lang.String arn)
The Amazon Resource Name (ARN) for the hierarchy group.
arn - The Amazon Resource Name (ARN) for the hierarchy group.
public HierarchyGroupSummaryReference withArn(java.lang.String arn)
The Amazon Resource Name (ARN) for the hierarchy group.
Returns a reference to this object so that method calls can be chained together.
arn - The Amazon Resource Name (ARN) for 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.Object