@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateCalculatedAttributeDefinitionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateCalculatedAttributeDefinitionRequest() |
Modifier and Type | Method and Description |
---|---|
CreateCalculatedAttributeDefinitionRequest |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateCalculatedAttributeDefinitionRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateCalculatedAttributeDefinitionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
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.
|
String |
getDescription()
The description of the calculated attribute.
|
String |
getDisplayName()
The display name of the calculated attribute.
|
String |
getDomainName()
The unique name of the domain.
|
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 |
setDescription(String description)
The description of the calculated attribute.
|
void |
setDisplayName(String displayName)
The display name of the calculated attribute.
|
void |
setDomainName(String domainName)
The unique name of the domain.
|
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.
|
CreateCalculatedAttributeDefinitionRequest |
withAttributeDetails(AttributeDetails attributeDetails)
Mathematical expression and a list of attribute items specified in that expression.
|
CreateCalculatedAttributeDefinitionRequest |
withCalculatedAttributeName(String calculatedAttributeName)
The unique name of the calculated attribute.
|
CreateCalculatedAttributeDefinitionRequest |
withConditions(Conditions conditions)
The conditions including range, object count, and threshold for the calculated attribute.
|
CreateCalculatedAttributeDefinitionRequest |
withDescription(String description)
The description of the calculated attribute.
|
CreateCalculatedAttributeDefinitionRequest |
withDisplayName(String displayName)
The display name of the calculated attribute.
|
CreateCalculatedAttributeDefinitionRequest |
withDomainName(String domainName)
The unique name of the domain.
|
CreateCalculatedAttributeDefinitionRequest |
withStatistic(Statistic statistic)
The aggregation operation to perform for the calculated attribute.
|
CreateCalculatedAttributeDefinitionRequest |
withStatistic(String statistic)
The aggregation operation to perform for the calculated attribute.
|
CreateCalculatedAttributeDefinitionRequest |
withTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public CreateCalculatedAttributeDefinitionRequest()
public void setDomainName(String domainName)
The unique name of the domain.
domainName
- The unique name of the domain.public String getDomainName()
The unique name of the domain.
public CreateCalculatedAttributeDefinitionRequest withDomainName(String domainName)
The unique name of the domain.
domainName
- The unique name of the domain.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 CreateCalculatedAttributeDefinitionRequest 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 CreateCalculatedAttributeDefinitionRequest 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 CreateCalculatedAttributeDefinitionRequest 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 CreateCalculatedAttributeDefinitionRequest 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 CreateCalculatedAttributeDefinitionRequest 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 CreateCalculatedAttributeDefinitionRequest withStatistic(String statistic)
The aggregation operation to perform for the calculated attribute.
statistic
- The aggregation operation to perform for the calculated attribute.Statistic
public CreateCalculatedAttributeDefinitionRequest withStatistic(Statistic statistic)
The aggregation operation to perform for the calculated attribute.
statistic
- The aggregation operation to perform for the calculated attribute.Statistic
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 CreateCalculatedAttributeDefinitionRequest 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 CreateCalculatedAttributeDefinitionRequest addTagsEntry(String key, String value)
public CreateCalculatedAttributeDefinitionRequest clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public CreateCalculatedAttributeDefinitionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()