@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetApplicationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetApplicationResult() |
Modifier and Type | Method and Description |
---|---|
GetApplicationResult |
clone() |
boolean |
equals(Object obj) |
String |
getApplicationId()
The application Amazon Resource Name (ARN).
|
String |
getAuthor()
The name of the author publishing the app.
|
String |
getCreationTime()
The date and time this resource was created.
|
String |
getDescription()
The description of the application.
|
String |
getHomePageUrl()
A URL with more information about the application, for example the location of your GitHub repository for the
application.
|
Boolean |
getIsVerifiedAuthor()
Whether the author of this application has been verified.
|
List<String> |
getLabels()
Labels to improve discovery of apps in search results.
|
String |
getLicenseUrl()
A link to a license file of the app that matches the spdxLicenseID value of your application.
|
String |
getName()
The name of the application.
|
String |
getReadmeUrl()
A link to the readme file in Markdown language that contains a more detailed description of the application and
how it works.
|
String |
getSpdxLicenseId()
A valid identifier from https://spdx.org/licenses/.
|
String |
getVerifiedAuthorUrl()
The URL to the public profile of a verified author.
|
Version |
getVersion()
Version information about the application.
|
int |
hashCode() |
Boolean |
isVerifiedAuthor()
Whether the author of this application has been verified.
|
void |
setApplicationId(String applicationId)
The application Amazon Resource Name (ARN).
|
void |
setAuthor(String author)
The name of the author publishing the app.
|
void |
setCreationTime(String creationTime)
The date and time this resource was created.
|
void |
setDescription(String description)
The description of the application.
|
void |
setHomePageUrl(String homePageUrl)
A URL with more information about the application, for example the location of your GitHub repository for the
application.
|
void |
setIsVerifiedAuthor(Boolean isVerifiedAuthor)
Whether the author of this application has been verified.
|
void |
setLabels(Collection<String> labels)
Labels to improve discovery of apps in search results.
|
void |
setLicenseUrl(String licenseUrl)
A link to a license file of the app that matches the spdxLicenseID value of your application.
|
void |
setName(String name)
The name of the application.
|
void |
setReadmeUrl(String readmeUrl)
A link to the readme file in Markdown language that contains a more detailed description of the application and
how it works.
|
void |
setSpdxLicenseId(String spdxLicenseId)
A valid identifier from https://spdx.org/licenses/.
|
void |
setVerifiedAuthorUrl(String verifiedAuthorUrl)
The URL to the public profile of a verified author.
|
void |
setVersion(Version version)
Version information about the application.
|
String |
toString()
Returns a string representation of this object.
|
GetApplicationResult |
withApplicationId(String applicationId)
The application Amazon Resource Name (ARN).
|
GetApplicationResult |
withAuthor(String author)
The name of the author publishing the app.
|
GetApplicationResult |
withCreationTime(String creationTime)
The date and time this resource was created.
|
GetApplicationResult |
withDescription(String description)
The description of the application.
|
GetApplicationResult |
withHomePageUrl(String homePageUrl)
A URL with more information about the application, for example the location of your GitHub repository for the
application.
|
GetApplicationResult |
withIsVerifiedAuthor(Boolean isVerifiedAuthor)
Whether the author of this application has been verified.
|
GetApplicationResult |
withLabels(Collection<String> labels)
Labels to improve discovery of apps in search results.
|
GetApplicationResult |
withLabels(String... labels)
Labels to improve discovery of apps in search results.
|
GetApplicationResult |
withLicenseUrl(String licenseUrl)
A link to a license file of the app that matches the spdxLicenseID value of your application.
|
GetApplicationResult |
withName(String name)
The name of the application.
|
GetApplicationResult |
withReadmeUrl(String readmeUrl)
A link to the readme file in Markdown language that contains a more detailed description of the application and
how it works.
|
GetApplicationResult |
withSpdxLicenseId(String spdxLicenseId)
A valid identifier from https://spdx.org/licenses/.
|
GetApplicationResult |
withVerifiedAuthorUrl(String verifiedAuthorUrl)
The URL to the public profile of a verified author.
|
GetApplicationResult |
withVersion(Version version)
Version information about the application.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setApplicationId(String applicationId)
The application Amazon Resource Name (ARN).
applicationId
- The application Amazon Resource Name (ARN).public String getApplicationId()
The application Amazon Resource Name (ARN).
public GetApplicationResult withApplicationId(String applicationId)
The application Amazon Resource Name (ARN).
applicationId
- The application Amazon Resource Name (ARN).public void setAuthor(String author)
The name of the author publishing the app.
Minimum length=1. Maximum length=127.
Pattern "^[a-z0-9](([a-z0-9]|-(?!-))*[a-z0-9])?$";
author
- The name of the author publishing the app.
Minimum length=1. Maximum length=127.
Pattern "^[a-z0-9](([a-z0-9]|-(?!-))*[a-z0-9])?$";
public String getAuthor()
The name of the author publishing the app.
Minimum length=1. Maximum length=127.
Pattern "^[a-z0-9](([a-z0-9]|-(?!-))*[a-z0-9])?$";
Minimum length=1. Maximum length=127.
Pattern "^[a-z0-9](([a-z0-9]|-(?!-))*[a-z0-9])?$";
public GetApplicationResult withAuthor(String author)
The name of the author publishing the app.
Minimum length=1. Maximum length=127.
Pattern "^[a-z0-9](([a-z0-9]|-(?!-))*[a-z0-9])?$";
author
- The name of the author publishing the app.
Minimum length=1. Maximum length=127.
Pattern "^[a-z0-9](([a-z0-9]|-(?!-))*[a-z0-9])?$";
public void setCreationTime(String creationTime)
The date and time this resource was created.
creationTime
- The date and time this resource was created.public String getCreationTime()
The date and time this resource was created.
public GetApplicationResult withCreationTime(String creationTime)
The date and time this resource was created.
creationTime
- The date and time this resource was created.public void setDescription(String description)
The description of the application.
Minimum length=1. Maximum length=256
description
- The description of the application.
Minimum length=1. Maximum length=256
public String getDescription()
The description of the application.
Minimum length=1. Maximum length=256
Minimum length=1. Maximum length=256
public GetApplicationResult withDescription(String description)
The description of the application.
Minimum length=1. Maximum length=256
description
- The description of the application.
Minimum length=1. Maximum length=256
public void setHomePageUrl(String homePageUrl)
A URL with more information about the application, for example the location of your GitHub repository for the application.
homePageUrl
- A URL with more information about the application, for example the location of your GitHub repository for
the application.public String getHomePageUrl()
A URL with more information about the application, for example the location of your GitHub repository for the application.
public GetApplicationResult withHomePageUrl(String homePageUrl)
A URL with more information about the application, for example the location of your GitHub repository for the application.
homePageUrl
- A URL with more information about the application, for example the location of your GitHub repository for
the application.public void setIsVerifiedAuthor(Boolean isVerifiedAuthor)
Whether the author of this application has been verified. This means means that AWS has made a good faith review, as a reasonable and prudent service provider, of the information provided by the requester and has confirmed that the requester's identity is as claimed.
isVerifiedAuthor
- Whether the author of this application has been verified. This means means that AWS has made a good faith
review, as a reasonable and prudent service provider, of the information provided by the requester and has
confirmed that the requester's identity is as claimed.public Boolean getIsVerifiedAuthor()
Whether the author of this application has been verified. This means means that AWS has made a good faith review, as a reasonable and prudent service provider, of the information provided by the requester and has confirmed that the requester's identity is as claimed.
public GetApplicationResult withIsVerifiedAuthor(Boolean isVerifiedAuthor)
Whether the author of this application has been verified. This means means that AWS has made a good faith review, as a reasonable and prudent service provider, of the information provided by the requester and has confirmed that the requester's identity is as claimed.
isVerifiedAuthor
- Whether the author of this application has been verified. This means means that AWS has made a good faith
review, as a reasonable and prudent service provider, of the information provided by the requester and has
confirmed that the requester's identity is as claimed.public Boolean isVerifiedAuthor()
Whether the author of this application has been verified. This means means that AWS has made a good faith review, as a reasonable and prudent service provider, of the information provided by the requester and has confirmed that the requester's identity is as claimed.
public List<String> getLabels()
Labels to improve discovery of apps in search results.
Minimum length=1. Maximum length=127. Maximum number of labels: 10
Pattern: "^[a-zA-Z0-9+\\-_:\\/@]+$";
Minimum length=1. Maximum length=127. Maximum number of labels: 10
Pattern: "^[a-zA-Z0-9+\\-_:\\/@]+$";
public void setLabels(Collection<String> labels)
Labels to improve discovery of apps in search results.
Minimum length=1. Maximum length=127. Maximum number of labels: 10
Pattern: "^[a-zA-Z0-9+\\-_:\\/@]+$";
labels
- Labels to improve discovery of apps in search results.
Minimum length=1. Maximum length=127. Maximum number of labels: 10
Pattern: "^[a-zA-Z0-9+\\-_:\\/@]+$";
public GetApplicationResult withLabels(String... labels)
Labels to improve discovery of apps in search results.
Minimum length=1. Maximum length=127. Maximum number of labels: 10
Pattern: "^[a-zA-Z0-9+\\-_:\\/@]+$";
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.
Minimum length=1. Maximum length=127. Maximum number of labels: 10
Pattern: "^[a-zA-Z0-9+\\-_:\\/@]+$";
public GetApplicationResult withLabels(Collection<String> labels)
Labels to improve discovery of apps in search results.
Minimum length=1. Maximum length=127. Maximum number of labels: 10
Pattern: "^[a-zA-Z0-9+\\-_:\\/@]+$";
labels
- Labels to improve discovery of apps in search results.
Minimum length=1. Maximum length=127. Maximum number of labels: 10
Pattern: "^[a-zA-Z0-9+\\-_:\\/@]+$";
public void setLicenseUrl(String licenseUrl)
A link to a license file of the app that matches the spdxLicenseID value of your application.
Maximum size 5 MB
licenseUrl
- A link to a license file of the app that matches the spdxLicenseID value of your application.
Maximum size 5 MB
public String getLicenseUrl()
A link to a license file of the app that matches the spdxLicenseID value of your application.
Maximum size 5 MB
Maximum size 5 MB
public GetApplicationResult withLicenseUrl(String licenseUrl)
A link to a license file of the app that matches the spdxLicenseID value of your application.
Maximum size 5 MB
licenseUrl
- A link to a license file of the app that matches the spdxLicenseID value of your application.
Maximum size 5 MB
public void setName(String name)
The name of the application.
Minimum length=1. Maximum length=140
Pattern: "[a-zA-Z0-9\\-]+";
name
- The name of the application.
Minimum length=1. Maximum length=140
Pattern: "[a-zA-Z0-9\\-]+";
public String getName()
The name of the application.
Minimum length=1. Maximum length=140
Pattern: "[a-zA-Z0-9\\-]+";
Minimum length=1. Maximum length=140
Pattern: "[a-zA-Z0-9\\-]+";
public GetApplicationResult withName(String name)
The name of the application.
Minimum length=1. Maximum length=140
Pattern: "[a-zA-Z0-9\\-]+";
name
- The name of the application.
Minimum length=1. Maximum length=140
Pattern: "[a-zA-Z0-9\\-]+";
public void setReadmeUrl(String readmeUrl)
A link to the readme file in Markdown language that contains a more detailed description of the application and how it works.
Maximum size 5 MB
readmeUrl
- A link to the readme file in Markdown language that contains a more detailed description of the
application and how it works.
Maximum size 5 MB
public String getReadmeUrl()
A link to the readme file in Markdown language that contains a more detailed description of the application and how it works.
Maximum size 5 MB
Maximum size 5 MB
public GetApplicationResult withReadmeUrl(String readmeUrl)
A link to the readme file in Markdown language that contains a more detailed description of the application and how it works.
Maximum size 5 MB
readmeUrl
- A link to the readme file in Markdown language that contains a more detailed description of the
application and how it works.
Maximum size 5 MB
public void setSpdxLicenseId(String spdxLicenseId)
A valid identifier from https://spdx.org/licenses/.
spdxLicenseId
- A valid identifier from https://spdx.org/licenses/.public String getSpdxLicenseId()
A valid identifier from https://spdx.org/licenses/.
public GetApplicationResult withSpdxLicenseId(String spdxLicenseId)
A valid identifier from https://spdx.org/licenses/.
spdxLicenseId
- A valid identifier from https://spdx.org/licenses/.public void setVerifiedAuthorUrl(String verifiedAuthorUrl)
The URL to the public profile of a verified author. This URL is submitted by the author.
verifiedAuthorUrl
- The URL to the public profile of a verified author. This URL is submitted by the author.public String getVerifiedAuthorUrl()
The URL to the public profile of a verified author. This URL is submitted by the author.
public GetApplicationResult withVerifiedAuthorUrl(String verifiedAuthorUrl)
The URL to the public profile of a verified author. This URL is submitted by the author.
verifiedAuthorUrl
- The URL to the public profile of a verified author. This URL is submitted by the author.public void setVersion(Version version)
Version information about the application.
version
- Version information about the application.public Version getVersion()
Version information about the application.
public GetApplicationResult withVersion(Version version)
Version information about the application.
version
- Version information about the application.public String toString()
toString
in class Object
Object.toString()
public GetApplicationResult clone()