@Generated(value="software.amazon.awssdk:codegen") public class GetApplicationResponse extends ServerlessApplicationRepositoryResponse implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<GetApplicationResponse.Builder,GetApplicationResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetApplicationResponse.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 GetApplicationResponse.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 GetApplicationResponse.Builder> |
serializableBuilderClass() |
String |
spdxLicenseId()
A valid identifier from https://spdx.org/licenses/.
|
GetApplicationResponse.Builder |
toBuilder() |
String |
toString() |
Version |
version()
Version information about the application.
|
public 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 GetApplicationResponse.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<GetApplicationResponse.Builder,GetApplicationResponse>toBuilder in class AwsResponsepublic static GetApplicationResponse.Builder builder()
public static Class<? extends GetApplicationResponse.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2018. All rights reserved.