@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StopFlowRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP | Constructor and Description |
|---|
StopFlowRequest () |
| Modifier and Type | Method and Description |
|---|---|
StopFlowRequest |
clone ()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals (Object obj) |
String |
getFlowName ()
The specified name of the flow.
|
int |
hashCode () |
void |
setFlowName (String flowName)
The specified name of the flow.
|
String |
toString ()
Returns a string representation of this object.
|
StopFlowRequest |
withFlowName (String flowName)
The specified name of the flow.
|
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 StopFlowRequest()
public void setFlowName(String flowName)
The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only.
flowName - The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only.public String getFlowName()
The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only.
public StopFlowRequest withFlowName(String flowName)
The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only.
flowName - The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only.public String toString()
toString in class Object Object.toString() public StopFlowRequest clone()
AmazonWebServiceRequest clone in class AmazonWebServiceRequest Object.clone()