@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetFlowVersionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetFlowVersionRequest() |
Modifier and Type | Method and Description |
---|---|
GetFlowVersionRequest |
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 for which to get information.
|
String |
getFlowVersion()
The version of the flow for which to get information.
|
int |
hashCode() |
void |
setFlowIdentifier(String flowIdentifier)
The unique identifier of the flow for which to get information.
|
void |
setFlowVersion(String flowVersion)
The version of the flow for which to get information.
|
String |
toString()
Returns a string representation of this object.
|
GetFlowVersionRequest |
withFlowIdentifier(String flowIdentifier)
The unique identifier of the flow for which to get information.
|
GetFlowVersionRequest |
withFlowVersion(String flowVersion)
The version of the flow for which to get information.
|
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 for which to get information.
flowIdentifier
- The unique identifier of the flow for which to get information.public String getFlowIdentifier()
The unique identifier of the flow for which to get information.
public GetFlowVersionRequest withFlowIdentifier(String flowIdentifier)
The unique identifier of the flow for which to get information.
flowIdentifier
- The unique identifier of the flow for which to get information.public void setFlowVersion(String flowVersion)
The version of the flow for which to get information.
flowVersion
- The version of the flow for which to get information.public String getFlowVersion()
The version of the flow for which to get information.
public GetFlowVersionRequest withFlowVersion(String flowVersion)
The version of the flow for which to get information.
flowVersion
- The version of the flow for which to get information.public String toString()
toString
in class Object
Object.toString()
public GetFlowVersionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()