@Generated(value="software.amazon.awssdk:codegen") public final class CreateDeploymentRequest extends GreengrassRequest implements ToCopyableBuilder<CreateDeploymentRequest.Builder,CreateDeploymentRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateDeploymentRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
amznClientToken()
A client token used to correlate requests and responses.
|
static CreateDeploymentRequest.Builder |
builder() |
String |
deploymentId()
The ID of the deployment if you wish to redeploy a previous deployment.
|
DeploymentType |
deploymentType()
The type of deployment.
|
String |
deploymentTypeAsString()
The type of deployment.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
String |
groupId()
The ID of the Greengrass group.
|
String |
groupVersionId()
The ID of the group version to be deployed.
|
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateDeploymentRequest.Builder> |
serializableBuilderClass() |
CreateDeploymentRequest.Builder |
toBuilder() |
String |
toString() |
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String amznClientToken()
public String deploymentId()
public DeploymentType deploymentType()
If the service returns an enum value that is not available in the current SDK version, deploymentType
will return DeploymentType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from deploymentTypeAsString().
DeploymentTypepublic String deploymentTypeAsString()
If the service returns an enum value that is not available in the current SDK version, deploymentType
will return DeploymentType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from deploymentTypeAsString().
DeploymentTypepublic String groupId()
public String groupVersionId()
public CreateDeploymentRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateDeploymentRequest.Builder,CreateDeploymentRequest>toBuilder in class GreengrassRequestpublic static CreateDeploymentRequest.Builder builder()
public static Class<? extends CreateDeploymentRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2018. All rights reserved.