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