@Generated(value="software.amazon.awssdk:codegen") public final class CreateApplicationVersionRequest extends ServerlessApplicationRepositoryRequest implements ToCopyableBuilder<CreateApplicationVersionRequest.Builder,CreateApplicationVersionRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateApplicationVersionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
applicationId()
The Amazon Resource Name (ARN) of the application.
|
static CreateApplicationVersionRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
String |
semanticVersion()
The semantic version of the new version.
|
static Class<? extends CreateApplicationVersionRequest.Builder> |
serializableBuilderClass() |
String |
sourceCodeArchiveUrl()
A link to the S3 object that contains the ZIP archive of the source code for this version of your application.
|
String |
sourceCodeUrl()
A link to a public repository for the source code of your application, for example the URL of a specific GitHub
commit.
|
String |
templateBody()
The raw packaged AWS SAM template of your application.
|
String |
templateUrl()
A link to the packaged AWS SAM template of your application.
|
CreateApplicationVersionRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String applicationId()
The Amazon Resource Name (ARN) of the application.
public final String semanticVersion()
The semantic version of the new version.
public final String sourceCodeArchiveUrl()
A link to the S3 object that contains the ZIP archive of the source code for this version of your application.
Maximum size 50 MB
Maximum size 50 MB
public final String sourceCodeUrl()
A link to a public repository for the source code of your application, for example the URL of a specific GitHub commit.
public final String templateBody()
The raw packaged AWS SAM template of your application.
public final String templateUrl()
A link to the packaged AWS SAM template of your application.
public CreateApplicationVersionRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateApplicationVersionRequest.Builder,CreateApplicationVersionRequest>toBuilder in class ServerlessApplicationRepositoryRequestpublic static CreateApplicationVersionRequest.Builder builder()
public static Class<? extends CreateApplicationVersionRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic 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 SdkRequestCopyright © 2023. All rights reserved.