@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeActivityTypeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeActivityTypeRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeActivityTypeRequest |
clone() |
boolean |
equals(Object obj) |
ActivityType |
getActivityType()
The activity type to get information about.
|
String |
getDomain()
The name of the domain in which the activity type is registered.
|
int |
hashCode() |
void |
setActivityType(ActivityType activityType)
The activity type to get information about.
|
void |
setDomain(String domain)
The name of the domain in which the activity type is registered.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeActivityTypeRequest |
withActivityType(ActivityType activityType)
The activity type to get information about.
|
DescribeActivityTypeRequest |
withDomain(String domain)
The name of the domain in which the activity type is registered.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setDomain(String domain)
The name of the domain in which the activity type is registered.
domain - The name of the domain in which the activity type is registered.public String getDomain()
The name of the domain in which the activity type is registered.
public DescribeActivityTypeRequest withDomain(String domain)
The name of the domain in which the activity type is registered.
domain - The name of the domain in which the activity type is registered.public void setActivityType(ActivityType activityType)
The activity type to get information about. Activity types are identified by the name and
version that were supplied when the activity was registered.
activityType - The activity type to get information about. Activity types are identified by the name and
version that were supplied when the activity was registered.public ActivityType getActivityType()
The activity type to get information about. Activity types are identified by the name and
version that were supplied when the activity was registered.
name and
version that were supplied when the activity was registered.public DescribeActivityTypeRequest withActivityType(ActivityType activityType)
The activity type to get information about. Activity types are identified by the name and
version that were supplied when the activity was registered.
activityType - The activity type to get information about. Activity types are identified by the name and
version that were supplied when the activity was registered.public String toString()
toString in class ObjectObject.toString()public DescribeActivityTypeRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2017. All rights reserved.