@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class HierarchyGroupSummaryReference extends Object implements Serializable, Cloneable, StructuredPojo
Information about the hierarchy group.
Constructor and Description |
---|
HierarchyGroupSummaryReference() |
Modifier and Type | Method and Description |
---|---|
HierarchyGroupSummaryReference |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) for the hierarchy group.
|
String |
getId()
The unique identifier for the hierarchy group.
|
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 |
setId(String id)
The unique identifier for the hierarchy group.
|
String |
toString()
Returns a string representation of this object.
|
HierarchyGroupSummaryReference |
withArn(String arn)
The Amazon Resource Name (ARN) for the hierarchy group.
|
HierarchyGroupSummaryReference |
withId(String id)
The unique identifier for the hierarchy group.
|
public void setId(String id)
The unique identifier for the hierarchy group.
id
- The unique identifier for the hierarchy group.public String getId()
The unique identifier for the hierarchy group.
public HierarchyGroupSummaryReference withId(String id)
The unique identifier for the hierarchy group.
id
- The unique 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 HierarchyGroupSummaryReference withArn(String arn)
The Amazon Resource Name (ARN) for the hierarchy group.
arn
- The Amazon Resource Name (ARN) for the hierarchy group.public String toString()
toString
in class Object
Object.toString()
public HierarchyGroupSummaryReference clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.