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