@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DashboardSummary extends Object implements Serializable, Cloneable, StructuredPojo
Contains a dashboard summary.
Constructor and Description |
---|
DashboardSummary() |
Modifier and Type | Method and Description |
---|---|
DashboardSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationDate()
The date the dashboard was created, in Unix epoch time.
|
String |
getDescription()
The dashboard's description.
|
String |
getId()
The ID of the dashboard.
|
Date |
getLastUpdateDate()
The date the dashboard was last updated, in Unix epoch time.
|
String |
getName()
The name of the dashboard
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreationDate(Date creationDate)
The date the dashboard was created, in Unix epoch time.
|
void |
setDescription(String description)
The dashboard's description.
|
void |
setId(String id)
The ID of the dashboard.
|
void |
setLastUpdateDate(Date lastUpdateDate)
The date the dashboard was last updated, in Unix epoch time.
|
void |
setName(String name)
The name of the dashboard
|
String |
toString()
Returns a string representation of this object.
|
DashboardSummary |
withCreationDate(Date creationDate)
The date the dashboard was created, in Unix epoch time.
|
DashboardSummary |
withDescription(String description)
The dashboard's description.
|
DashboardSummary |
withId(String id)
The ID of the dashboard.
|
DashboardSummary |
withLastUpdateDate(Date lastUpdateDate)
The date the dashboard was last updated, in Unix epoch time.
|
DashboardSummary |
withName(String name)
The name of the dashboard
|
public void setId(String id)
The ID of the dashboard.
id
- The ID of the dashboard.public String getId()
The ID of the dashboard.
public DashboardSummary withId(String id)
The ID of the dashboard.
id
- The ID of the dashboard.public void setName(String name)
The name of the dashboard
name
- The name of the dashboardpublic String getName()
The name of the dashboard
public DashboardSummary withName(String name)
The name of the dashboard
name
- The name of the dashboardpublic void setDescription(String description)
The dashboard's description.
description
- The dashboard's description.public String getDescription()
The dashboard's description.
public DashboardSummary withDescription(String description)
The dashboard's description.
description
- The dashboard's description.public void setCreationDate(Date creationDate)
The date the dashboard was created, in Unix epoch time.
creationDate
- The date the dashboard was created, in Unix epoch time.public Date getCreationDate()
The date the dashboard was created, in Unix epoch time.
public DashboardSummary withCreationDate(Date creationDate)
The date the dashboard was created, in Unix epoch time.
creationDate
- The date the dashboard was created, in Unix epoch time.public void setLastUpdateDate(Date lastUpdateDate)
The date the dashboard was last updated, in Unix epoch time.
lastUpdateDate
- The date the dashboard was last updated, in Unix epoch time.public Date getLastUpdateDate()
The date the dashboard was last updated, in Unix epoch time.
public DashboardSummary withLastUpdateDate(Date lastUpdateDate)
The date the dashboard was last updated, in Unix epoch time.
lastUpdateDate
- The date the dashboard was last updated, in Unix epoch time.public String toString()
toString
in class Object
Object.toString()
public DashboardSummary 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.