@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 identifies the action type.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
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 identifies the action type.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
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 identifies the action type.
|
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 values below.
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 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 values below.
ActionCategory
public 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 values below.
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 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 values below.
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 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 values below.
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 void setOwner(String owner)
The creator of the action being called.
owner
- The creator of the action being called.ActionOwner
public String getOwner()
The creator of the action being called.
ActionOwner
public ActionTypeId withOwner(String owner)
The creator of the action being called.
owner
- The creator of the action being called.ActionOwner
public void setOwner(ActionOwner owner)
The creator of the action being called.
owner
- The creator of the action being called.ActionOwner
public ActionTypeId withOwner(ActionOwner owner)
The creator of the action being called.
owner
- The creator of the action being called.ActionOwner
public 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 AWS CodeDeploy, which would be specified as CodeDeploy.
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 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 AWS CodeDeploy, which would be specified as CodeDeploy.
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 AWS CodeDeploy, which would be specified as CodeDeploy.
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 void setVersion(String version)
A string that identifies the action type.
version
- A string that identifies the action type.public String getVersion()
A string that identifies the action type.
public ActionTypeId withVersion(String version)
A string that identifies the action type.
version
- A string that identifies the action type.public String toString()
toString
in class Object
Object.toString()
public ActionTypeId clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.