@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 |
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 |
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; useful for testing and debugging.
|
ApplicationVersionDescription |
withApplicationName(String applicationName)
The name of the application to which the application version belongs.
|
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 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.
status
- The processing status of the application version.ApplicationVersionStatus
public String getStatus()
The processing status of the application version.
ApplicationVersionStatus
public ApplicationVersionDescription withStatus(String status)
The processing status of the application version.
status
- The processing status of the application version.ApplicationVersionStatus
public void setStatus(ApplicationVersionStatus status)
The processing status of the application version.
status
- The processing status of the application version.ApplicationVersionStatus
public ApplicationVersionDescription withStatus(ApplicationVersionStatus status)
The processing status of the application version.
status
- The processing status of the application version.ApplicationVersionStatus
public String toString()
toString
in class Object
Object.toString()
public ApplicationVersionDescription clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.