@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 |
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 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 |
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 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 |
withLastModifiedRegion(String lastModifiedRegion)
The Amazon Web Services Region where this resource was last modified.
|
HierarchyGroupSummary |
withLastModifiedTime(Date lastModifiedTime)
The timestamp when this resource was last modified.
|
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 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 HierarchyGroupSummary 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 HierarchyGroupSummary 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 HierarchyGroupSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.