@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ActionTypeId extends Object implements Serializable, Cloneable, StructuredPojo
Represents information about an action type.
| Constructor and Description |
|---|
ActionTypeId() |
| Modifier and Type | Method and Description |
|---|---|
ActionTypeId |
clone() |
boolean |
equals(Object obj) |
String |
getCategory()
A category defines what kind of action can be taken in the stage, and constrains the provider type for the
action.
|
String |
getOwner()
The creator of the action being called.
|
String |
getProvider()
The provider of the service being called by the action.
|
String |
getVersion()
A string that describes the action version.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCategory(ActionCategory category)
A category defines what kind of action can be taken in the stage, and constrains the provider type for the
action.
|
void |
setCategory(String category)
A category defines what kind of action can be taken in the stage, and constrains the provider type for the
action.
|
void |
setOwner(ActionOwner owner)
The creator of the action being called.
|
void |
setOwner(String owner)
The creator of the action being called.
|
void |
setProvider(String provider)
The provider of the service being called by the action.
|
void |
setVersion(String version)
A string that describes the action version.
|
String |
toString()
Returns a string representation of this object.
|
ActionTypeId |
withCategory(ActionCategory category)
A category defines what kind of action can be taken in the stage, and constrains the provider type for the
action.
|
ActionTypeId |
withCategory(String category)
A category defines what kind of action can be taken in the stage, and constrains the provider type for the
action.
|
ActionTypeId |
withOwner(ActionOwner owner)
The creator of the action being called.
|
ActionTypeId |
withOwner(String owner)
The creator of the action being called.
|
ActionTypeId |
withProvider(String provider)
The provider of the service being called by the action.
|
ActionTypeId |
withVersion(String version)
A string that describes the action version.
|
public void setCategory(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 following values.
Source
Build
Test
Deploy
Invoke
Approval
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 following values.
Source
Build
Test
Deploy
Invoke
Approval
ActionCategorypublic String getCategory()
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 following values.
Source
Build
Test
Deploy
Invoke
Approval
Source
Build
Test
Deploy
Invoke
Approval
ActionCategorypublic ActionTypeId withCategory(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 following values.
Source
Build
Test
Deploy
Invoke
Approval
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 following values.
Source
Build
Test
Deploy
Invoke
Approval
ActionCategorypublic void setCategory(ActionCategory 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 following values.
Source
Build
Test
Deploy
Invoke
Approval
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 following values.
Source
Build
Test
Deploy
Invoke
Approval
ActionCategorypublic ActionTypeId withCategory(ActionCategory 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 following values.
Source
Build
Test
Deploy
Invoke
Approval
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 following values.
Source
Build
Test
Deploy
Invoke
Approval
ActionCategorypublic void setOwner(String owner)
The creator of the action being called. There are three valid values for the Owner field in the
action category section within your pipeline structure: AWS, ThirdParty, and
Custom. For more information, see Valid Action Types and Providers in CodePipeline.
owner - The creator of the action being called. There are three valid values for the Owner field in
the action category section within your pipeline structure: AWS, ThirdParty, and
Custom. For more information, see Valid Action Types and Providers in CodePipeline.ActionOwnerpublic String getOwner()
The creator of the action being called. There are three valid values for the Owner field in the
action category section within your pipeline structure: AWS, ThirdParty, and
Custom. For more information, see Valid Action Types and Providers in CodePipeline.
Owner field in
the action category section within your pipeline structure: AWS, ThirdParty,
and Custom. For more information, see Valid Action Types and Providers in CodePipeline.ActionOwnerpublic ActionTypeId withOwner(String owner)
The creator of the action being called. There are three valid values for the Owner field in the
action category section within your pipeline structure: AWS, ThirdParty, and
Custom. For more information, see Valid Action Types and Providers in CodePipeline.
owner - The creator of the action being called. There are three valid values for the Owner field in
the action category section within your pipeline structure: AWS, ThirdParty, and
Custom. For more information, see Valid Action Types and Providers in CodePipeline.ActionOwnerpublic void setOwner(ActionOwner owner)
The creator of the action being called. There are three valid values for the Owner field in the
action category section within your pipeline structure: AWS, ThirdParty, and
Custom. For more information, see Valid Action Types and Providers in CodePipeline.
owner - The creator of the action being called. There are three valid values for the Owner field in
the action category section within your pipeline structure: AWS, ThirdParty, and
Custom. For more information, see Valid Action Types and Providers in CodePipeline.ActionOwnerpublic ActionTypeId withOwner(ActionOwner owner)
The creator of the action being called. There are three valid values for the Owner field in the
action category section within your pipeline structure: AWS, ThirdParty, and
Custom. For more information, see Valid Action Types and Providers in CodePipeline.
owner - The creator of the action being called. There are three valid values for the Owner field in
the action category section within your pipeline structure: AWS, ThirdParty, and
Custom. For more information, see Valid Action Types and Providers in CodePipeline.ActionOwnerpublic void setProvider(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 CodeDeploy, which would be specified
as CodeDeploy. For more information, see Valid Action Types and Providers in CodePipeline.
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 CodeDeploy, which
would be specified as CodeDeploy. For more information, see Valid Action Types and Providers in CodePipeline.public String getProvider()
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 CodeDeploy, which would be specified
as CodeDeploy. For more information, see Valid Action Types and Providers in CodePipeline.
CodeDeploy. For more information, see Valid Action Types and Providers in CodePipeline.public ActionTypeId withProvider(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 CodeDeploy, which would be specified
as CodeDeploy. For more information, see Valid Action Types and Providers in CodePipeline.
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 CodeDeploy, which
would be specified as CodeDeploy. For more information, see Valid Action Types and Providers in CodePipeline.public void setVersion(String version)
A string that describes the action version.
version - A string that describes the action version.public String getVersion()
A string that describes the action version.
public ActionTypeId withVersion(String version)
A string that describes the action version.
version - A string that describes the action version.public String toString()
toString in class ObjectObject.toString()public ActionTypeId clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.