@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ActionTypeIdentifier extends Object implements Serializable, Cloneable, StructuredPojo
Specifies the category, owner, provider, and version of the action type.
| Constructor and Description |
|---|
ActionTypeIdentifier() |
| Modifier and Type | Method and Description |
|---|---|
ActionTypeIdentifier |
clone() |
boolean |
equals(Object obj) |
String |
getCategory()
A category defines what kind of action can be taken in the stage.
|
String |
getOwner()
The creator of the action type being called.
|
String |
getProvider()
The provider of the action type being called.
|
String |
getVersion()
A string that describes the action type version.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCategory(String category)
A category defines what kind of action can be taken in the stage.
|
void |
setOwner(String owner)
The creator of the action type being called.
|
void |
setProvider(String provider)
The provider of the action type being called.
|
void |
setVersion(String version)
A string that describes the action type version.
|
String |
toString()
Returns a string representation of this object.
|
ActionTypeIdentifier |
withCategory(ActionCategory category)
A category defines what kind of action can be taken in the stage.
|
ActionTypeIdentifier |
withCategory(String category)
A category defines what kind of action can be taken in the stage.
|
ActionTypeIdentifier |
withOwner(String owner)
The creator of the action type being called.
|
ActionTypeIdentifier |
withProvider(String provider)
The provider of the action type being called.
|
ActionTypeIdentifier |
withVersion(String version)
A string that describes the action type version.
|
public void setCategory(String category)
A category defines what kind of action can be taken in the stage. Valid categories are limited to one of the following values:
Source
Build
Test
Deploy
Approval
Invoke
category - A category defines what kind of action can be taken in the stage. Valid categories are limited to one of
the following values:
Source
Build
Test
Deploy
Approval
Invoke
ActionCategorypublic String getCategory()
A category defines what kind of action can be taken in the stage. Valid categories are limited to one of the following values:
Source
Build
Test
Deploy
Approval
Invoke
Source
Build
Test
Deploy
Approval
Invoke
ActionCategorypublic ActionTypeIdentifier withCategory(String category)
A category defines what kind of action can be taken in the stage. Valid categories are limited to one of the following values:
Source
Build
Test
Deploy
Approval
Invoke
category - A category defines what kind of action can be taken in the stage. Valid categories are limited to one of
the following values:
Source
Build
Test
Deploy
Approval
Invoke
ActionCategorypublic ActionTypeIdentifier withCategory(ActionCategory category)
A category defines what kind of action can be taken in the stage. Valid categories are limited to one of the following values:
Source
Build
Test
Deploy
Approval
Invoke
category - A category defines what kind of action can be taken in the stage. Valid categories are limited to one of
the following values:
Source
Build
Test
Deploy
Approval
Invoke
ActionCategorypublic void setOwner(String owner)
The creator of the action type being called. There are two valid values for the owner field:
AWS and ThirdParty.
owner - The creator of the action type being called. There are two valid values for the owner field:
AWS and ThirdParty.public String getOwner()
The creator of the action type being called. There are two valid values for the owner field:
AWS and ThirdParty.
owner field:
AWS and ThirdParty.public ActionTypeIdentifier withOwner(String owner)
The creator of the action type being called. There are two valid values for the owner field:
AWS and ThirdParty.
owner - The creator of the action type being called. There are two valid values for the owner field:
AWS and ThirdParty.public void setProvider(String provider)
The provider of the action type being called. The provider name is supplied when the action type is created.
provider - The provider of the action type being called. The provider name is supplied when the action type is
created.public String getProvider()
The provider of the action type being called. The provider name is supplied when the action type is created.
public ActionTypeIdentifier withProvider(String provider)
The provider of the action type being called. The provider name is supplied when the action type is created.
provider - The provider of the action type being called. The provider name is supplied when the action type is
created.public void setVersion(String version)
A string that describes the action type version.
version - A string that describes the action type version.public String getVersion()
A string that describes the action type version.
public ActionTypeIdentifier withVersion(String version)
A string that describes the action type version.
version - A string that describes the action type version.public String toString()
toString in class ObjectObject.toString()public ActionTypeIdentifier clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.