@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateActionTypeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateActionTypeRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateActionTypeRequest |
clone() |
boolean |
equals(Object obj) |
ActionTypeDeclaration |
getActionType()
The action type definition for the action type to be updated.
|
int |
hashCode() |
void |
setActionType(ActionTypeDeclaration actionType)
The action type definition for the action type to be updated.
|
String |
toString()
Returns a string representation of this object.
|
UpdateActionTypeRequest |
withActionType(ActionTypeDeclaration actionType)
The action type definition for the action type to be updated.
|
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 setActionType(ActionTypeDeclaration actionType)
The action type definition for the action type to be updated.
actionType - The action type definition for the action type to be updated.public ActionTypeDeclaration getActionType()
The action type definition for the action type to be updated.
public UpdateActionTypeRequest withActionType(ActionTypeDeclaration actionType)
The action type definition for the action type to be updated.
actionType - The action type definition for the action type to be updated.public String toString()
toString in class ObjectObject.toString()public UpdateActionTypeRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2025. All rights reserved.