@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutProfileObjectRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
PutProfileObjectRequest() |
| Modifier and Type | Method and Description |
|---|---|
PutProfileObjectRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDomainName()
The unique name of the domain.
|
String |
getObject()
A string that is serialized from a JSON object.
|
String |
getObjectTypeName()
The name of the profile object type.
|
int |
hashCode() |
void |
setDomainName(String domainName)
The unique name of the domain.
|
void |
setObject(String object)
A string that is serialized from a JSON object.
|
void |
setObjectTypeName(String objectTypeName)
The name of the profile object type.
|
String |
toString()
Returns a string representation of this object.
|
PutProfileObjectRequest |
withDomainName(String domainName)
The unique name of the domain.
|
PutProfileObjectRequest |
withObject(String object)
A string that is serialized from a JSON object.
|
PutProfileObjectRequest |
withObjectTypeName(String objectTypeName)
The name of the profile object type.
|
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, withSdkRequestTimeoutpublic void setObjectTypeName(String objectTypeName)
The name of the profile object type.
objectTypeName - The name of the profile object type.public String getObjectTypeName()
The name of the profile object type.
public PutProfileObjectRequest withObjectTypeName(String objectTypeName)
The name of the profile object type.
objectTypeName - The name of the profile object type.public void setObject(String object)
A string that is serialized from a JSON object.
object - A string that is serialized from a JSON object.public String getObject()
A string that is serialized from a JSON object.
public PutProfileObjectRequest withObject(String object)
A string that is serialized from a JSON object.
object - A string that is serialized from a JSON object.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 PutProfileObjectRequest withDomainName(String domainName)
The unique name of the domain.
domainName - The unique name of the domain.public String toString()
toString in class ObjectObject.toString()public PutProfileObjectRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()