@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()
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 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, 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, withSdkRequestTimeout
public 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 Object
Object.toString()
public StartEdgeDeploymentStageRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()