@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DashboardVersion extends Object implements Serializable, Cloneable, StructuredPojo
Dashboard version.
Constructor and Description |
---|
DashboardVersion() |
Modifier and Type | Method and Description |
---|---|
DashboardVersion |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the resource.
|
Date |
getCreatedTime()
The time that this dashboard version was created.
|
List<String> |
getDataSetArns()
The Amazon Resource Numbers (ARNs) for the datasets that are associated with a version of the dashboard.
|
String |
getDescription()
Description.
|
List<DashboardError> |
getErrors()
Errors.
|
String |
getSourceEntityArn()
Source entity ARN.
|
String |
getStatus()
The HTTP status of the request.
|
Long |
getVersionNumber()
Version number.
|
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 dashboard version was created.
|
void |
setDataSetArns(Collection<String> dataSetArns)
The Amazon Resource Numbers (ARNs) for the datasets that are associated with a version of the dashboard.
|
void |
setDescription(String description)
Description.
|
void |
setErrors(Collection<DashboardError> errors)
Errors.
|
void |
setSourceEntityArn(String sourceEntityArn)
Source entity ARN.
|
void |
setStatus(String status)
The HTTP status of the request.
|
void |
setVersionNumber(Long versionNumber)
Version number.
|
String |
toString()
Returns a string representation of this object.
|
DashboardVersion |
withArn(String arn)
The Amazon Resource Name (ARN) of the resource.
|
DashboardVersion |
withCreatedTime(Date createdTime)
The time that this dashboard version was created.
|
DashboardVersion |
withDataSetArns(Collection<String> dataSetArns)
The Amazon Resource Numbers (ARNs) for the datasets that are associated with a version of the dashboard.
|
DashboardVersion |
withDataSetArns(String... dataSetArns)
The Amazon Resource Numbers (ARNs) for the datasets that are associated with a version of the dashboard.
|
DashboardVersion |
withDescription(String description)
Description.
|
DashboardVersion |
withErrors(Collection<DashboardError> errors)
Errors.
|
DashboardVersion |
withErrors(DashboardError... errors)
Errors.
|
DashboardVersion |
withSourceEntityArn(String sourceEntityArn)
Source entity ARN.
|
DashboardVersion |
withStatus(ResourceStatus status)
The HTTP status of the request.
|
DashboardVersion |
withStatus(String status)
The HTTP status of the request.
|
DashboardVersion |
withVersionNumber(Long versionNumber)
Version number.
|
public void setCreatedTime(Date createdTime)
The time that this dashboard version was created.
createdTime
- The time that this dashboard version was created.public Date getCreatedTime()
The time that this dashboard version was created.
public DashboardVersion withCreatedTime(Date createdTime)
The time that this dashboard version was created.
createdTime
- The time that this dashboard version was created.public List<DashboardError> getErrors()
Errors.
public void setErrors(Collection<DashboardError> errors)
Errors.
errors
- Errors.public DashboardVersion withErrors(DashboardError... errors)
Errors.
NOTE: This method appends the values to the existing list (if any). Use
setErrors(java.util.Collection)
or withErrors(java.util.Collection)
if you want to override the
existing values.
errors
- Errors.public DashboardVersion withErrors(Collection<DashboardError> errors)
Errors.
errors
- Errors.public void setVersionNumber(Long versionNumber)
Version number.
versionNumber
- Version number.public Long getVersionNumber()
Version number.
public DashboardVersion withVersionNumber(Long versionNumber)
Version number.
versionNumber
- Version number.public void setStatus(String status)
The HTTP status of the request.
status
- The HTTP status of the request.ResourceStatus
public String getStatus()
The HTTP status of the request.
ResourceStatus
public DashboardVersion withStatus(String status)
The HTTP status of the request.
status
- The HTTP status of the request.ResourceStatus
public DashboardVersion withStatus(ResourceStatus status)
The HTTP status of the request.
status
- The HTTP status of the request.ResourceStatus
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 DashboardVersion withArn(String arn)
The Amazon Resource Name (ARN) of the resource.
arn
- The Amazon Resource Name (ARN) of the resource.public void setSourceEntityArn(String sourceEntityArn)
Source entity ARN.
sourceEntityArn
- Source entity ARN.public String getSourceEntityArn()
Source entity ARN.
public DashboardVersion withSourceEntityArn(String sourceEntityArn)
Source entity ARN.
sourceEntityArn
- Source entity ARN.public List<String> getDataSetArns()
The Amazon Resource Numbers (ARNs) for the datasets that are associated with a version of the dashboard.
public void setDataSetArns(Collection<String> dataSetArns)
The Amazon Resource Numbers (ARNs) for the datasets that are associated with a version of the dashboard.
dataSetArns
- The Amazon Resource Numbers (ARNs) for the datasets that are associated with a version of the dashboard.public DashboardVersion withDataSetArns(String... dataSetArns)
The Amazon Resource Numbers (ARNs) for the datasets that are associated with a version of the dashboard.
NOTE: This method appends the values to the existing list (if any). Use
setDataSetArns(java.util.Collection)
or withDataSetArns(java.util.Collection)
if you want to
override the existing values.
dataSetArns
- The Amazon Resource Numbers (ARNs) for the datasets that are associated with a version of the dashboard.public DashboardVersion withDataSetArns(Collection<String> dataSetArns)
The Amazon Resource Numbers (ARNs) for the datasets that are associated with a version of the dashboard.
dataSetArns
- The Amazon Resource Numbers (ARNs) for the datasets that are associated with a version of the dashboard.public void setDescription(String description)
Description.
description
- Description.public String getDescription()
Description.
public DashboardVersion withDescription(String description)
Description.
description
- Description.public String toString()
toString
in class Object
Object.toString()
public DashboardVersion 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.