@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Dashboard extends Object implements Serializable, Cloneable, StructuredPojo
Dashboard.
Constructor and Description |
---|
Dashboard() |
Modifier and Type | Method and Description |
---|---|
Dashboard |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the resource.
|
Date |
getCreatedTime()
The time that this dataset was created.
|
String |
getDashboardId()
Dashboard ID.
|
Date |
getLastPublishedTime()
The last time that this dataset was published.
|
Date |
getLastUpdatedTime()
The last time that this dataset was updated.
|
String |
getName()
A display name for the dashboard.
|
DashboardVersion |
getVersion()
Version.
|
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 resource.
|
void |
setCreatedTime(Date createdTime)
The time that this dataset was created.
|
void |
setDashboardId(String dashboardId)
Dashboard ID.
|
void |
setLastPublishedTime(Date lastPublishedTime)
The last time that this dataset was published.
|
void |
setLastUpdatedTime(Date lastUpdatedTime)
The last time that this dataset was updated.
|
void |
setName(String name)
A display name for the dashboard.
|
void |
setVersion(DashboardVersion version)
Version.
|
String |
toString()
Returns a string representation of this object.
|
Dashboard |
withArn(String arn)
The Amazon Resource Name (ARN) of the resource.
|
Dashboard |
withCreatedTime(Date createdTime)
The time that this dataset was created.
|
Dashboard |
withDashboardId(String dashboardId)
Dashboard ID.
|
Dashboard |
withLastPublishedTime(Date lastPublishedTime)
The last time that this dataset was published.
|
Dashboard |
withLastUpdatedTime(Date lastUpdatedTime)
The last time that this dataset was updated.
|
Dashboard |
withName(String name)
A display name for the dashboard.
|
Dashboard |
withVersion(DashboardVersion version)
Version.
|
public void setDashboardId(String dashboardId)
Dashboard ID.
dashboardId
- Dashboard ID.public String getDashboardId()
Dashboard ID.
public Dashboard withDashboardId(String dashboardId)
Dashboard ID.
dashboardId
- Dashboard ID.public void setArn(String arn)
The Amazon Resource Name (ARN) of the resource.
arn
- The Amazon Resource Name (ARN) of the resource.public String getArn()
The Amazon Resource Name (ARN) of the resource.
public Dashboard withArn(String arn)
The Amazon Resource Name (ARN) of the resource.
arn
- The Amazon Resource Name (ARN) of the resource.public void setName(String name)
A display name for the dashboard.
name
- A display name for the dashboard.public String getName()
A display name for the dashboard.
public Dashboard withName(String name)
A display name for the dashboard.
name
- A display name for the dashboard.public void setVersion(DashboardVersion version)
Version.
version
- Version.public DashboardVersion getVersion()
Version.
public Dashboard withVersion(DashboardVersion version)
Version.
version
- Version.public void setCreatedTime(Date createdTime)
The time that this dataset was created.
createdTime
- The time that this dataset was created.public Date getCreatedTime()
The time that this dataset was created.
public Dashboard withCreatedTime(Date createdTime)
The time that this dataset was created.
createdTime
- The time that this dataset was created.public void setLastPublishedTime(Date lastPublishedTime)
The last time that this dataset was published.
lastPublishedTime
- The last time that this dataset was published.public Date getLastPublishedTime()
The last time that this dataset was published.
public Dashboard withLastPublishedTime(Date lastPublishedTime)
The last time that this dataset was published.
lastPublishedTime
- The last time that this dataset was published.public void setLastUpdatedTime(Date lastUpdatedTime)
The last time that this dataset was updated.
lastUpdatedTime
- The last time that this dataset was updated.public Date getLastUpdatedTime()
The last time that this dataset was updated.
public Dashboard withLastUpdatedTime(Date lastUpdatedTime)
The last time that this dataset was updated.
lastUpdatedTime
- The last time that this dataset was updated.public String toString()
toString
in class Object
Object.toString()
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.