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