Class ActionTypeIdentifier
- java.lang.Object
-
- software.amazon.awssdk.services.codepipeline.model.ActionTypeIdentifier
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ActionTypeIdentifier.Builder,ActionTypeIdentifier>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceActionTypeIdentifier.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ActionTypeIdentifier.Builderbuilder()ActionCategorycategory()Defines what kind of action can be taken in the stage, one of the following:StringcategoryAsString()Defines what kind of action can be taken in the stage, one of the following:booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringowner()The creator of the action type being called:AWSorThirdParty.Stringprovider()The provider of the action type being called.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ActionTypeIdentifier.Builder>serializableBuilderClass()ActionTypeIdentifier.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringversion()A string that describes the action type version.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
category
public 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,
categorywill returnActionCategory.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcategoryAsString().- Returns:
- Defines what kind of action can be taken in the stage, one of the following:
-
Source -
Build -
Test -
Deploy -
Approval -
Invoke
-
- See Also:
ActionCategory
-
-
categoryAsString
public 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,
categorywill returnActionCategory.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcategoryAsString().- Returns:
- Defines what kind of action can be taken in the stage, one of the following:
-
Source -
Build -
Test -
Deploy -
Approval -
Invoke
-
- See Also:
ActionCategory
-
-
owner
public final String owner()
The creator of the action type being called:
AWSorThirdParty.- Returns:
- The creator of the action type being called:
AWSorThirdParty.
-
provider
public final String provider()
The provider of the action type being called. The provider name is supplied when the action type is created.
- Returns:
- The provider of the action type being called. The provider name is supplied when the action type is created.
-
version
public final String version()
A string that describes the action type version.
- Returns:
- A string that describes the action type version.
-
toBuilder
public ActionTypeIdentifier.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ActionTypeIdentifier.Builder,ActionTypeIdentifier>
-
builder
public static ActionTypeIdentifier.Builder builder()
-
serializableBuilderClass
public static Class<? extends ActionTypeIdentifier.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-