StructuredPojo
, ToCopyableBuilder<ActionTypeId.Builder,ActionTypeId>
@Generated("software.amazon.awssdk:codegen") public class ActionTypeId extends Object implements StructuredPojo, ToCopyableBuilder<ActionTypeId.Builder,ActionTypeId>
Represents information about an action type.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ActionTypeId.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ActionTypeId.Builder |
builder() |
|
String |
category() |
A category defines what kind of action can be taken in the stage, and constrains the provider type for the
action.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
owner() |
The creator of the action being called.
|
String |
provider() |
The provider of the service being called by the action.
|
static Class<? extends ActionTypeId.Builder> |
serializableBuilderClass() |
|
ActionTypeId.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
version() |
A string that identifies the action type.
|
public String category()
A category defines what kind of action can be taken in the stage, and constrains the provider type for the action. Valid categories are limited to one of the values below.
ActionCategory
public String owner()
The creator of the action being called.
ActionOwner
public String provider()
The provider of the service being called by the action. Valid providers are determined by the action category. For example, an action in the Deploy category type might have a provider of AWS CodeDeploy, which would be specified as CodeDeploy.
public String version()
A string that identifies the action type.
public ActionTypeId.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ActionTypeId.Builder,ActionTypeId>
public static ActionTypeId.Builder builder()
public static Class<? extends ActionTypeId.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.