@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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 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 Object
Object.toString()
public DeprecateActivityTypeRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()