@Generated(value="software.amazon.awssdk:codegen") public final class GetActionTypeRequest extends CodePipelineRequest implements ToCopyableBuilder<GetActionTypeRequest.Builder,GetActionTypeRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetActionTypeRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetActionTypeRequest.Builder |
builder() |
ActionCategory |
category()
Defines what kind of action can be taken in the stage.
|
String |
categoryAsString()
Defines what kind of action can be taken in the stage.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
owner()
The creator of an action type that was created with any supported integration model.
|
String |
provider()
The provider of the action type being called.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetActionTypeRequest.Builder> |
serializableBuilderClass() |
GetActionTypeRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
version()
A string that describes the action type version.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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
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. The following are the valid values:
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 an action type that was created with any supported integration model. There are two valid values:
AWS and ThirdParty.
AWS and ThirdParty.public final String provider()
The provider of the action type being called. The provider name is specified when the action type is created.
public final String version()
A string that describes the action type version.
public GetActionTypeRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetActionTypeRequest.Builder,GetActionTypeRequest>toBuilder in class CodePipelineRequestpublic static GetActionTypeRequest.Builder builder()
public static Class<? extends GetActionTypeRequest.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.