@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class HierarchyGroupSummary extends Object implements Serializable, Cloneable, StructuredPojo
A HierarchyGroupSummary
object that contains information about the hierarchy group, including ARN, Id,
and Name.
Constructor and Description |
---|
HierarchyGroupSummary() |
Modifier and Type | Method and Description |
---|---|
HierarchyGroupSummary |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The ARN for the hierarchy group.
|
String |
getId()
The identifier of the hierarchy group.
|
String |
getName()
The name of the hierarchy group.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The ARN for the hierarchy group.
|
void |
setId(String id)
The identifier of the hierarchy group.
|
void |
setName(String name)
The name of the hierarchy group.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
HierarchyGroupSummary |
withArn(String arn)
The ARN for the hierarchy group.
|
HierarchyGroupSummary |
withId(String id)
The identifier of the hierarchy group.
|
HierarchyGroupSummary |
withName(String name)
The name of the hierarchy group.
|
public void setId(String id)
The identifier of the hierarchy group.
id
- The identifier of the hierarchy group.public String getId()
The identifier of the hierarchy group.
public HierarchyGroupSummary withId(String id)
The identifier of the hierarchy group.
id
- The identifier of the hierarchy group.public void setArn(String arn)
The ARN for the hierarchy group.
arn
- The ARN for the hierarchy group.public String getArn()
The ARN for the hierarchy group.
public HierarchyGroupSummary withArn(String arn)
The ARN for the hierarchy group.
arn
- The ARN for the hierarchy group.public void setName(String name)
The name of the hierarchy group.
name
- The name of the hierarchy group.public String getName()
The name of the hierarchy group.
public HierarchyGroupSummary withName(String name)
The name of the hierarchy group.
name
- The name of the hierarchy group.public String toString()
toString
in class Object
Object.toString()
public HierarchyGroupSummary 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.