@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.
|
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) |
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 |
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 |
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.ResourceStatuspublic String getStatus()
The HTTP status of the request.
ResourceStatuspublic DashboardVersion withStatus(String status)
The HTTP status of the request.
status - The HTTP status of the request.ResourceStatuspublic DashboardVersion withStatus(ResourceStatus status)
The HTTP status of the request.
status - The HTTP status of the request.ResourceStatuspublic 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 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 ObjectObject.toString()public DashboardVersion clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.