@Generated(value="software.amazon.awssdk:codegen") public final class CreateApplicationResponse extends ServerlessApplicationRepositoryResponse implements ToCopyableBuilder<CreateApplicationResponse.Builder,CreateApplicationResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateApplicationResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
applicationId()
The application Amazon Resource Name (ARN).
|
String |
author()
The name of the author publishing the app.
|
static CreateApplicationResponse.Builder |
builder() |
String |
creationTime()
The date and time this resource was created.
|
String |
description()
The description of the application.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasLabels()
Returns true if the Labels property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
String |
homePageUrl()
A URL with more information about the application, for example the location of your GitHub repository for the
application.
|
Boolean |
isVerifiedAuthor()
Whether the author of this application has been verified.
|
List<String> |
labels()
Labels to improve discovery of apps in search results.
|
String |
licenseUrl()
A link to a license file of the app that matches the spdxLicenseID value of your application.
|
String |
name()
The name of the application.
|
String |
readmeUrl()
A link to the readme file in Markdown language that contains a more detailed description of the application and
how it works.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateApplicationResponse.Builder> |
serializableBuilderClass() |
String |
spdxLicenseId()
A valid identifier from https://spdx.org/licenses/.
|
CreateApplicationResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
verifiedAuthorUrl()
The URL to the public profile of a verified author.
|
Version |
version()
Version information about the application.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String applicationId()
The application Amazon Resource Name (ARN).
public final 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])?$";
Minimum length=1. Maximum length=127.
Pattern "^[a-z0-9](([a-z0-9]|-(?!-))*[a-z0-9])?$";
public final String creationTime()
The date and time this resource was created.
public final String description()
The description of the application.
Minimum length=1. Maximum length=256
Minimum length=1. Maximum length=256
public final String homePageUrl()
A URL with more information about the application, for example the location of your GitHub repository for the application.
public final 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 final boolean hasLabels()
public final List<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+\\-_:\\/@]+$";
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasLabels() to see if a value was sent in this field.
Minimum length=1. Maximum length=127. Maximum number of labels: 10
Pattern: "^[a-zA-Z0-9+\\-_:\\/@]+$";
public final String licenseUrl()
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 final String name()
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 final 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
Maximum size 5 MB
public final String spdxLicenseId()
A valid identifier from https://spdx.org/licenses/.
public final String verifiedAuthorUrl()
The URL to the public profile of a verified author. This URL is submitted by the author.
public final Version version()
Version information about the application.
public CreateApplicationResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateApplicationResponse.Builder,CreateApplicationResponse>toBuilder in class AwsResponsepublic static CreateApplicationResponse.Builder builder()
public static Class<? extends CreateApplicationResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2021. All rights reserved.