@Generated(value="software.amazon.awssdk:codegen") public final class CreateApplicationRequest extends CodeDeployRequest implements ToCopyableBuilder<CreateApplicationRequest.Builder,CreateApplicationRequest>
Represents the input of a CreateApplication operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateApplicationRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
applicationName()
The name of the application.
|
static CreateApplicationRequest.Builder |
builder() |
ComputePlatform |
computePlatform()
The destination platform type for the deployment (
Lambda or Server). |
String |
computePlatformAsString()
The destination platform type for the deployment (
Lambda or Server). |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateApplicationRequest.Builder> |
serializableBuilderClass() |
CreateApplicationRequest.Builder |
toBuilder() |
String |
toString() |
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String applicationName()
The name of the application. This name must be unique with the applicable IAM user or AWS account.
public ComputePlatform computePlatform()
The destination platform type for the deployment (Lambda or Server).
If the service returns an enum value that is not available in the current SDK version, computePlatform
will return ComputePlatform.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from computePlatformAsString().
Lambda or Server).ComputePlatformpublic String computePlatformAsString()
The destination platform type for the deployment (Lambda or Server).
If the service returns an enum value that is not available in the current SDK version, computePlatform
will return ComputePlatform.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from computePlatformAsString().
Lambda or Server).ComputePlatformpublic CreateApplicationRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateApplicationRequest.Builder,CreateApplicationRequest>toBuilder in class CodeDeployRequestpublic static CreateApplicationRequest.Builder builder()
public static Class<? extends CreateApplicationRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.