@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartEdgeDeploymentStageRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
StartEdgeDeploymentStageRequest() |
| Modifier and Type | Method and Description |
|---|---|
StartEdgeDeploymentStageRequest |
clone() |
boolean |
equals(Object obj) |
String |
getEdgeDeploymentPlanName()
The name of the edge deployment plan to start.
|
String |
getStageName()
The name of the stage to start.
|
int |
hashCode() |
void |
setEdgeDeploymentPlanName(String edgeDeploymentPlanName)
The name of the edge deployment plan to start.
|
void |
setStageName(String stageName)
The name of the stage to start.
|
String |
toString()
Returns a string representation of this object.
|
StartEdgeDeploymentStageRequest |
withEdgeDeploymentPlanName(String edgeDeploymentPlanName)
The name of the edge deployment plan to start.
|
StartEdgeDeploymentStageRequest |
withStageName(String stageName)
The name of the stage to start.
|
addHandlerContext, copyBaseTo, 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 to start.
edgeDeploymentPlanName - The name of the edge deployment plan to start.public String getEdgeDeploymentPlanName()
The name of the edge deployment plan to start.
public StartEdgeDeploymentStageRequest withEdgeDeploymentPlanName(String edgeDeploymentPlanName)
The name of the edge deployment plan to start.
edgeDeploymentPlanName - The name of the edge deployment plan to start.public void setStageName(String stageName)
The name of the stage to start.
stageName - The name of the stage to start.public String getStageName()
The name of the stage to start.
public StartEdgeDeploymentStageRequest withStageName(String stageName)
The name of the stage to start.
stageName - The name of the stage to start.public String toString()
toString in class ObjectObject.toString()public StartEdgeDeploymentStageRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.