@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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.
|
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.
|
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 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()