* The unique name of the calculated attribute. *
*/ private String calculatedAttributeName; /** ** The display name of the calculated attribute. *
*/ private String displayName; /** ** The description of the calculated attribute. *
*/ private String description; /** ** The timestamp of when the calculated attribute definition was created. *
*/ private java.util.Date createdAt; /** ** The timestamp of when the calculated attribute definition was most recently edited. *
*/ private java.util.Date lastUpdatedAt; /** ** The aggregation operation to perform for the calculated attribute. *
*/ private String statistic; /** ** The conditions including range, object count, and threshold for the calculated attribute. *
*/ private Conditions conditions; /** ** The mathematical expression and a list of attribute items specified in that expression. *
*/ private AttributeDetails attributeDetails; /** ** The tags used to organize, track, or control access for this resource. *
*/ private java.util.Map* The unique name of the calculated attribute. *
* * @param calculatedAttributeName * The unique name of the calculated attribute. */ public void setCalculatedAttributeName(String calculatedAttributeName) { this.calculatedAttributeName = calculatedAttributeName; } /** ** The unique name of the calculated attribute. *
* * @return The unique name of the calculated attribute. */ public String getCalculatedAttributeName() { return this.calculatedAttributeName; } /** ** The unique name of the calculated attribute. *
* * @param calculatedAttributeName * The unique name of the calculated attribute. * @return Returns a reference to this object so that method calls can be chained together. */ public UpdateCalculatedAttributeDefinitionResult withCalculatedAttributeName(String calculatedAttributeName) { setCalculatedAttributeName(calculatedAttributeName); return this; } /** ** The display name of the calculated attribute. *
* * @param displayName * The display name of the calculated attribute. */ public void setDisplayName(String displayName) { this.displayName = displayName; } /** ** The display name of the calculated attribute. *
* * @return The display name of the calculated attribute. */ public String getDisplayName() { return this.displayName; } /** ** The display name of the calculated attribute. *
* * @param displayName * The display name of the calculated attribute. * @return Returns a reference to this object so that method calls can be chained together. */ public UpdateCalculatedAttributeDefinitionResult withDisplayName(String displayName) { setDisplayName(displayName); return this; } /** ** The description of the calculated attribute. *
* * @param description * The description of the calculated attribute. */ public void setDescription(String description) { this.description = description; } /** ** The description of the calculated attribute. *
* * @return The description of the calculated attribute. */ public String getDescription() { return this.description; } /** ** The description of the calculated attribute. *
* * @param description * The description of the calculated attribute. * @return Returns a reference to this object so that method calls can be chained together. */ public UpdateCalculatedAttributeDefinitionResult withDescription(String description) { setDescription(description); return this; } /** ** The timestamp of when the calculated attribute definition was created. *
* * @param createdAt * The timestamp of when the calculated attribute definition was created. */ public void setCreatedAt(java.util.Date createdAt) { this.createdAt = createdAt; } /** ** The timestamp of when the calculated attribute definition was created. *
* * @return The timestamp of when the calculated attribute definition was created. */ public java.util.Date getCreatedAt() { return this.createdAt; } /** ** The timestamp of when the calculated attribute definition was created. *
* * @param createdAt * The timestamp of when the calculated attribute definition was created. * @return Returns a reference to this object so that method calls can be chained together. */ public UpdateCalculatedAttributeDefinitionResult withCreatedAt(java.util.Date createdAt) { setCreatedAt(createdAt); return this; } /** ** The timestamp of when the calculated attribute definition was most recently edited. *
* * @param lastUpdatedAt * The timestamp of when the calculated attribute definition was most recently edited. */ public void setLastUpdatedAt(java.util.Date lastUpdatedAt) { this.lastUpdatedAt = lastUpdatedAt; } /** ** The timestamp of when the calculated attribute definition was most recently edited. *
* * @return The timestamp of when the calculated attribute definition was most recently edited. */ public java.util.Date getLastUpdatedAt() { return this.lastUpdatedAt; } /** ** The timestamp of when the calculated attribute definition was most recently edited. *
* * @param lastUpdatedAt * The timestamp of when the calculated attribute definition was most recently edited. * @return Returns a reference to this object so that method calls can be chained together. */ public UpdateCalculatedAttributeDefinitionResult withLastUpdatedAt(java.util.Date lastUpdatedAt) { setLastUpdatedAt(lastUpdatedAt); return this; } /** ** The aggregation operation to perform for the calculated attribute. *
* * @param statistic * The aggregation operation to perform for the calculated attribute. * @see Statistic */ public void setStatistic(String statistic) { this.statistic = statistic; } /** ** The aggregation operation to perform for the calculated attribute. *
* * @return The aggregation operation to perform for the calculated attribute. * @see Statistic */ public String getStatistic() { return this.statistic; } /** ** The aggregation operation to perform for the calculated attribute. *
* * @param statistic * The aggregation operation to perform for the calculated attribute. * @return Returns a reference to this object so that method calls can be chained together. * @see Statistic */ public UpdateCalculatedAttributeDefinitionResult withStatistic(String statistic) { setStatistic(statistic); return this; } /** ** The aggregation operation to perform for the calculated attribute. *
* * @param statistic * The aggregation operation to perform for the calculated attribute. * @return Returns a reference to this object so that method calls can be chained together. * @see Statistic */ public UpdateCalculatedAttributeDefinitionResult withStatistic(Statistic statistic) { this.statistic = statistic.toString(); return this; } /** ** The conditions including range, object count, and threshold for the calculated attribute. *
* * @param conditions * The conditions including range, object count, and threshold for the calculated attribute. */ public void setConditions(Conditions conditions) { this.conditions = conditions; } /** ** The conditions including range, object count, and threshold for the calculated attribute. *
* * @return The conditions including range, object count, and threshold for the calculated attribute. */ public Conditions getConditions() { return this.conditions; } /** ** The conditions including range, object count, and threshold for the calculated attribute. *
* * @param conditions * The conditions including range, object count, and threshold for the calculated attribute. * @return Returns a reference to this object so that method calls can be chained together. */ public UpdateCalculatedAttributeDefinitionResult withConditions(Conditions conditions) { setConditions(conditions); return this; } /** ** The mathematical expression and a list of attribute items specified in that expression. *
* * @param attributeDetails * The mathematical expression and a list of attribute items specified in that expression. */ public void setAttributeDetails(AttributeDetails attributeDetails) { this.attributeDetails = attributeDetails; } /** ** The mathematical expression and a list of attribute items specified in that expression. *
* * @return The mathematical expression and a list of attribute items specified in that expression. */ public AttributeDetails getAttributeDetails() { return this.attributeDetails; } /** ** The mathematical expression and a list of attribute items specified in that expression. *
* * @param attributeDetails * The mathematical expression and a list of attribute items specified in that expression. * @return Returns a reference to this object so that method calls can be chained together. */ public UpdateCalculatedAttributeDefinitionResult withAttributeDetails(AttributeDetails attributeDetails) { setAttributeDetails(attributeDetails); return this; } /** ** The tags used to organize, track, or control access for this resource. *
* * @return The tags used to organize, track, or control access for this resource. */ public java.util.Map* The tags used to organize, track, or control access for this resource. *
* * @param tags * The tags used to organize, track, or control access for this resource. */ public void setTags(java.util.Map* The tags used to organize, track, or control access for this resource. *
* * @param tags * The tags used to organize, track, or control access for this resource. * @return Returns a reference to this object so that method calls can be chained together. */ public UpdateCalculatedAttributeDefinitionResult withTags(java.util.Map