@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartDeploymentRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The request structure for the start a deployment request.
NOOP
Constructor and Description |
---|
StartDeploymentRequest() |
Modifier and Type | Method and Description |
---|---|
StartDeploymentRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAppId()
The unique ID for an Amplify app.
|
String |
getBranchName()
The name of the branch to use for the job.
|
String |
getJobId()
The job ID for this deployment, generated by the create deployment request.
|
String |
getSourceUrl()
The source URL for this deployment, used when calling start deployment without create deployment.
|
int |
hashCode() |
void |
setAppId(String appId)
The unique ID for an Amplify app.
|
void |
setBranchName(String branchName)
The name of the branch to use for the job.
|
void |
setJobId(String jobId)
The job ID for this deployment, generated by the create deployment request.
|
void |
setSourceUrl(String sourceUrl)
The source URL for this deployment, used when calling start deployment without create deployment.
|
String |
toString()
Returns a string representation of this object.
|
StartDeploymentRequest |
withAppId(String appId)
The unique ID for an Amplify app.
|
StartDeploymentRequest |
withBranchName(String branchName)
The name of the branch to use for the job.
|
StartDeploymentRequest |
withJobId(String jobId)
The job ID for this deployment, generated by the create deployment request.
|
StartDeploymentRequest |
withSourceUrl(String sourceUrl)
The source URL for this deployment, used when calling start deployment without create deployment.
|
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 setAppId(String appId)
The unique ID for an Amplify app.
appId
- The unique ID for an Amplify app.public String getAppId()
The unique ID for an Amplify app.
public StartDeploymentRequest withAppId(String appId)
The unique ID for an Amplify app.
appId
- The unique ID for an Amplify app.public void setBranchName(String branchName)
The name of the branch to use for the job.
branchName
- The name of the branch to use for the job.public String getBranchName()
The name of the branch to use for the job.
public StartDeploymentRequest withBranchName(String branchName)
The name of the branch to use for the job.
branchName
- The name of the branch to use for the job.public void setJobId(String jobId)
The job ID for this deployment, generated by the create deployment request.
jobId
- The job ID for this deployment, generated by the create deployment request.public String getJobId()
The job ID for this deployment, generated by the create deployment request.
public StartDeploymentRequest withJobId(String jobId)
The job ID for this deployment, generated by the create deployment request.
jobId
- The job ID for this deployment, generated by the create deployment request.public void setSourceUrl(String sourceUrl)
The source URL for this deployment, used when calling start deployment without create deployment. The source URL can be any HTTP GET URL that is publicly accessible and downloads a single .zip file.
sourceUrl
- The source URL for this deployment, used when calling start deployment without create deployment. The
source URL can be any HTTP GET URL that is publicly accessible and downloads a single .zip file.public String getSourceUrl()
The source URL for this deployment, used when calling start deployment without create deployment. The source URL can be any HTTP GET URL that is publicly accessible and downloads a single .zip file.
public StartDeploymentRequest withSourceUrl(String sourceUrl)
The source URL for this deployment, used when calling start deployment without create deployment. The source URL can be any HTTP GET URL that is publicly accessible and downloads a single .zip file.
sourceUrl
- The source URL for this deployment, used when calling start deployment without create deployment. The
source URL can be any HTTP GET URL that is publicly accessible and downloads a single .zip file.public String toString()
toString
in class Object
Object.toString()
public StartDeploymentRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Privacy | Site terms | Cookie preferences | © 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.