@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ApplicationVersionDescription extends Object implements Serializable, Cloneable
Describes the properties of an application version.
| Constructor and Description | 
|---|
| ApplicationVersionDescription() | 
| Modifier and Type | Method and Description | 
|---|---|
| ApplicationVersionDescription | clone() | 
| boolean | equals(Object obj) | 
| String | getApplicationName()
 The name of the application to which the application version belongs. | 
| String | getApplicationVersionArn()
 The Amazon Resource Name (ARN) of the application version. | 
| String | getBuildArn()
 Reference to the artifact from the AWS CodeBuild build. | 
| Date | getDateCreated()
 The creation date of the application version. | 
| Date | getDateUpdated()
 The last modified date of the application version. | 
| String | getDescription()
 The description of the application version. | 
| SourceBuildInformation | getSourceBuildInformation()
 If the version's source code was retrieved from AWS CodeCommit, the location of the source code for the
 application version. | 
| S3Location | getSourceBundle()
 The storage location of the application version's source bundle in Amazon S3. | 
| String | getStatus()
 The processing status of the application version. | 
| String | getVersionLabel()
 A unique identifier for the application version. | 
| int | hashCode() | 
| void | setApplicationName(String applicationName)
 The name of the application to which the application version belongs. | 
| void | setApplicationVersionArn(String applicationVersionArn)
 The Amazon Resource Name (ARN) of the application version. | 
| void | setBuildArn(String buildArn)
 Reference to the artifact from the AWS CodeBuild build. | 
| void | setDateCreated(Date dateCreated)
 The creation date of the application version. | 
| void | setDateUpdated(Date dateUpdated)
 The last modified date of the application version. | 
| void | setDescription(String description)
 The description of the application version. | 
| void | setSourceBuildInformation(SourceBuildInformation sourceBuildInformation)
 If the version's source code was retrieved from AWS CodeCommit, the location of the source code for the
 application version. | 
| void | setSourceBundle(S3Location sourceBundle)
 The storage location of the application version's source bundle in Amazon S3. | 
| void | setStatus(ApplicationVersionStatus status)
 The processing status of the application version. | 
| void | setStatus(String status)
 The processing status of the application version. | 
| void | setVersionLabel(String versionLabel)
 A unique identifier for the application version. | 
| String | toString()Returns a string representation of this object. | 
| ApplicationVersionDescription | withApplicationName(String applicationName)
 The name of the application to which the application version belongs. | 
| ApplicationVersionDescription | withApplicationVersionArn(String applicationVersionArn)
 The Amazon Resource Name (ARN) of the application version. | 
| ApplicationVersionDescription | withBuildArn(String buildArn)
 Reference to the artifact from the AWS CodeBuild build. | 
| ApplicationVersionDescription | withDateCreated(Date dateCreated)
 The creation date of the application version. | 
| ApplicationVersionDescription | withDateUpdated(Date dateUpdated)
 The last modified date of the application version. | 
| ApplicationVersionDescription | withDescription(String description)
 The description of the application version. | 
| ApplicationVersionDescription | withSourceBuildInformation(SourceBuildInformation sourceBuildInformation)
 If the version's source code was retrieved from AWS CodeCommit, the location of the source code for the
 application version. | 
| ApplicationVersionDescription | withSourceBundle(S3Location sourceBundle)
 The storage location of the application version's source bundle in Amazon S3. | 
| ApplicationVersionDescription | withStatus(ApplicationVersionStatus status)
 The processing status of the application version. | 
| ApplicationVersionDescription | withStatus(String status)
 The processing status of the application version. | 
| ApplicationVersionDescription | withVersionLabel(String versionLabel)
 A unique identifier for the application version. | 
public void setApplicationVersionArn(String applicationVersionArn)
The Amazon Resource Name (ARN) of the application version.
applicationVersionArn - The Amazon Resource Name (ARN) of the application version.public String getApplicationVersionArn()
The Amazon Resource Name (ARN) of the application version.
public ApplicationVersionDescription withApplicationVersionArn(String applicationVersionArn)
The Amazon Resource Name (ARN) of the application version.
applicationVersionArn - The Amazon Resource Name (ARN) of the application version.public void setApplicationName(String applicationName)
The name of the application to which the application version belongs.
applicationName - The name of the application to which the application version belongs.public String getApplicationName()
The name of the application to which the application version belongs.
public ApplicationVersionDescription withApplicationName(String applicationName)
The name of the application to which the application version belongs.
applicationName - The name of the application to which the application version belongs.public void setDescription(String description)
The description of the application version.
description - The description of the application version.public String getDescription()
The description of the application version.
public ApplicationVersionDescription withDescription(String description)
The description of the application version.
description - The description of the application version.public void setVersionLabel(String versionLabel)
A unique identifier for the application version.
versionLabel - A unique identifier for the application version.public String getVersionLabel()
A unique identifier for the application version.
public ApplicationVersionDescription withVersionLabel(String versionLabel)
A unique identifier for the application version.
versionLabel - A unique identifier for the application version.public void setSourceBuildInformation(SourceBuildInformation sourceBuildInformation)
If the version's source code was retrieved from AWS CodeCommit, the location of the source code for the application version.
sourceBuildInformation - If the version's source code was retrieved from AWS CodeCommit, the location of the source code for the
        application version.public SourceBuildInformation getSourceBuildInformation()
