@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeploymentStage extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about a stage in an edge deployment plan.
Constructor and Description |
---|
DeploymentStage() |
Modifier and Type | Method and Description |
---|---|
DeploymentStage |
clone() |
boolean |
equals(Object obj) |
EdgeDeploymentConfig |
getDeploymentConfig()
Configuration of the deployment details.
|
DeviceSelectionConfig |
getDeviceSelectionConfig()
Configuration of the devices in the stage.
|
String |
getStageName()
The name of the stage.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDeploymentConfig(EdgeDeploymentConfig deploymentConfig)
Configuration of the deployment details.
|
void |
setDeviceSelectionConfig(DeviceSelectionConfig deviceSelectionConfig)
Configuration of the devices in the stage.
|
void |
setStageName(String stageName)
The name of the stage.
|
String |
toString()
Returns a string representation of this object.
|
DeploymentStage |
withDeploymentConfig(EdgeDeploymentConfig deploymentConfig)
Configuration of the deployment details.
|
DeploymentStage |
withDeviceSelectionConfig(DeviceSelectionConfig deviceSelectionConfig)
Configuration of the devices in the stage.
|
DeploymentStage |
withStageName(String stageName)
The name of the stage.
|
public void setStageName(String stageName)
The name of the stage.
stageName
- The name of the stage.public String getStageName()
The name of the stage.
public DeploymentStage withStageName(String stageName)
The name of the stage.
stageName
- The name of the stage.public void setDeviceSelectionConfig(DeviceSelectionConfig deviceSelectionConfig)
Configuration of the devices in the stage.
deviceSelectionConfig
- Configuration of the devices in the stage.public DeviceSelectionConfig getDeviceSelectionConfig()
Configuration of the devices in the stage.
public DeploymentStage withDeviceSelectionConfig(DeviceSelectionConfig deviceSelectionConfig)
Configuration of the devices in the stage.
deviceSelectionConfig
- Configuration of the devices in the stage.public void setDeploymentConfig(EdgeDeploymentConfig deploymentConfig)
Configuration of the deployment details.
deploymentConfig
- Configuration of the deployment details.public EdgeDeploymentConfig getDeploymentConfig()
Configuration of the deployment details.
public DeploymentStage withDeploymentConfig(EdgeDeploymentConfig deploymentConfig)
Configuration of the deployment details.
deploymentConfig
- Configuration of the deployment details.public String toString()
toString
in class Object
Object.toString()
public DeploymentStage clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.