@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateApplicationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
CreateApplicationResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
CreateApplicationResult | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getApplicationId()
The application Amazon Resource Name (ARN). 
 | 
String | 
getAuthor()
The name of the author publishing the app.\nMin Length=1. 
 | 
String | 
getCreationTime()
The date/time this resource was created. 
 | 
String | 
getDescription()
The description of the application.\nMin Length=1. 
 | 
List<String> | 
getLabels()
Labels to improve discovery of apps in search results.\nMin Length=1. 
 | 
String | 
getLicenseUrl()
A link to a license file of the app that matches the spdxLicenseID of your application.\nMax size 5 MB 
 | 
String | 
getName()
The name of the application.\nMin Length=1. 
 | 
String | 
getReadmeUrl()
A link to the Readme file that contains a more detailed description of the application and how it works in
 markdown language.\nMax size 5 MB 
 | 
String | 
getSpdxLicenseId()
A valid identifier from https://spdx.org/licenses/. 
 | 
Version | 
getVersion()
Version information about the application. 
 | 
int | 
hashCode()  | 
void | 
setApplicationId(String applicationId)
The application Amazon Resource Name (ARN). 
 | 
void | 
setAuthor(String author)
The name of the author publishing the app.\nMin Length=1. 
 | 
void | 
setCreationTime(String creationTime)
The date/time this resource was created. 
 | 
void | 
setDescription(String description)
The description of the application.\nMin Length=1. 
 | 
void | 
setLabels(Collection<String> labels)
Labels to improve discovery of apps in search results.\nMin Length=1. 
 | 
void | 
setLicenseUrl(String licenseUrl)
A link to a license file of the app that matches the spdxLicenseID of your application.\nMax size 5 MB 
 | 
void | 
setName(String name)
The name of the application.\nMin Length=1. 
 | 
void | 
setReadmeUrl(String readmeUrl)
A link to the Readme file that contains a more detailed description of the application and how it works in
 markdown language.\nMax size 5 MB 
 | 
void | 
setSpdxLicenseId(String spdxLicenseId)
A valid identifier from https://spdx.org/licenses/. 
 | 
void | 
setVersion(Version version)
Version information about the application. 
 | 
String | 
toString()
Returns a string representation of this object; useful for testing and debugging. 
 | 
CreateApplicationResult | 
withApplicationId(String applicationId)
The application Amazon Resource Name (ARN). 
 | 
CreateApplicationResult | 
withAuthor(String author)
The name of the author publishing the app.\nMin Length=1. 
 | 
CreateApplicationResult | 
withCreationTime(String creationTime)
The date/time this resource was created. 
 | 
CreateApplicationResult | 
withDescription(String description)
The description of the application.\nMin Length=1. 
 | 
CreateApplicationResult | 
withLabels(Collection<String> labels)
Labels to improve discovery of apps in search results.\nMin Length=1. 
 | 
CreateApplicationResult | 
withLabels(String... labels)
Labels to improve discovery of apps in search results.\nMin Length=1. 
 | 
CreateApplicationResult | 
withLicenseUrl(String licenseUrl)
A link to a license file of the app that matches the spdxLicenseID of your application.\nMax size 5 MB 
 | 
CreateApplicationResult | 
withName(String name)
The name of the application.\nMin Length=1. 
 | 
CreateApplicationResult | 
withReadmeUrl(String readmeUrl)
A link to the Readme file that contains a more detailed description of the application and how it works in
 markdown language.\nMax size 5 MB 
 | 
CreateApplicationResult | 
withSpdxLicenseId(String spdxLicenseId)
A valid identifier from https://spdx.org/licenses/. 
 | 
CreateApplicationResult | 
withVersion(Version version)
Version information about the application. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setApplicationId(String applicationId)
applicationId - The application Amazon Resource Name (ARN).public String getApplicationId()
public CreateApplicationResult withApplicationId(String applicationId)
applicationId - The application Amazon Resource Name (ARN).public void setAuthor(String author)
author - The name of the author publishing the app.\nMin Length=1. Max Length=127.\nPattern
        "^[a-z0-9](([a-z0-9]|-(?!-))*[a-z0-9])?$";public String getAuthor()
public CreateApplicationResult withAuthor(String author)
author - The name of the author publishing the app.\nMin Length=1. Max Length=127.\nPattern
        "^[a-z0-9](([a-z0-9]|-(?!-))*[a-z0-9])?$";public void setCreationTime(String creationTime)
creationTime - The date/time this resource was created.public String getCreationTime()
public CreateApplicationResult withCreationTime(String creationTime)
creationTime - The date/time this resource was created.public void setDescription(String description)
description - The description of the application.\nMin Length=1. Max Length=256public String getDescription()
public CreateApplicationResult withDescription(String description)
description - The description of the application.\nMin Length=1. Max Length=256public List<String> getLabels()
public void setLabels(Collection<String> labels)
labels - Labels to improve discovery of apps in search results.\nMin Length=1. Max Length=127. Maximum number of
        labels: 10\nPattern: "^[a-zA-Z0-9+\\-_:\\/@]+$";public CreateApplicationResult withLabels(String... labels)
 NOTE: This method appends the values to the existing list (if any). Use
 setLabels(java.util.Collection) or withLabels(java.util.Collection) if you want to override the
 existing values.
 
labels - Labels to improve discovery of apps in search results.\nMin Length=1. Max Length=127. Maximum number of
        labels: 10\nPattern: "^[a-zA-Z0-9+\\-_:\\/@]+$";public CreateApplicationResult withLabels(Collection<String> labels)
labels - Labels to improve discovery of apps in search results.\nMin Length=1. Max Length=127. Maximum number of
        labels: 10\nPattern: "^[a-zA-Z0-9+\\-_:\\/@]+$";public void setLicenseUrl(String licenseUrl)
licenseUrl - A link to a license file of the app that matches the spdxLicenseID of your application.\nMax size 5 MBpublic String getLicenseUrl()
public CreateApplicationResult withLicenseUrl(String licenseUrl)
licenseUrl - A link to a license file of the app that matches the spdxLicenseID of your application.\nMax size 5 MBpublic void setName(String name)
name - The name of the application.\nMin Length=1. Max Length=140\nPattern: "[a-zA-Z0-9\\-]+";public String getName()
public CreateApplicationResult withName(String name)
name - The name of the application.\nMin Length=1. Max Length=140\nPattern: "[a-zA-Z0-9\\-]+";public void setReadmeUrl(String readmeUrl)
readmeUrl - A link to the Readme file that contains a more detailed description of the application and how it works in
        markdown language.\nMax size 5 MBpublic String getReadmeUrl()
public CreateApplicationResult withReadmeUrl(String readmeUrl)
readmeUrl - A link to the Readme file that contains a more detailed description of the application and how it works in
        markdown language.\nMax size 5 MBpublic void setSpdxLicenseId(String spdxLicenseId)
spdxLicenseId - A valid identifier from https://spdx.org/licenses/.public String getSpdxLicenseId()
public CreateApplicationResult withSpdxLicenseId(String spdxLicenseId)
spdxLicenseId - A valid identifier from https://spdx.org/licenses/.public void setVersion(Version version)
version - Version information about the application.public Version getVersion()
public CreateApplicationResult withVersion(Version version)
version - Version information about the application.public String toString()
toString in class ObjectObject.toString()public CreateApplicationResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.