@Generated(value="software.amazon.awssdk:codegen") public class CreateApplicationVersionResponse extends ServerlessApplicationRepositoryResponse implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<CreateApplicationVersionResponse.Builder,CreateApplicationVersionResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateApplicationVersionResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
applicationId()
The application Amazon Resource Name (ARN).
|
static CreateApplicationVersionResponse.Builder |
builder() |
String |
creationTime()
The date/time this resource was created.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<ParameterDefinition> |
parameterDefinitions()
Array of parameter types supported by the application.
|
String |
semanticVersion()
The semantic version of the application:\n\n https://semver.org/
|
static Class<? extends CreateApplicationVersionResponse.Builder> |
serializableBuilderClass() |
String |
sourceCodeUrl()
A link to a public repository for the source code of your application.
|
String |
templateUrl()
A link to the packaged SAM template of your application.
|
CreateApplicationVersionResponse.Builder |
toBuilder() |
String |
toString() |
public String applicationId()
public String creationTime()
public List<ParameterDefinition> parameterDefinitions()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public String semanticVersion()
public String sourceCodeUrl()
public String templateUrl()
public CreateApplicationVersionResponse.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<CreateApplicationVersionResponse.Builder,CreateApplicationVersionResponse>toBuilder in class AwsResponsepublic static CreateApplicationVersionResponse.Builder builder()
public static Class<? extends CreateApplicationVersionResponse.Builder> serializableBuilderClass()
Copyright © 2018. All rights reserved.