@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeprecateActivityTypeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeprecateActivityTypeRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeprecateActivityTypeRequest |
clone() |
boolean |
equals(Object obj) |
ActivityType |
getActivityType()
The activity type to deprecate.
|
String |
getDomain()
The name of the domain in which the activity type is registered.
|
int |
hashCode() |
void |
setActivityType(ActivityType activityType)
The activity type to deprecate.
|
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.
|
DeprecateActivityTypeRequest |
withActivityType(ActivityType activityType)
The activity type to deprecate.
|
DeprecateActivityTypeRequest |
withDomain(String domain)
The name of the domain in which the activity type is registered.
|
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 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 DeprecateActivityTypeRequest 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 deprecate.
activityType - The activity type to deprecate.public ActivityType getActivityType()
The activity type to deprecate.
public DeprecateActivityTypeRequest withActivityType(ActivityType activityType)
The activity type to deprecate.
activityType - The activity type to deprecate.public String toString()
toString in class ObjectObject.toString()public DeprecateActivityTypeRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.