@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetCalculatedAttributeForProfileRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetCalculatedAttributeForProfileRequest() |
Modifier and Type | Method and Description |
---|---|
GetCalculatedAttributeForProfileRequest |
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.
|
String |
getDomainName()
The unique name of the domain.
|
String |
getProfileId()
The unique identifier of a customer profile.
|
int |
hashCode() |
void |
setCalculatedAttributeName(String calculatedAttributeName)
The unique name of the calculated attribute.
|
void |
setDomainName(String domainName)
The unique name of the domain.
|
void |
setProfileId(String profileId)
The unique identifier of a customer profile.
|
String |
toString()
Returns a string representation of this object.
|
GetCalculatedAttributeForProfileRequest |
withCalculatedAttributeName(String calculatedAttributeName)
The unique name of the calculated attribute.
|
GetCalculatedAttributeForProfileRequest |
withDomainName(String domainName)
The unique name of the domain.
|
GetCalculatedAttributeForProfileRequest |
withProfileId(String profileId)
The unique identifier of a customer profile.
|
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 GetCalculatedAttributeForProfileRequest()
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 GetCalculatedAttributeForProfileRequest withDomainName(String domainName)
The unique name of the domain.
domainName
- The unique name of the domain.public void setProfileId(String profileId)
The unique identifier of a customer profile.
profileId
- The unique identifier of a customer profile.public String getProfileId()
The unique identifier of a customer profile.
public GetCalculatedAttributeForProfileRequest withProfileId(String profileId)
The unique identifier of a customer profile.
profileId
- The unique identifier of a customer profile.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 GetCalculatedAttributeForProfileRequest withCalculatedAttributeName(String calculatedAttributeName)
The unique name of the calculated attribute.
calculatedAttributeName
- The unique name of the calculated attribute.public String toString()
toString
in class Object
Object.toString()
public GetCalculatedAttributeForProfileRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()