@Generated(value="software.amazon.awssdk:codegen") public final class ActionTypeIdentifier extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ActionTypeIdentifier.Builder,ActionTypeIdentifier>
Specifies the category, owner, provider, and version of the action type.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ActionTypeIdentifier.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ActionTypeIdentifier.Builder |
builder() |
ActionCategory |
category()
Defines what kind of action can be taken in the stage, one of the following:
|
String |
categoryAsString()
Defines what kind of action can be taken in the stage, one of the following:
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
owner()
The creator of the action type being called:
AWS or ThirdParty. |
String |
provider()
The provider of the action type being called.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ActionTypeIdentifier.Builder> |
serializableBuilderClass() |
ActionTypeIdentifier.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
version()
A string that describes the action type version.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ActionCategory category()
Defines what kind of action can be taken in the stage, one of the following:
Source
Build
Test
Deploy
Approval
Invoke
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().
Source
Build
Test
Deploy
Approval
Invoke
ActionCategorypublic final String categoryAsString()
Defines what kind of action can be taken in the stage, one of the following:
Source
Build
Test
Deploy
Approval
Invoke
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().
Source
Build
Test
Deploy
Approval
Invoke
ActionCategorypublic final String owner()
The creator of the action type being called: AWS or ThirdParty.
AWS or ThirdParty.public final String provider()
The provider of the action type being called. The provider name is supplied when the action type is created.
public final String version()
A string that describes the action type version.
public ActionTypeIdentifier.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ActionTypeIdentifier.Builder,ActionTypeIdentifier>public static ActionTypeIdentifier.Builder builder()
public static Class<? extends ActionTypeIdentifier.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.