If the version's source code was retrieved from AWS CodeCommit, the location of the source code for the application version.
public ApplicationVersionDescription withSourceBuildInformation(SourceBuildInformation sourceBuildInformation)
If the version's source code was retrieved from AWS CodeCommit, the location of the source code for the application version.
sourceBuildInformation - If the version's source code was retrieved from AWS CodeCommit, the location of the source code for the
        application version.public void setBuildArn(String buildArn)
Reference to the artifact from the AWS CodeBuild build.
buildArn - Reference to the artifact from the AWS CodeBuild build.public String getBuildArn()
Reference to the artifact from the AWS CodeBuild build.
public ApplicationVersionDescription withBuildArn(String buildArn)
Reference to the artifact from the AWS CodeBuild build.
buildArn - Reference to the artifact from the AWS CodeBuild build.public void setSourceBundle(S3Location sourceBundle)
The storage location of the application version's source bundle in Amazon S3.
sourceBundle - The storage location of the application version's source bundle in Amazon S3.public S3Location getSourceBundle()
The storage location of the application version's source bundle in Amazon S3.
public ApplicationVersionDescription withSourceBundle(S3Location sourceBundle)
The storage location of the application version's source bundle in Amazon S3.
sourceBundle - The storage location of the application version's source bundle in Amazon S3.public void setDateCreated(Date dateCreated)
The creation date of the application version.
dateCreated - The creation date of the application version.public Date getDateCreated()
The creation date of the application version.
public ApplicationVersionDescription withDateCreated(Date dateCreated)
The creation date of the application version.
dateCreated - The creation date of the application version.public void setDateUpdated(Date dateUpdated)
The last modified date of the application version.
dateUpdated - The last modified date of the application version.public Date getDateUpdated()
The last modified date of the application version.
public ApplicationVersionDescription withDateUpdated(Date dateUpdated)
The last modified date of the application version.
dateUpdated - The last modified date of the application version.public void setStatus(String status)
 The processing status of the application version. Reflects the state of the application version during its
 creation. Many of the values are only applicable if you specified True for the Process
 parameter of the CreateApplicationVersion action. The following list describes the possible values.
 
 Unprocessed – Application version wasn't pre-processed or validated. Elastic Beanstalk will validate
 configuration files during deployment of the application version to an environment.
 
 Processing – Elastic Beanstalk is currently processing the application version.
 
 Building – Application version is currently undergoing an AWS CodeBuild build.
 
 Processed – Elastic Beanstalk was successfully pre-processed and validated.
 
 Failed – Either the AWS CodeBuild build failed or configuration files didn't pass validation. This
 application version isn't usable.
 
status - The processing status of the application version. Reflects the state of the application version during its
        creation. Many of the values are only applicable if you specified True for the
        Process parameter of the CreateApplicationVersion action. The following list
        describes the possible values.
        
        Unprocessed – Application version wasn't pre-processed or validated. Elastic Beanstalk will
        validate configuration files during deployment of the application version to an environment.
        
        Processing – Elastic Beanstalk is currently processing the application version.
        
        Building – Application version is currently undergoing an AWS CodeBuild build.
        
        Processed – Elastic Beanstalk was successfully pre-processed and validated.
        
        Failed – Either the AWS CodeBuild build failed or configuration files didn't pass validation.
        This application version isn't usable.
        
ApplicationVersionStatuspublic String getStatus()
 The processing status of the application version. Reflects the state of the application version during its
 creation. Many of the values are only applicable if you specified True for the Process
 parameter of the CreateApplicationVersion action. The following list describes the possible values.
 
 Unprocessed – Application version wasn't pre-processed or validated. Elastic Beanstalk will validate
 configuration files during deployment of the application version to an environment.
 
 Processing – Elastic Beanstalk is currently processing the application version.
 
 Building – Application version is currently undergoing an AWS CodeBuild build.
 
 Processed – Elastic Beanstalk was successfully pre-processed and validated.
 
 Failed – Either the AWS CodeBuild build failed or configuration files didn't pass validation. This
 application version isn't usable.
 
