@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetFlowTemplateRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetFlowTemplateRequest() |
Modifier and Type | Method and Description |
---|---|
GetFlowTemplateRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getId()
The ID of the workflow.
|
Long |
getRevisionNumber()
The number of the workflow revision to retrieve.
|
int |
hashCode() |
void |
setId(String id)
The ID of the workflow.
|
void |
setRevisionNumber(Long revisionNumber)
The number of the workflow revision to retrieve.
|
String |
toString()
Returns a string representation of this object.
|
GetFlowTemplateRequest |
withId(String id)
The ID of the workflow.
|
GetFlowTemplateRequest |
withRevisionNumber(Long revisionNumber)
The number of the workflow revision to retrieve.
|
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 setId(String id)
The ID of the workflow.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
id
- The ID of the workflow.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
public String getId()
The ID of the workflow.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
public GetFlowTemplateRequest withId(String id)
The ID of the workflow.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
id
- The ID of the workflow.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
public void setRevisionNumber(Long revisionNumber)
The number of the workflow revision to retrieve.
revisionNumber
- The number of the workflow revision to retrieve.public Long getRevisionNumber()
The number of the workflow revision to retrieve.
public GetFlowTemplateRequest withRevisionNumber(Long revisionNumber)
The number of the workflow revision to retrieve.
revisionNumber
- The number of the workflow revision to retrieve.public String toString()
toString
in class Object
Object.toString()
public GetFlowTemplateRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()