@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartDeploymentRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Request structure for start a deployment.
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()
Unique Id for an Amplify App.
|
String |
getBranchName()
Name for the branch, for the Job.
|
String |
getJobId()
The job id for this deployment, generated by create deployment request.
|
String |
getSourceUrl()
The sourceUrl for this deployment, used when calling start deployment without create deployment.
|
int |
hashCode() |
void |
setAppId(String appId)
Unique Id for an Amplify App.
|
void |
setBranchName(String branchName)
Name for the branch, for the Job.
|
void |
setJobId(String jobId)
The job id for this deployment, generated by create deployment request.
|
void |
setSourceUrl(String sourceUrl)
The sourceUrl for this deployment, used when calling start deployment without create deployment.
|
String |
toString()
Returns a string representation of this object.
|
StartDeploymentRequest |
withAppId(String appId)
Unique Id for an Amplify App.
|
StartDeploymentRequest |
withBranchName(String branchName)
Name for the branch, for the Job.
|
StartDeploymentRequest |
withJobId(String jobId)
The job id for this deployment, generated by create deployment request.
|
StartDeploymentRequest |
withSourceUrl(String sourceUrl)
The sourceUrl 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)
Unique Id for an Amplify App.
appId
- Unique Id for an Amplify App.public String getAppId()
Unique Id for an Amplify App.
public StartDeploymentRequest withAppId(String appId)
Unique Id for an Amplify App.
appId
- Unique Id for an Amplify App.public void setBranchName(String branchName)
Name for the branch, for the Job.
branchName
- Name for the branch, for the Job.public String getBranchName()
Name for the branch, for the Job.
public StartDeploymentRequest withBranchName(String branchName)
Name for the branch, for the Job.
branchName
- Name for the branch, for the Job.public void setJobId(String jobId)
The job id for this deployment, generated by create deployment request.
jobId
- The job id for this deployment, generated by create deployment request.public String getJobId()
The job id for this deployment, generated by create deployment request.
public StartDeploymentRequest withJobId(String jobId)
The job id for this deployment, generated by create deployment request.
jobId
- The job id for this deployment, generated by create deployment request.public void setSourceUrl(String sourceUrl)
The sourceUrl for this deployment, used when calling start deployment without create deployment. SourceUrl can be any HTTP GET url that is public accessible and downloads a single zip.
sourceUrl
- The sourceUrl for this deployment, used when calling start deployment without create deployment. SourceUrl
can be any HTTP GET url that is public accessible and downloads a single zip.public String getSourceUrl()
The sourceUrl for this deployment, used when calling start deployment without create deployment. SourceUrl can be any HTTP GET url that is public accessible and downloads a single zip.
public StartDeploymentRequest withSourceUrl(String sourceUrl)
The sourceUrl for this deployment, used when calling start deployment without create deployment. SourceUrl can be any HTTP GET url that is public accessible and downloads a single zip.
sourceUrl
- The sourceUrl for this deployment, used when calling start deployment without create deployment. SourceUrl
can be any HTTP GET url that is public accessible and downloads a single zip.public String toString()
toString
in class Object
Object.toString()
public StartDeploymentRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.