@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateEdgeDeploymentStageRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreateEdgeDeploymentStageRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateEdgeDeploymentStageRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getEdgeDeploymentPlanName()
The name of the edge deployment plan.
|
List<DeploymentStage> |
getStages()
List of stages to be added to the edge deployment plan.
|
int |
hashCode() |
void |
setEdgeDeploymentPlanName(String edgeDeploymentPlanName)
The name of the edge deployment plan.
|
void |
setStages(Collection<DeploymentStage> stages)
List of stages to be added to the edge deployment plan.
|
String |
toString()
Returns a string representation of this object.
|
CreateEdgeDeploymentStageRequest |
withEdgeDeploymentPlanName(String edgeDeploymentPlanName)
The name of the edge deployment plan.
|
CreateEdgeDeploymentStageRequest |
withStages(Collection<DeploymentStage> stages)
List of stages to be added to the edge deployment plan.
|
CreateEdgeDeploymentStageRequest |
withStages(DeploymentStage... stages)
List of stages to be added to the edge deployment plan.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setEdgeDeploymentPlanName(String edgeDeploymentPlanName)
The name of the edge deployment plan.
edgeDeploymentPlanName - The name of the edge deployment plan.public String getEdgeDeploymentPlanName()
The name of the edge deployment plan.
public CreateEdgeDeploymentStageRequest withEdgeDeploymentPlanName(String edgeDeploymentPlanName)
The name of the edge deployment plan.
edgeDeploymentPlanName - The name of the edge deployment plan.public List<DeploymentStage> getStages()
List of stages to be added to the edge deployment plan.
public void setStages(Collection<DeploymentStage> stages)
List of stages to be added to the edge deployment plan.
stages - List of stages to be added to the edge deployment plan.public CreateEdgeDeploymentStageRequest withStages(DeploymentStage... stages)
List of stages to be added to the edge deployment plan.
NOTE: This method appends the values to the existing list (if any). Use
setStages(java.util.Collection) or withStages(java.util.Collection) if you want to override the
existing values.
stages - List of stages to be added to the edge deployment plan.public CreateEdgeDeploymentStageRequest withStages(Collection<DeploymentStage> stages)
List of stages to be added to the edge deployment plan.
stages - List of stages to be added to the edge deployment plan.public String toString()
toString in class ObjectObject.toString()public CreateEdgeDeploymentStageRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()