@Generated(value="software.amazon.awssdk:codegen") public final class DeleteCustomActionTypeRequest extends CodePipelineRequest implements ToCopyableBuilder<DeleteCustomActionTypeRequest.Builder,DeleteCustomActionTypeRequest>
Represents the input of a DeleteCustomActionType operation. The custom action will be marked as deleted.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteCustomActionTypeRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeleteCustomActionTypeRequest.Builder |
builder() |
ActionCategory |
category()
The category of the custom action that you want to delete, such as source or deploy.
|
String |
categoryAsString()
The category of the custom action that you want to delete, such as source or deploy.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
provider()
The provider of the service used in the custom action, such as AWS CodeDeploy.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteCustomActionTypeRequest.Builder> |
serializableBuilderClass() |
DeleteCustomActionTypeRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
version()
The version of the custom action to delete.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ActionCategory category()
The category of the custom action that you want to delete, such as source or deploy.
If the service returns an enum value that is not available in the current SDK version, category will
return ActionCategory.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
categoryAsString().
ActionCategorypublic final String categoryAsString()
The category of the custom action that you want to delete, such as source or deploy.
If the service returns an enum value that is not available in the current SDK version, category will
return ActionCategory.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
categoryAsString().
ActionCategorypublic final String provider()
The provider of the service used in the custom action, such as AWS CodeDeploy.
public final String version()
The version of the custom action to delete.
public DeleteCustomActionTypeRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteCustomActionTypeRequest.Builder,DeleteCustomActionTypeRequest>toBuilder in class CodePipelineRequestpublic static DeleteCustomActionTypeRequest.Builder builder()
public static Class<? extends DeleteCustomActionTypeRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.