@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 |
getSourceCodeArchiveUrl()
A link to the S3 object that contains the ZIP archive of the source code for this version of your application.
|
String |
getSourceCodeUrl()
A link to a public repository for the source code of your application, for example the URL of a specific GitHub
commit.
|
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 |
setSourceCodeArchiveUrl(String sourceCodeArchiveUrl)
A link to the S3 object that contains the ZIP archive of the source code for this version of your application.
|
void |
setSourceCodeUrl(String sourceCodeUrl)
A link to a public repository for the source code of your application, for example the URL of a specific GitHub
commit.
|
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.
|
CreateApplicationVersionRequest |
withApplicationId(String applicationId)
The Amazon Resource Name (ARN) of the application.
|
CreateApplicationVersionRequest |
withSemanticVersion(String semanticVersion)
The semantic version of the new version.
|
CreateApplicationVersionRequest |
withSourceCodeArchiveUrl(String sourceCodeArchiveUrl)
A link to the S3 object that contains the ZIP archive of the source code for this version of your application.
|
CreateApplicationVersionRequest |
withSourceCodeUrl(String sourceCodeUrl)
A link to a public repository for the source code of your application, for example the URL of a specific GitHub
commit.
|
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, withSdkRequestTimeout
public 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 setSourceCodeArchiveUrl(String sourceCodeArchiveUrl)
A link to the S3 object that contains the ZIP archive of the source code for this version of your application.
Maximum size 50 MB
sourceCodeArchiveUrl
- A link to the S3 object that contains the ZIP archive of the source code for this version of your
application.
Maximum size 50 MB
public String getSourceCodeArchiveUrl()
A link to the S3 object that contains the ZIP archive of the source code for this version of your application.
Maximum size 50 MB
Maximum size 50 MB
public CreateApplicationVersionRequest withSourceCodeArchiveUrl(String sourceCodeArchiveUrl)
A link to the S3 object that contains the ZIP archive of the source code for this version of your application.
Maximum size 50 MB
sourceCodeArchiveUrl
- A link to the S3 object that contains the ZIP archive of the source code for this version of your
application.
Maximum size 50 MB
public void setSourceCodeUrl(String sourceCodeUrl)
A link to a public repository for the source code of your application, for example the URL of a specific GitHub commit.
sourceCodeUrl
- A link to a public repository for the source code of your application, for example the URL of a specific
GitHub commit.public String getSourceCodeUrl()
A link to a public repository for the source code of your application, for example the URL of a specific GitHub commit.
public CreateApplicationVersionRequest withSourceCodeUrl(String sourceCodeUrl)
A link to a public repository for the source code of your application, for example the URL of a specific GitHub commit.
sourceCodeUrl
- A link to a public repository for the source code of your application, for example the URL of a specific
GitHub commit.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 Object
Object.toString()
public CreateApplicationVersionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()