@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) |
boolean |
equalsBySdkFields(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()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String amznClientToken()
public final String deploymentId()
public final 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 final 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 final String groupId()
public final 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 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.