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