@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateCalculatedAttributeDefinitionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateCalculatedAttributeDefinitionResult() |
Modifier and Type | Method and Description |
---|---|
CreateCalculatedAttributeDefinitionResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateCalculatedAttributeDefinitionResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateCalculatedAttributeDefinitionResult |
clone() |
boolean |
equals(Object obj) |
AttributeDetails |
getAttributeDetails()
Mathematical expression and a list of attribute items specified in that expression.
|
String |
getCalculatedAttributeName()
The unique name of the calculated attribute.
|
Conditions |
getConditions()
The conditions including range, object count, and threshold for the calculated attribute.
|
Date |
getCreatedAt()
The timestamp of when the calculated attribute definition was created.
|
String |
getDescription()
The description of the calculated attribute.
|
String |
getDisplayName()
The display name of the calculated attribute.
|
Date |
getLastUpdatedAt()
The timestamp of when the calculated attribute definition was most recently edited.
|
String |
getStatistic()
The aggregation operation to perform for the calculated attribute.
|
Map<String,String> |
getTags()
The tags used to organize, track, or control access for this resource.
|
int |
hashCode() |
void |
setAttributeDetails(AttributeDetails attributeDetails)
Mathematical expression and a list of attribute items specified in that expression.
|
void |
setCalculatedAttributeName(String calculatedAttributeName)
The unique name of the calculated attribute.
|
void |
setConditions(Conditions conditions)
The conditions including range, object count, and threshold for the calculated attribute.
|
void |
setCreatedAt(Date createdAt)
The timestamp of when the calculated attribute definition was created.
|
void |
setDescription(String description)
The description of the calculated attribute.
|
void |
setDisplayName(String displayName)
The display name of the calculated attribute.
|
void |
setLastUpdatedAt(Date lastUpdatedAt)
The timestamp of when the calculated attribute definition was most recently edited.
|
void |
setStatistic(String statistic)
The aggregation operation to perform for the calculated attribute.
|
void |
setTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
String |
toString()
Returns a string representation of this object.
|
CreateCalculatedAttributeDefinitionResult |
withAttributeDetails(AttributeDetails attributeDetails)
Mathematical expression and a list of attribute items specified in that expression.
|
CreateCalculatedAttributeDefinitionResult |
withCalculatedAttributeName(String calculatedAttributeName)
The unique name of the calculated attribute.
|
CreateCalculatedAttributeDefinitionResult |
withConditions(Conditions conditions)
The conditions including range, object count, and threshold for the calculated attribute.
|
CreateCalculatedAttributeDefinitionResult |
withCreatedAt(Date createdAt)
The timestamp of when the calculated attribute definition was created.
|
CreateCalculatedAttributeDefinitionResult |
withDescription(String description)
The description of the calculated attribute.
|
CreateCalculatedAttributeDefinitionResult |
withDisplayName(String displayName)
The display name of the calculated attribute.
|
CreateCalculatedAttributeDefinitionResult |
withLastUpdatedAt(Date lastUpdatedAt)
The timestamp of when the calculated attribute definition was most recently edited.
|
CreateCalculatedAttributeDefinitionResult |
withStatistic(Statistic statistic)
The aggregation operation to perform for the calculated attribute.
|
CreateCalculatedAttributeDefinitionResult |
withStatistic(String statistic)
The aggregation operation to perform for the calculated attribute.
|
CreateCalculatedAttributeDefinitionResult |
withTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public CreateCalculatedAttributeDefinitionResult()
public void setCalculatedAttributeName(String calculatedAttributeName)
The unique name of the calculated attribute.
calculatedAttributeName
- The unique name of the calculated attribute.public String getCalculatedAttributeName()
The unique name of the calculated attribute.
public CreateCalculatedAttributeDefinitionResult withCalculatedAttributeName(String calculatedAttributeName)
The unique name of the calculated attribute.
calculatedAttributeName
- The unique name of the calculated attribute.public void setDisplayName(String displayName)
The display name of the calculated attribute.
displayName
- The display name of the calculated attribute.public String getDisplayName()
The display name of the calculated attribute.
public CreateCalculatedAttributeDefinitionResult withDisplayName(String displayName)
The display name of the calculated attribute.
displayName
- The display name of the calculated attribute.public void setDescription(String description)
The description of the calculated attribute.
description
- The description of the calculated attribute.public String getDescription()
The description of the calculated attribute.
public CreateCalculatedAttributeDefinitionResult withDescription(String description)
The description of the calculated attribute.
description
- The description of the calculated attribute.public void setAttributeDetails(AttributeDetails attributeDetails)
Mathematical expression and a list of attribute items specified in that expression.
attributeDetails
- Mathematical expression and a list of attribute items specified in that expression.public AttributeDetails getAttributeDetails()
Mathematical expression and a list of attribute items specified in that expression.
public CreateCalculatedAttributeDefinitionResult withAttributeDetails(AttributeDetails attributeDetails)
Mathematical expression and a list of attribute items specified in that expression.
attributeDetails
- Mathematical expression and a list of attribute items specified in that expression.public void setConditions(Conditions conditions)
The conditions including range, object count, and threshold for the calculated attribute.
conditions
- The conditions including range, object count, and threshold for the calculated attribute.public Conditions getConditions()
The conditions including range, object count, and threshold for the calculated attribute.
public CreateCalculatedAttributeDefinitionResult withConditions(Conditions conditions)
The conditions including range, object count, and threshold for the calculated attribute.
conditions
- The conditions including range, object count, and threshold for the calculated attribute.public void setStatistic(String statistic)
The aggregation operation to perform for the calculated attribute.
statistic
- The aggregation operation to perform for the calculated attribute.Statistic
public String getStatistic()
The aggregation operation to perform for the calculated attribute.
Statistic
public CreateCalculatedAttributeDefinitionResult withStatistic(String statistic)
The aggregation operation to perform for the calculated attribute.
statistic
- The aggregation operation to perform for the calculated attribute.Statistic
public CreateCalculatedAttributeDefinitionResult withStatistic(Statistic statistic)
The aggregation operation to perform for the calculated attribute.
statistic
- The aggregation operation to perform for the calculated attribute.Statistic
public void setCreatedAt(Date createdAt)
The timestamp of when the calculated attribute definition was created.
createdAt
- The timestamp of when the calculated attribute definition was created.public Date getCreatedAt()
The timestamp of when the calculated attribute definition was created.
public CreateCalculatedAttributeDefinitionResult withCreatedAt(Date createdAt)
The timestamp of when the calculated attribute definition was created.
createdAt
- The timestamp of when the calculated attribute definition was created.public void setLastUpdatedAt(Date lastUpdatedAt)
The timestamp of when the calculated attribute definition was most recently edited.
lastUpdatedAt
- The timestamp of when the calculated attribute definition was most recently edited.public Date getLastUpdatedAt()
The timestamp of when the calculated attribute definition was most recently edited.
public CreateCalculatedAttributeDefinitionResult withLastUpdatedAt(Date lastUpdatedAt)
The timestamp of when the calculated attribute definition was most recently edited.
lastUpdatedAt
- The timestamp of when the calculated attribute definition was most recently edited.public Map<String,String> getTags()
The tags used to organize, track, or control access for this resource.
public void setTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
tags
- The tags used to organize, track, or control access for this resource.public CreateCalculatedAttributeDefinitionResult withTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
tags
- The tags used to organize, track, or control access for this resource.public CreateCalculatedAttributeDefinitionResult addTagsEntry(String key, String value)
public CreateCalculatedAttributeDefinitionResult clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public CreateCalculatedAttributeDefinitionResult clone()