@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.\nMin Length=1.
|
static CreateApplicationResponse.Builder |
builder() |
String |
creationTime()
The date/time this resource was created.
|
String |
description()
The description of the application.\nMin Length=1.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<String> |
labels()
Labels to improve discovery of apps in search results.\nMin Length=1.
|
String |
licenseUrl()
A link to a license file of the app that matches the spdxLicenseID of your application.\nMax size 5 MB
|
String |
name()
The name of the application.\nMin Length=1.
|
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
|
static Class<? extends CreateApplicationResponse.Builder> |
serializableBuilderClass() |
String |
spdxLicenseId()
A valid identifier from https://spdx.org/licenses/.
|
CreateApplicationResponse.Builder |
toBuilder() |
String |
toString() |
Version |
version()
Version information about the application.
|
sdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String applicationId()
public String author()
public String creationTime()
public String description()
public List<String> labels()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public String licenseUrl()
public String name()
public String readmeUrl()
public String spdxLicenseId()
public Version version()
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 <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2018. All rights reserved.