@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeFlowDefinitionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| DescribeFlowDefinitionRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| DescribeFlowDefinitionRequest | 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. | 
| int | hashCode() | 
| void | setFlowDefinitionName(String flowDefinitionName)
 The name of the flow definition. | 
| String | toString()Returns a string representation of this object. | 
| DescribeFlowDefinitionRequest | withFlowDefinitionName(String flowDefinitionName)
 The name of the flow definition. | 
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, withSdkRequestTimeoutpublic void setFlowDefinitionName(String flowDefinitionName)
The name of the flow definition.
flowDefinitionName - The name of the flow definition.public String getFlowDefinitionName()
The name of the flow definition.
public DescribeFlowDefinitionRequest withFlowDefinitionName(String flowDefinitionName)
The name of the flow definition.
flowDefinitionName - The name of the flow definition.public String toString()
toString in class ObjectObject.toString()public DescribeFlowDefinitionRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()