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