@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateDeploymentRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateDeploymentRequest() |
Modifier and Type | Method and Description |
---|---|
CreateDeploymentRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getApplicationId()
The application identifier.
|
Integer |
getApplicationVersion()
The version of the application to deploy.
|
String |
getClientToken()
Unique, case-sensitive identifier you provide to ensure the idempotency of the request to create a deployment.
|
String |
getEnvironmentId()
The identifier of the runtime environment where you want to deploy this application.
|
int |
hashCode() |
void |
setApplicationId(String applicationId)
The application identifier.
|
void |
setApplicationVersion(Integer applicationVersion)
The version of the application to deploy.
|
void |
setClientToken(String clientToken)
Unique, case-sensitive identifier you provide to ensure the idempotency of the request to create a deployment.
|
void |
setEnvironmentId(String environmentId)
The identifier of the runtime environment where you want to deploy this application.
|
String |
toString()
Returns a string representation of this object.
|
CreateDeploymentRequest |
withApplicationId(String applicationId)
The application identifier.
|
CreateDeploymentRequest |
withApplicationVersion(Integer applicationVersion)
The version of the application to deploy.
|
CreateDeploymentRequest |
withClientToken(String clientToken)
Unique, case-sensitive identifier you provide to ensure the idempotency of the request to create a deployment.
|
CreateDeploymentRequest |
withEnvironmentId(String environmentId)
The identifier of the runtime environment where you want to deploy this application.
|
addHandlerContext, 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, withSdkRequestTimeout
public void setApplicationId(String applicationId)
The application identifier.
applicationId
- The application identifier.public String getApplicationId()
The application identifier.
public CreateDeploymentRequest withApplicationId(String applicationId)
The application identifier.
applicationId
- The application identifier.public void setApplicationVersion(Integer applicationVersion)
The version of the application to deploy.
applicationVersion
- The version of the application to deploy.public Integer getApplicationVersion()
The version of the application to deploy.
public CreateDeploymentRequest withApplicationVersion(Integer applicationVersion)
The version of the application to deploy.
applicationVersion
- The version of the application to deploy.public void setClientToken(String clientToken)
Unique, case-sensitive identifier you provide to ensure the idempotency of the request to create a deployment. The service generates the clientToken when the API call is triggered. The token expires after one hour, so if you retry the API within this timeframe with the same clientToken, you will get the same response. The service also handles deleting the clientToken after it expires.
clientToken
- Unique, case-sensitive identifier you provide to ensure the idempotency of the request to create a
deployment. The service generates the clientToken when the API call is triggered. The token expires after
one hour, so if you retry the API within this timeframe with the same clientToken, you will get the same
response. The service also handles deleting the clientToken after it expires.public String getClientToken()
Unique, case-sensitive identifier you provide to ensure the idempotency of the request to create a deployment. The service generates the clientToken when the API call is triggered. The token expires after one hour, so if you retry the API within this timeframe with the same clientToken, you will get the same response. The service also handles deleting the clientToken after it expires.
public CreateDeploymentRequest withClientToken(String clientToken)
Unique, case-sensitive identifier you provide to ensure the idempotency of the request to create a deployment. The service generates the clientToken when the API call is triggered. The token expires after one hour, so if you retry the API within this timeframe with the same clientToken, you will get the same response. The service also handles deleting the clientToken after it expires.
clientToken
- Unique, case-sensitive identifier you provide to ensure the idempotency of the request to create a
deployment. The service generates the clientToken when the API call is triggered. The token expires after
one hour, so if you retry the API within this timeframe with the same clientToken, you will get the same
response. The service also handles deleting the clientToken after it expires.public void setEnvironmentId(String environmentId)
The identifier of the runtime environment where you want to deploy this application.
environmentId
- The identifier of the runtime environment where you want to deploy this application.public String getEnvironmentId()
The identifier of the runtime environment where you want to deploy this application.
public CreateDeploymentRequest withEnvironmentId(String environmentId)
The identifier of the runtime environment where you want to deploy this application.
environmentId
- The identifier of the runtime environment where you want to deploy this application.public String toString()
toString
in class Object
Object.toString()
public CreateDeploymentRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()