@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateCalculatedAttributeDefinitionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateCalculatedAttributeDefinitionRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateCalculatedAttributeDefinitionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
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.
|
int |
hashCode() |
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.
|
String |
toString()
Returns a string representation of this object.
|
UpdateCalculatedAttributeDefinitionRequest |
withCalculatedAttributeName(String calculatedAttributeName)
The unique name of the calculated attribute.
|
UpdateCalculatedAttributeDefinitionRequest |
withConditions(Conditions conditions)
The conditions including range, object count, and threshold for the calculated attribute.
|
UpdateCalculatedAttributeDefinitionRequest |
withDescription(String description)
The description of the calculated attribute.
|
UpdateCalculatedAttributeDefinitionRequest |
withDisplayName(String displayName)
The display name of the calculated attribute.
|
UpdateCalculatedAttributeDefinitionRequest |
withDomainName(String domainName)
The unique name of the domain.
|
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 UpdateCalculatedAttributeDefinitionRequest()
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 UpdateCalculatedAttributeDefinitionRequest 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 UpdateCalculatedAttributeDefinitionRequest 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 UpdateCalculatedAttributeDefinitionRequest 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 UpdateCalculatedAttributeDefinitionRequest withDescription(String description)
The description of the calculated attribute.
description
- The description of the calculated attribute.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 UpdateCalculatedAttributeDefinitionRequest 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 String toString()
toString
in class Object
Object.toString()
public UpdateCalculatedAttributeDefinitionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()