@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteCustomActionTypeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input of a DeleteCustomActionType operation. The custom action will be marked as deleted.
NOOP
Constructor and Description |
---|
DeleteCustomActionTypeRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteCustomActionTypeRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCategory()
The category of the custom action that you want to delete, such as source or deploy.
|
String |
getProvider()
The provider of the service used in the custom action, such as AWS CodeDeploy.
|
String |
getVersion()
The version of the custom action to delete.
|
int |
hashCode() |
void |
setCategory(ActionCategory category)
The category of the custom action that you want to delete, such as source or deploy.
|
void |
setCategory(String category)
The category of the custom action that you want to delete, such as source or deploy.
|
void |
setProvider(String provider)
The provider of the service used in the custom action, such as AWS CodeDeploy.
|
void |
setVersion(String version)
The version of the custom action to delete.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeleteCustomActionTypeRequest |
withCategory(ActionCategory category)
The category of the custom action that you want to delete, such as source or deploy.
|
DeleteCustomActionTypeRequest |
withCategory(String category)
The category of the custom action that you want to delete, such as source or deploy.
|
DeleteCustomActionTypeRequest |
withProvider(String provider)
The provider of the service used in the custom action, such as AWS CodeDeploy.
|
DeleteCustomActionTypeRequest |
withVersion(String version)
The version of the custom action to delete.
|
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 setCategory(String category)
The category of the custom action that you want to delete, such as source or deploy.
category
- The category of the custom action that you want to delete, such as source or deploy.ActionCategory
public String getCategory()
The category of the custom action that you want to delete, such as source or deploy.
ActionCategory
public DeleteCustomActionTypeRequest withCategory(String category)
The category of the custom action that you want to delete, such as source or deploy.
category
- The category of the custom action that you want to delete, such as source or deploy.ActionCategory
public void setCategory(ActionCategory category)
The category of the custom action that you want to delete, such as source or deploy.
category
- The category of the custom action that you want to delete, such as source or deploy.ActionCategory
public DeleteCustomActionTypeRequest withCategory(ActionCategory category)
The category of the custom action that you want to delete, such as source or deploy.
category
- The category of the custom action that you want to delete, such as source or deploy.ActionCategory
public void setProvider(String provider)
The provider of the service used in the custom action, such as AWS CodeDeploy.
provider
- The provider of the service used in the custom action, such as AWS CodeDeploy.public String getProvider()
The provider of the service used in the custom action, such as AWS CodeDeploy.
public DeleteCustomActionTypeRequest withProvider(String provider)
The provider of the service used in the custom action, such as AWS CodeDeploy.
provider
- The provider of the service used in the custom action, such as AWS CodeDeploy.public void setVersion(String version)
The version of the custom action to delete.
version
- The version of the custom action to delete.public String getVersion()
The version of the custom action to delete.
public DeleteCustomActionTypeRequest withVersion(String version)
The version of the custom action to delete.
version
- The version of the custom action to delete.public String toString()
toString
in class Object
Object.toString()
public DeleteCustomActionTypeRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.