@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteFlowDefinitionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteFlowDefinitionRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteFlowDefinitionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getFlowDefinitionName()
The name of the flow definition you are deleting.
|
int |
hashCode() |
void |
setFlowDefinitionName(String flowDefinitionName)
The name of the flow definition you are deleting.
|
String |
toString()
Returns a string representation of this object.
|
DeleteFlowDefinitionRequest |
withFlowDefinitionName(String flowDefinitionName)
The name of the flow definition you are deleting.
|
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 setFlowDefinitionName(String flowDefinitionName)
The name of the flow definition you are deleting.
flowDefinitionName
- The name of the flow definition you are deleting.public String getFlowDefinitionName()
The name of the flow definition you are deleting.
public DeleteFlowDefinitionRequest withFlowDefinitionName(String flowDefinitionName)
The name of the flow definition you are deleting.
flowDefinitionName
- The name of the flow definition you are deleting.public String toString()
toString
in class Object
Object.toString()
public DeleteFlowDefinitionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()