@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetActionTypeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetActionTypeRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetActionTypeRequest |
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 an action type that has been created with any supported integration model.
|
String |
getProvider()
The provider of the action type being called.
|
String |
getVersion()
A string that describes the action type version.
|
int |
hashCode() |
void |
setCategory(String category)
A category defines what kind of action can be taken in the stage.
|
void |
setOwner(String owner)
The creator of an action type that has been created with any supported integration model.
|
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.
|
GetActionTypeRequest |
withCategory(ActionCategory category)
A category defines what kind of action can be taken in the stage.
|
GetActionTypeRequest |
withCategory(String category)
A category defines what kind of action can be taken in the stage.
|
GetActionTypeRequest |
withOwner(String owner)
The creator of an action type that has been created with any supported integration model.
|
GetActionTypeRequest |
withProvider(String provider)
The provider of the action type being called.
|
GetActionTypeRequest |
withVersion(String version)
A string that describes the action type version.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic 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 GetActionTypeRequest 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 GetActionTypeRequest 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 an action type that has been created with any supported integration model. There are two valid
values for the owner field in the action type category: AWS and ThirdParty
.
owner - The creator of an action type that has been created with any supported integration model. There are two
valid values for the owner field in the action type category: AWS and
ThirdParty.public String getOwner()
The creator of an action type that has been created with any supported integration model. There are two valid
values for the owner field in the action type category: AWS and ThirdParty
.
owner field in the action type category: AWS and
ThirdParty.public GetActionTypeRequest withOwner(String owner)
The creator of an action type that has been created with any supported integration model. There are two valid
values for the owner field in the action type category: AWS and ThirdParty
.
owner - The creator of an action type that has been created with any supported integration model. There are two
valid values for the owner field in the action type category: AWS and
ThirdParty.public void setProvider(String provider)
The provider of the action type being called. The provider name is specified when the action type is created.
provider - The provider of the action type being called. The provider name is specified when the action type is
created.public String getProvider()
The provider of the action type being called. The provider name is specified when the action type is created.
public GetActionTypeRequest withProvider(String provider)
The provider of the action type being called. The provider name is specified when the action type is created.
provider - The provider of the action type being called. The provider name is specified 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 GetActionTypeRequest 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 GetActionTypeRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.