@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteFlowRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteFlowRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteFlowRequest |
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.
|
Boolean |
getForceDelete()
Indicates whether Amazon AppFlow should delete the flow, even if it is currently in use.
|
int |
hashCode() |
Boolean |
isForceDelete()
Indicates whether Amazon AppFlow should delete the flow, even if it is currently in use.
|
void |
setFlowName(String flowName)
The specified name of the flow.
|
void |
setForceDelete(Boolean forceDelete)
Indicates whether Amazon AppFlow should delete the flow, even if it is currently in use.
|
String |
toString()
Returns a string representation of this object.
|
DeleteFlowRequest |
withFlowName(String flowName)
The specified name of the flow.
|
DeleteFlowRequest |
withForceDelete(Boolean forceDelete)
Indicates whether Amazon AppFlow should delete the flow, even if it is currently in use.
|
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 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 DeleteFlowRequest 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 void setForceDelete(Boolean forceDelete)
Indicates whether Amazon AppFlow should delete the flow, even if it is currently in use.
forceDelete
- Indicates whether Amazon AppFlow should delete the flow, even if it is currently in use.public Boolean getForceDelete()
Indicates whether Amazon AppFlow should delete the flow, even if it is currently in use.
public DeleteFlowRequest withForceDelete(Boolean forceDelete)
Indicates whether Amazon AppFlow should delete the flow, even if it is currently in use.
forceDelete
- Indicates whether Amazon AppFlow should delete the flow, even if it is currently in use.public Boolean isForceDelete()
Indicates whether Amazon AppFlow should delete the flow, even if it is currently in use.
public String toString()
toString
in class Object
Object.toString()
public DeleteFlowRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()