@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DetectProfileObjectTypeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DetectProfileObjectTypeRequest() |
Modifier and Type | Method and Description |
---|---|
DetectProfileObjectTypeRequest |
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.
|
List<String> |
getObjects()
A string that is serialized from a JSON object.
|
int |
hashCode() |
void |
setDomainName(String domainName)
The unique name of the domain.
|
void |
setObjects(Collection<String> objects)
A string that is serialized from a JSON object.
|
String |
toString()
Returns a string representation of this object.
|
DetectProfileObjectTypeRequest |
withDomainName(String domainName)
The unique name of the domain.
|
DetectProfileObjectTypeRequest |
withObjects(Collection<String> objects)
A string that is serialized from a JSON object.
|
DetectProfileObjectTypeRequest |
withObjects(String... objects)
A string that is serialized from a JSON object.
|
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 List<String> getObjects()
A string that is serialized from a JSON object.
public void setObjects(Collection<String> objects)
A string that is serialized from a JSON object.
objects
- A string that is serialized from a JSON object.public DetectProfileObjectTypeRequest withObjects(String... objects)
A string that is serialized from a JSON object.
NOTE: This method appends the values to the existing list (if any). Use
setObjects(java.util.Collection)
or withObjects(java.util.Collection)
if you want to override
the existing values.
objects
- A string that is serialized from a JSON object.public DetectProfileObjectTypeRequest withObjects(Collection<String> objects)
A string that is serialized from a JSON object.
objects
- 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 DetectProfileObjectTypeRequest withDomainName(String domainName)
The unique name of the domain.
domainName
- The unique name of the domain.public String toString()
toString
in class Object
Object.toString()
public DetectProfileObjectTypeRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()