Class GetActionTypeRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.codepipeline.model.CodePipelineRequest
-
- software.amazon.awssdk.services.codepipeline.model.GetActionTypeRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<GetActionTypeRequest.Builder,GetActionTypeRequest>
@Generated("software.amazon.awssdk:codegen") public final class GetActionTypeRequest extends CodePipelineRequest implements ToCopyableBuilder<GetActionTypeRequest.Builder,GetActionTypeRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGetActionTypeRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetActionTypeRequest.Builderbuilder()ActionCategorycategory()Defines what kind of action can be taken in the stage.StringcategoryAsString()Defines what kind of action can be taken in the stage.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringowner()The creator of an action type that was created with any supported integration model.Stringprovider()The provider of the action type being called.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends GetActionTypeRequest.Builder>serializableBuilderClass()GetActionTypeRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringversion()A string that describes the action type version.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
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. The following are the valid values:
-
Source -
Build -
Test -
Deploy -
Approval -
Invoke -
Compute
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. The following are the valid values:
-
Source -
Build -
Test -
Deploy -
Approval -
Invoke -
Compute
-
- See Also:
ActionCategory
-
-
categoryAsString
public final String categoryAsString()
Defines what kind of action can be taken in the stage. The following are the valid values:
-
Source -
Build -
Test -
Deploy -
Approval -
Invoke -
Compute
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. The following are the valid values:
-
Source -
Build -
Test -
Deploy -
Approval -
Invoke -
Compute
-
- See Also:
ActionCategory
-
-
owner
public final String owner()
The creator of an action type that was created with any supported integration model. There are two valid values:
AWSandThirdParty.- Returns:
- The creator of an action type that was created with any supported integration model. There are two valid
values:
AWSandThirdParty.
-
provider
public final String provider()
The provider of the action type being called. The provider name is specified when the action type is created.
- Returns:
- The provider of the action type being called. The provider name is specified 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 GetActionTypeRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetActionTypeRequest.Builder,GetActionTypeRequest>- Specified by:
toBuilderin classCodePipelineRequest
-
builder
public static GetActionTypeRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends GetActionTypeRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
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.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-