True for the
         Process parameter of the CreateApplicationVersion action. The following list
         describes the possible values.
         
         Unprocessed – Application version wasn't pre-processed or validated. Elastic Beanstalk will
         validate configuration files during deployment of the application version to an environment.
         
         Processing – Elastic Beanstalk is currently processing the application version.
         
         Building – Application version is currently undergoing an AWS CodeBuild build.
         
         Processed – Elastic Beanstalk was successfully pre-processed and validated.
         
         Failed – Either the AWS CodeBuild build failed or configuration files didn't pass
         validation. This application version isn't usable.
         
ApplicationVersionStatuspublic ApplicationVersionDescription withStatus(String status)
 The processing status of the application version. Reflects the state of the application version during its
 creation. Many of the values are only applicable if you specified True for the Process
 parameter of the CreateApplicationVersion action. The following list describes the possible values.
 
 Unprocessed – Application version wasn't pre-processed or validated. Elastic Beanstalk will validate
 configuration files during deployment of the application version to an environment.
 
 Processing – Elastic Beanstalk is currently processing the application version.
 
 Building – Application version is currently undergoing an AWS CodeBuild build.
 
 Processed – Elastic Beanstalk was successfully pre-processed and validated.
 
 Failed – Either the AWS CodeBuild build failed or configuration files didn't pass validation. This
 application version isn't usable.
 
status - The processing status of the application version. Reflects the state of the application version during its
        creation. Many of the values are only applicable if you specified True for the
        Process parameter of the CreateApplicationVersion action. The following list
        describes the possible values.
        
        Unprocessed – Application version wasn't pre-processed or validated. Elastic Beanstalk will
        validate configuration files during deployment of the application version to an environment.
        
        Processing – Elastic Beanstalk is currently processing the application version.
        
        Building – Application version is currently undergoing an AWS CodeBuild build.
        
        Processed – Elastic Beanstalk was successfully pre-processed and validated.
        
        Failed – Either the AWS CodeBuild build failed or configuration files didn't pass validation.
        This application version isn't usable.
        
ApplicationVersionStatuspublic void setStatus(ApplicationVersionStatus status)
 The processing status of the application version. Reflects the state of the application version during its
 creation. Many of the values are only applicable if you specified True for the Process
 parameter of the CreateApplicationVersion action. The following list describes the possible values.
 
 Unprocessed – Application version wasn't pre-processed or validated. Elastic Beanstalk will validate
 configuration files during deployment of the application version to an environment.
 
 Processing – Elastic Beanstalk is currently processing the application version.
 
 Building – Application version is currently undergoing an AWS CodeBuild build.
 
 Processed – Elastic Beanstalk was successfully pre-processed and validated.
 
 Failed – Either the AWS CodeBuild build failed or configuration files didn't pass validation. This
 application version isn't usable.
 
status - The processing status of the application version. Reflects the state of the application version during its
        creation. Many of the values are only applicable if you specified True for the
        Process parameter of the CreateApplicationVersion action. The following list
        describes the possible values.
        
        Unprocessed – Application version wasn't pre-processed or validated. Elastic Beanstalk will
        validate configuration files during deployment of the application version to an environment.
        
        Processing – Elastic Beanstalk is currently processing the application version.
        
        Building – Application version is currently undergoing an AWS CodeBuild build.
        
        Processed – Elastic Beanstalk was successfully pre-processed and validated.
        
        Failed – Either the AWS CodeBuild build failed or configuration files didn't pass validation.
        This application version isn't usable.
        
ApplicationVersionStatuspublic ApplicationVersionDescription withStatus(ApplicationVersionStatus status)
 The processing status of the application version. Reflects the state of the application version during its
 creation. Many of the values are only applicable if you specified True for the Process
 parameter of the CreateApplicationVersion action. The following list describes the possible values.
 
 Unprocessed – Application version wasn't pre-processed or validated. Elastic Beanstalk will validate
 configuration files during deployment of the application version to an environment.
 
 Processing – Elastic Beanstalk is currently processing the application version.
 
 Building – Application version is currently undergoing an AWS CodeBuild build.
 
 Processed – Elastic Beanstalk was successfully pre-processed and validated.
 
 Failed – Either the AWS CodeBuild build failed or configuration files didn't pass validation. This
 application version isn't usable.
 
status - The processing status of the application version. Reflects the state of the application version during its
        creation. Many of the values are only applicable if you specified True for the
        Process parameter of the CreateApplicationVersion action. The following list
        describes the possible values.
        
        Unprocessed – Application version wasn't pre-processed or validated. Elastic Beanstalk will
        validate configuration files during deployment of the application version to an environment.
        
        Processing – Elastic Beanstalk is currently processing the application version.
        
        Building – Application version is currently undergoing an AWS CodeBuild build.
        
        Processed – Elastic Beanstalk was successfully pre-processed and validated.
        
        Failed – Either the AWS CodeBuild build failed or configuration files didn't pass validation.
        This application version isn't usable.
        
ApplicationVersionStatuspublic String toString()
toString in class ObjectObject.toString()public ApplicationVersionDescription clone()
Copyright © 2021. All rights reserved.