@Generated(value="software.amazon.awssdk:codegen") public final class DeploymentStage extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DeploymentStage.Builder,DeploymentStage>
Contains information about a stage in an edge deployment plan.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeploymentStage.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeploymentStage.Builder |
builder() |
EdgeDeploymentConfig |
deploymentConfig()
Configuration of the deployment details.
|
DeviceSelectionConfig |
deviceSelectionConfig()
Configuration of the devices in the stage.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeploymentStage.Builder> |
serializableBuilderClass() |
String |
stageName()
The name of the stage.
|
DeploymentStage.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String stageName()
The name of the stage.
public final DeviceSelectionConfig deviceSelectionConfig()
Configuration of the devices in the stage.
public final EdgeDeploymentConfig deploymentConfig()
Configuration of the deployment details.
public DeploymentStage.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeploymentStage.Builder,DeploymentStage>public static DeploymentStage.Builder builder()
public static Class<? extends DeploymentStage.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.