@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetProfileObjectTypeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetProfileObjectTypeRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetProfileObjectTypeRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDomainName()
The unique name of the domain.
|
String |
getObjectTypeName()
The name of the profile object type.
|
int |
hashCode() |
void |
setDomainName(String domainName)
The unique name of the domain.
|
void |
setObjectTypeName(String objectTypeName)
The name of the profile object type.
|
String |
toString()
Returns a string representation of this object.
|
GetProfileObjectTypeRequest |
withDomainName(String domainName)
The unique name of the domain.
|
GetProfileObjectTypeRequest |
withObjectTypeName(String objectTypeName)
The name of the profile object type.
|
addHandlerContext, copyBaseTo, 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 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 GetProfileObjectTypeRequest withDomainName(String domainName)
The unique name of the domain.
domainName - The unique name of the domain.public 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 GetProfileObjectTypeRequest withObjectTypeName(String objectTypeName)
The name of the profile object type.
objectTypeName - The name of the profile object type.public String toString()
toString in class ObjectObject.toString()public GetProfileObjectTypeRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.