@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TemplateVersion extends Object implements Serializable, Cloneable, StructuredPojo
A version of a template.
Constructor and Description |
---|
TemplateVersion() |
Modifier and Type | Method and Description |
---|---|
TemplateVersion |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedTime()
The time that this template version was created.
|
List<DataSetConfiguration> |
getDataSetConfigurations()
Schema of the dataset identified by the placeholder.
|
String |
getDescription()
The description of the template.
|
List<TemplateError> |
getErrors()
Errors associated with the template.
|
String |
getSourceEntityArn()
The Amazon Resource Name (ARN) of the analysis or template which was used to create this template.
|
String |
getStatus()
The HTTP status of the request.
|
Long |
getVersionNumber()
The version number of the template.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreatedTime(Date createdTime)
The time that this template version was created.
|
void |
setDataSetConfigurations(Collection<DataSetConfiguration> dataSetConfigurations)
Schema of the dataset identified by the placeholder.
|
void |
setDescription(String description)
The description of the template.
|
void |
setErrors(Collection<TemplateError> errors)
Errors associated with the template.
|
void |
setSourceEntityArn(String sourceEntityArn)
The Amazon Resource Name (ARN) of the analysis or template which was used to create this template.
|
void |
setStatus(String status)
The HTTP status of the request.
|
void |
setVersionNumber(Long versionNumber)
The version number of the template.
|
String |
toString()
Returns a string representation of this object.
|
TemplateVersion |
withCreatedTime(Date createdTime)
The time that this template version was created.
|
TemplateVersion |
withDataSetConfigurations(Collection<DataSetConfiguration> dataSetConfigurations)
Schema of the dataset identified by the placeholder.
|
TemplateVersion |
withDataSetConfigurations(DataSetConfiguration... dataSetConfigurations)
Schema of the dataset identified by the placeholder.
|
TemplateVersion |
withDescription(String description)
The description of the template.
|
TemplateVersion |
withErrors(Collection<TemplateError> errors)
Errors associated with the template.
|
TemplateVersion |
withErrors(TemplateError... errors)
Errors associated with the template.
|
TemplateVersion |
withSourceEntityArn(String sourceEntityArn)
The Amazon Resource Name (ARN) of the analysis or template which was used to create this template.
|
TemplateVersion |
withStatus(ResourceStatus status)
The HTTP status of the request.
|
TemplateVersion |
withStatus(String status)
The HTTP status of the request.
|
TemplateVersion |
withVersionNumber(Long versionNumber)
The version number of the template.
|
public void setCreatedTime(Date createdTime)
The time that this template version was created.
createdTime
- The time that this template version was created.public Date getCreatedTime()
The time that this template version was created.
public TemplateVersion withCreatedTime(Date createdTime)
The time that this template version was created.
createdTime
- The time that this template version was created.public List<TemplateError> getErrors()
Errors associated with the template.
public void setErrors(Collection<TemplateError> errors)
Errors associated with the template.
errors
- Errors associated with the template.public TemplateVersion withErrors(TemplateError... errors)
Errors associated with the template.
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 associated with the template.public TemplateVersion withErrors(Collection<TemplateError> errors)
Errors associated with the template.
errors
- Errors associated with the template.public void setVersionNumber(Long versionNumber)
The version number of the template.
versionNumber
- The version number of the template.public Long getVersionNumber()
The version number of the template.
public TemplateVersion withVersionNumber(Long versionNumber)
The version number of the template.
versionNumber
- The version number of the template.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 TemplateVersion withStatus(String status)
The HTTP status of the request.
status
- The HTTP status of the request.ResourceStatus
public TemplateVersion withStatus(ResourceStatus status)
The HTTP status of the request.
status
- The HTTP status of the request.ResourceStatus
public List<DataSetConfiguration> getDataSetConfigurations()
Schema of the dataset identified by the placeholder. The idea is that any dashboard created from the template should be bound to new datasets matching the same schema described through this API. .
public void setDataSetConfigurations(Collection<DataSetConfiguration> dataSetConfigurations)
Schema of the dataset identified by the placeholder. The idea is that any dashboard created from the template should be bound to new datasets matching the same schema described through this API. .
dataSetConfigurations
- Schema of the dataset identified by the placeholder. The idea is that any dashboard created from the
template should be bound to new datasets matching the same schema described through this API. .public TemplateVersion withDataSetConfigurations(DataSetConfiguration... dataSetConfigurations)
Schema of the dataset identified by the placeholder. The idea is that any dashboard created from the template should be bound to new datasets matching the same schema described through this API. .
NOTE: This method appends the values to the existing list (if any). Use
setDataSetConfigurations(java.util.Collection)
or
withDataSetConfigurations(java.util.Collection)
if you want to override the existing values.
dataSetConfigurations
- Schema of the dataset identified by the placeholder. The idea is that any dashboard created from the
template should be bound to new datasets matching the same schema described through this API. .public TemplateVersion withDataSetConfigurations(Collection<DataSetConfiguration> dataSetConfigurations)
Schema of the dataset identified by the placeholder. The idea is that any dashboard created from the template should be bound to new datasets matching the same schema described through this API. .
dataSetConfigurations
- Schema of the dataset identified by the placeholder. The idea is that any dashboard created from the
template should be bound to new datasets matching the same schema described through this API. .public void setDescription(String description)
The description of the template.
description
- The description of the template.public String getDescription()
The description of the template.
public TemplateVersion withDescription(String description)
The description of the template.
description
- The description of the template.public void setSourceEntityArn(String sourceEntityArn)
The Amazon Resource Name (ARN) of the analysis or template which was used to create this template.
sourceEntityArn
- The Amazon Resource Name (ARN) of the analysis or template which was used to create this template.public String getSourceEntityArn()
The Amazon Resource Name (ARN) of the analysis or template which was used to create this template.
public TemplateVersion withSourceEntityArn(String sourceEntityArn)
The Amazon Resource Name (ARN) of the analysis or template which was used to create this template.
sourceEntityArn
- The Amazon Resource Name (ARN) of the analysis or template which was used to create this template.public String toString()
toString
in class Object
Object.toString()
public TemplateVersion 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.