@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class HierarchyLevel extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about a hierarchy level.
Constructor and Description |
---|
HierarchyLevel() |
Modifier and Type | Method and Description |
---|---|
HierarchyLevel |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the hierarchy level.
|
String |
getId()
The identifier of the hierarchy level.
|
String |
getLastModifiedRegion()
The Amazon Web Services Region where this resource was last modified.
|
Date |
getLastModifiedTime()
The timestamp when this resource was last modified.
|
String |
getName()
The name of the hierarchy level.
|
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 level.
|
void |
setId(String id)
The identifier of the hierarchy level.
|
void |
setLastModifiedRegion(String lastModifiedRegion)
The Amazon Web Services Region where this resource was last modified.
|
void |
setLastModifiedTime(Date lastModifiedTime)
The timestamp when this resource was last modified.
|
void |
setName(String name)
The name of the hierarchy level.
|
String |
toString()
Returns a string representation of this object.
|
HierarchyLevel |
withArn(String arn)
The Amazon Resource Name (ARN) of the hierarchy level.
|
HierarchyLevel |
withId(String id)
The identifier of the hierarchy level.
|
HierarchyLevel |
withLastModifiedRegion(String lastModifiedRegion)
The Amazon Web Services Region where this resource was last modified.
|
HierarchyLevel |
withLastModifiedTime(Date lastModifiedTime)
The timestamp when this resource was last modified.
|
HierarchyLevel |
withName(String name)
The name of the hierarchy level.
|
public void setId(String id)
The identifier of the hierarchy level.
id
- The identifier of the hierarchy level.public String getId()
The identifier of the hierarchy level.
public HierarchyLevel withId(String id)
The identifier of the hierarchy level.
id
- The identifier of the hierarchy level.public void setArn(String arn)
The Amazon Resource Name (ARN) of the hierarchy level.
arn
- The Amazon Resource Name (ARN) of the hierarchy level.public String getArn()
The Amazon Resource Name (ARN) of the hierarchy level.
public HierarchyLevel withArn(String arn)
The Amazon Resource Name (ARN) of the hierarchy level.
arn
- The Amazon Resource Name (ARN) of the hierarchy level.public void setName(String name)
The name of the hierarchy level.
name
- The name of the hierarchy level.public String getName()
The name of the hierarchy level.
public HierarchyLevel withName(String name)
The name of the hierarchy level.
name
- The name of the hierarchy level.public void setLastModifiedTime(Date lastModifiedTime)
The timestamp when this resource was last modified.
lastModifiedTime
- The timestamp when this resource was last modified.public Date getLastModifiedTime()
The timestamp when this resource was last modified.
public HierarchyLevel withLastModifiedTime(Date lastModifiedTime)
The timestamp when this resource was last modified.
lastModifiedTime
- The timestamp when this resource was last modified.public void setLastModifiedRegion(String lastModifiedRegion)
The Amazon Web Services Region where this resource was last modified.
lastModifiedRegion
- The Amazon Web Services Region where this resource was last modified.public String getLastModifiedRegion()
The Amazon Web Services Region where this resource was last modified.
public HierarchyLevel withLastModifiedRegion(String lastModifiedRegion)
The Amazon Web Services Region where this resource was last modified.
lastModifiedRegion
- The Amazon Web Services Region where this resource was last modified.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.