@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateApplicationVersionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateApplicationVersionRequest() |
Modifier and Type | Method and Description |
---|---|
CreateApplicationVersionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getApplicationId()
The id of the application to create a new version for
|
String |
getSemanticVersion()
The semantic version of the new version
|
String |
getSourceCodeUrl()
A link to a public repository for the source code of your application.
|
String |
getTemplateBody()
The raw packaged SAM template of your application.
|
String |
getTemplateUrl()
A link to the packaged SAM template of your application.
|
int |
hashCode() |
void |
setApplicationId(String applicationId)
The id of the application to create a new version for
|
void |
setSemanticVersion(String semanticVersion)
The semantic version of the new version
|
void |
setSourceCodeUrl(String sourceCodeUrl)
A link to a public repository for the source code of your application.
|
void |
setTemplateBody(String templateBody)
The raw packaged SAM template of your application.
|
void |
setTemplateUrl(String templateUrl)
A link to the packaged SAM template of your application.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateApplicationVersionRequest |
withApplicationId(String applicationId)
The id of the application to create a new version for
|
CreateApplicationVersionRequest |
withSemanticVersion(String semanticVersion)
The semantic version of the new version
|
CreateApplicationVersionRequest |
withSourceCodeUrl(String sourceCodeUrl)
A link to a public repository for the source code of your application.
|
CreateApplicationVersionRequest |
withTemplateBody(String templateBody)
The raw packaged SAM template of your application.
|
CreateApplicationVersionRequest |
withTemplateUrl(String templateUrl)
A link to the packaged SAM template of your 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)
applicationId
- The id of the application to create a new version forpublic String getApplicationId()
public CreateApplicationVersionRequest withApplicationId(String applicationId)
applicationId
- The id of the application to create a new version forpublic void setSemanticVersion(String semanticVersion)
semanticVersion
- The semantic version of the new versionpublic String getSemanticVersion()
public CreateApplicationVersionRequest withSemanticVersion(String semanticVersion)
semanticVersion
- The semantic version of the new versionpublic void setSourceCodeUrl(String sourceCodeUrl)
sourceCodeUrl
- A link to a public repository for the source code of your application.public String getSourceCodeUrl()
public CreateApplicationVersionRequest withSourceCodeUrl(String sourceCodeUrl)
sourceCodeUrl
- A link to a public repository for the source code of your application.public void setTemplateBody(String templateBody)
templateBody
- The raw packaged SAM template of your application.public String getTemplateBody()
public CreateApplicationVersionRequest withTemplateBody(String templateBody)
templateBody
- The raw packaged SAM template of your application.public void setTemplateUrl(String templateUrl)
templateUrl
- A link to the packaged SAM template of your application.public String getTemplateUrl()
public CreateApplicationVersionRequest withTemplateUrl(String templateUrl)
templateUrl
- A link to the packaged SAM template of your application.public String toString()
toString
in class Object
Object.toString()
public CreateApplicationVersionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.