@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DashboardEntry extends Object implements Serializable, Cloneable
Represents a specific dashboard.
Constructor and Description |
---|
DashboardEntry() |
Modifier and Type | Method and Description |
---|---|
DashboardEntry |
clone() |
boolean |
equals(Object obj) |
String |
getDashboardArn()
The Amazon Resource Name (ARN) of the dashboard.
|
String |
getDashboardName()
The name of the dashboard.
|
Date |
getLastModified()
The time stamp of when the dashboard was last modified, either by an API call or through the console.
|
Long |
getSize()
The size of the dashboard, in bytes.
|
int |
hashCode() |
void |
setDashboardArn(String dashboardArn)
The Amazon Resource Name (ARN) of the dashboard.
|
void |
setDashboardName(String dashboardName)
The name of the dashboard.
|
void |
setLastModified(Date lastModified)
The time stamp of when the dashboard was last modified, either by an API call or through the console.
|
void |
setSize(Long size)
The size of the dashboard, in bytes.
|
String |
toString()
Returns a string representation of this object.
|
DashboardEntry |
withDashboardArn(String dashboardArn)
The Amazon Resource Name (ARN) of the dashboard.
|
DashboardEntry |
withDashboardName(String dashboardName)
The name of the dashboard.
|
DashboardEntry |
withLastModified(Date lastModified)
The time stamp of when the dashboard was last modified, either by an API call or through the console.
|
DashboardEntry |
withSize(Long size)
The size of the dashboard, in bytes.
|
public void setDashboardName(String dashboardName)
The name of the dashboard.
dashboardName
- The name of the dashboard.public String getDashboardName()
The name of the dashboard.
public DashboardEntry withDashboardName(String dashboardName)
The name of the dashboard.
dashboardName
- The name of the dashboard.public void setDashboardArn(String dashboardArn)
The Amazon Resource Name (ARN) of the dashboard.
dashboardArn
- The Amazon Resource Name (ARN) of the dashboard.public String getDashboardArn()
The Amazon Resource Name (ARN) of the dashboard.
public DashboardEntry withDashboardArn(String dashboardArn)
The Amazon Resource Name (ARN) of the dashboard.
dashboardArn
- The Amazon Resource Name (ARN) of the dashboard.public void setLastModified(Date lastModified)
The time stamp of when the dashboard was last modified, either by an API call or through the console. This number is expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.
lastModified
- The time stamp of when the dashboard was last modified, either by an API call or through the console. This
number is expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.public Date getLastModified()
The time stamp of when the dashboard was last modified, either by an API call or through the console. This number is expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.
public DashboardEntry withLastModified(Date lastModified)
The time stamp of when the dashboard was last modified, either by an API call or through the console. This number is expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.
lastModified
- The time stamp of when the dashboard was last modified, either by an API call or through the console. This
number is expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.public void setSize(Long size)
The size of the dashboard, in bytes.
size
- The size of the dashboard, in bytes.public Long getSize()
The size of the dashboard, in bytes.
public DashboardEntry withSize(Long size)
The size of the dashboard, in bytes.
size
- The size of the dashboard, in bytes.public String toString()
toString
in class Object
Object.toString()
public DashboardEntry clone()
Copyright © 2023. All rights reserved.