@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 Amazon Resource Name (ARN) of the application.
|
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 AWS SAM template of your application.
|
String |
getTemplateUrl()
A link to the packaged AWS SAM template of your application.
|
int |
hashCode() |
void |
setApplicationId(String applicationId)
The Amazon Resource Name (ARN) of the application.
|
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 AWS SAM template of your application.
|
void |
setTemplateUrl(String templateUrl)
A link to the packaged AWS SAM template of your application.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateApplicationVersionRequest |
withApplicationId(String applicationId)
The Amazon Resource Name (ARN) of the application.
|
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 AWS SAM template of your application.
|
CreateApplicationVersionRequest |
withTemplateUrl(String templateUrl)
A link to the packaged AWS 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, withSdkRequestTimeoutpublic void setApplicationId(String applicationId)
The Amazon Resource Name (ARN) of the application.
applicationId - The Amazon Resource Name (ARN) of the application.public String getApplicationId()
The Amazon Resource Name (ARN) of the application.
public CreateApplicationVersionRequest withApplicationId(String applicationId)
The Amazon Resource Name (ARN) of the application.
applicationId - The Amazon Resource Name (ARN) of the application.public void setSemanticVersion(String semanticVersion)
The semantic version of the new version.
semanticVersion - The semantic version of the new version.public String getSemanticVersion()
The semantic version of the new version.
public CreateApplicationVersionRequest withSemanticVersion(String semanticVersion)
The semantic version of the new version.
semanticVersion - The semantic version of the new version.public void setSourceCodeUrl(String sourceCodeUrl)
A link to a public repository for the source code of your application.
sourceCodeUrl - A link to a public repository for the source code of your application.public String getSourceCodeUrl()
A link to a public repository for the source code of your application.
public CreateApplicationVersionRequest withSourceCodeUrl(String sourceCodeUrl)
A link to a public repository for the source code of your application.
sourceCodeUrl - A link to a public repository for the source code of your application.public void setTemplateBody(String templateBody)
The raw packaged AWS SAM template of your application.
templateBody - The raw packaged AWS SAM template of your application.public String getTemplateBody()
The raw packaged AWS SAM template of your application.
public CreateApplicationVersionRequest withTemplateBody(String templateBody)
The raw packaged AWS SAM template of your application.
templateBody - The raw packaged AWS SAM template of your application.public void setTemplateUrl(String templateUrl)
A link to the packaged AWS SAM template of your application.
templateUrl - A link to the packaged AWS SAM template of your application.public String getTemplateUrl()
A link to the packaged AWS SAM template of your application.
public CreateApplicationVersionRequest withTemplateUrl(String templateUrl)
A link to the packaged AWS SAM template of your application.
templateUrl - A link to the packaged AWS SAM template of your application.public String toString()
toString in class ObjectObject.toString()public CreateApplicationVersionRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.