@Generated(value="software.amazon.awssdk:codegen") public class CreateApplicationVersionRequest extends ServerlessApplicationRepositoryRequest implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<CreateApplicationVersionRequest.Builder,CreateApplicationVersionRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateApplicationVersionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
applicationId()
The id of the application to create a new version for
|
static CreateApplicationVersionRequest.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
semanticVersion()
The semantic version of the new version
|
static Class<? extends CreateApplicationVersionRequest.Builder> |
serializableBuilderClass() |
String |
sourceCodeUrl()
A link to a public repository for the source code of your application.
|
String |
templateBody()
The raw packaged SAM template of your application.
|
String |
templateUrl()
A link to the packaged SAM template of your application.
|
CreateApplicationVersionRequest.Builder |
toBuilder() |
String |
toString() |
requestOverrideConfigpublic String applicationId()
public String semanticVersion()
public String sourceCodeUrl()
public String templateBody()
public String templateUrl()
public CreateApplicationVersionRequest.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<CreateApplicationVersionRequest.Builder,CreateApplicationVersionRequest>toBuilder in class ServerlessApplicationRepositoryRequestpublic static CreateApplicationVersionRequest.Builder builder()
public static Class<? extends CreateApplicationVersionRequest.Builder> serializableBuilderClass()
Copyright © 2018. All rights reserved.