public class DescribeActivityTypeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeActivityTypeRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeActivityTypeRequest |
clone()
Creates a shallow clone of this request.
|
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, withSdkRequestTimeout
public 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 Object
Object.toString()
public DescribeActivityTypeRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2018. All rights reserved.