@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class HierarchyGroupSummary extends Object implements Serializable, Cloneable, StructuredPojo
Contains summary information about a hierarchy group.
Constructor and Description |
---|
HierarchyGroupSummary() |
Modifier and Type | Method and Description |
---|---|
HierarchyGroupSummary |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of 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 Amazon Resource Name (ARN) of 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.
|
HierarchyGroupSummary |
withArn(String arn)
The Amazon Resource Name (ARN) of 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 Amazon Resource Name (ARN) of the hierarchy group.
arn
- The Amazon Resource Name (ARN) of the hierarchy group.public String getArn()
The Amazon Resource Name (ARN) of the hierarchy group.
public HierarchyGroupSummary withArn(String arn)
The Amazon Resource Name (ARN) of the hierarchy group.
arn
- The Amazon Resource Name (ARN) of 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.