@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 |
getFlowIdentifier()
The unique identifier of the flow.
|
Boolean |
getSkipResourceInUseCheck()
By default, this value is
false and deletion is stopped if the resource is in use. |
int |
hashCode() |
Boolean |
isSkipResourceInUseCheck()
By default, this value is
false and deletion is stopped if the resource is in use. |
void |
setFlowIdentifier(String flowIdentifier)
The unique identifier of the flow.
|
void |
setSkipResourceInUseCheck(Boolean skipResourceInUseCheck)
By default, this value is
false and deletion is stopped if the resource is in use. |
String |
toString()
Returns a string representation of this object.
|
DeleteFlowRequest |
withFlowIdentifier(String flowIdentifier)
The unique identifier of the flow.
|
DeleteFlowRequest |
withSkipResourceInUseCheck(Boolean skipResourceInUseCheck)
By default, this value is
false and deletion is stopped if the resource is 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 setFlowIdentifier(String flowIdentifier)
The unique identifier of the flow.
flowIdentifier
- The unique identifier of the flow.public String getFlowIdentifier()
The unique identifier of the flow.
public DeleteFlowRequest withFlowIdentifier(String flowIdentifier)
The unique identifier of the flow.
flowIdentifier
- The unique identifier of the flow.public void setSkipResourceInUseCheck(Boolean skipResourceInUseCheck)
By default, this value is false
and deletion is stopped if the resource is in use. If you set it to
true
, the resource will be deleted even if the resource is in use.
skipResourceInUseCheck
- By default, this value is false
and deletion is stopped if the resource is in use. If you set
it to true
, the resource will be deleted even if the resource is in use.public Boolean getSkipResourceInUseCheck()
By default, this value is false
and deletion is stopped if the resource is in use. If you set it to
true
, the resource will be deleted even if the resource is in use.
false
and deletion is stopped if the resource is in use. If you
set it to true
, the resource will be deleted even if the resource is in use.public DeleteFlowRequest withSkipResourceInUseCheck(Boolean skipResourceInUseCheck)
By default, this value is false
and deletion is stopped if the resource is in use. If you set it to
true
, the resource will be deleted even if the resource is in use.
skipResourceInUseCheck
- By default, this value is false
and deletion is stopped if the resource is in use. If you set
it to true
, the resource will be deleted even if the resource is in use.public Boolean isSkipResourceInUseCheck()
By default, this value is false
and deletion is stopped if the resource is in use. If you set it to
true
, the resource will be deleted even if the resource is in use.
false
and deletion is stopped if the resource is in use. If you
set it to true
, the resource will be deleted even if the resource is in use.public String toString()
toString
in class Object
Object.toString()
public DeleteFlowRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()