@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UndeprecateActivityTypeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UndeprecateActivityTypeRequest() |
| Modifier and Type | Method and Description |
|---|---|
UndeprecateActivityTypeRequest |
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 undeprecate.
|
String |
getDomain()
The name of the domain of the deprecated activity type.
|
int |
hashCode() |
void |
setActivityType(ActivityType activityType)
The activity type to undeprecate.
|
void |
setDomain(String domain)
The name of the domain of the deprecated activity type.
|
String |
toString()
Returns a string representation of this object.
|
UndeprecateActivityTypeRequest |
withActivityType(ActivityType activityType)
The activity type to undeprecate.
|
UndeprecateActivityTypeRequest |
withDomain(String domain)
The name of the domain of the deprecated activity type.
|
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, withSdkRequestTimeoutpublic void setDomain(String domain)
The name of the domain of the deprecated activity type.
domain - The name of the domain of the deprecated activity type.public String getDomain()
The name of the domain of the deprecated activity type.
public UndeprecateActivityTypeRequest withDomain(String domain)
The name of the domain of the deprecated activity type.
domain - The name of the domain of the deprecated activity type.public void setActivityType(ActivityType activityType)
The activity type to undeprecate.
activityType - The activity type to undeprecate.public ActivityType getActivityType()
The activity type to undeprecate.
public UndeprecateActivityTypeRequest withActivityType(ActivityType activityType)
The activity type to undeprecate.
activityType - The activity type to undeprecate.public String toString()
toString in class ObjectObject.toString()public UndeprecateActivityTypeRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()