Class CreateApplicationVersionRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.serverlessapplicationrepository.model.ServerlessApplicationRepositoryRequest
-
- software.amazon.awssdk.services.serverlessapplicationrepository.model.CreateApplicationVersionRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<CreateApplicationVersionRequest.Builder,CreateApplicationVersionRequest>
@Generated("software.amazon.awssdk:codegen") public final class CreateApplicationVersionRequest extends ServerlessApplicationRepositoryRequest implements ToCopyableBuilder<CreateApplicationVersionRequest.Builder,CreateApplicationVersionRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCreateApplicationVersionRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringapplicationId()The Amazon Resource Name (ARN) of the application.static CreateApplicationVersionRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()StringsemanticVersion()The semantic version of the new version.static Class<? extends CreateApplicationVersionRequest.Builder>serializableBuilderClass()StringsourceCodeArchiveUrl()A link to the S3 object that contains the ZIP archive of the source code for this version of your application.StringsourceCodeUrl()A link to a public repository for the source code of your application, for example the URL of a specific GitHub commit.StringtemplateBody()The raw packaged AWS SAM template of your application.StringtemplateUrl()A link to the packaged AWS SAM template of your application.CreateApplicationVersionRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
applicationId
public final String applicationId()
The Amazon Resource Name (ARN) of the application.
- Returns:
- The Amazon Resource Name (ARN) of the application.
-
semanticVersion
public final String semanticVersion()
The semantic version of the new version.
- Returns:
- The semantic version of the new version.
-
sourceCodeArchiveUrl
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
- Returns:
- 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
-
sourceCodeUrl
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.
- Returns:
- A link to a public repository for the source code of your application, for example the URL of a specific GitHub commit.
-
templateBody
public final String templateBody()
The raw packaged AWS SAM template of your application.
- Returns:
- The raw packaged AWS SAM template of your application.
-
templateUrl
public final String templateUrl()
A link to the packaged AWS SAM template of your application.
- Returns:
- A link to the packaged AWS SAM template of your application.
-
toBuilder
public CreateApplicationVersionRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CreateApplicationVersionRequest.Builder,CreateApplicationVersionRequest>- Specified by:
toBuilderin classServerlessApplicationRepositoryRequest
-
builder
public static CreateApplicationVersionRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends CreateApplicationVersionRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-