@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetWorkflowRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetWorkflowRequest() |
Modifier and Type | Method and Description |
---|---|
GetWorkflowRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getExport()
The export format for the workflow.
|
String |
getId()
The workflow's ID.
|
String |
getType()
The workflow's type.
|
String |
getWorkflowOwnerId()
The ID of the workflow owner.
|
int |
hashCode() |
void |
setExport(Collection<String> export)
The export format for the workflow.
|
void |
setId(String id)
The workflow's ID.
|
void |
setType(String type)
The workflow's type.
|
void |
setWorkflowOwnerId(String workflowOwnerId)
The ID of the workflow owner.
|
String |
toString()
Returns a string representation of this object.
|
GetWorkflowRequest |
withExport(Collection<String> export)
The export format for the workflow.
|
GetWorkflowRequest |
withExport(String... export)
The export format for the workflow.
|
GetWorkflowRequest |
withExport(WorkflowExport... export)
The export format for the workflow.
|
GetWorkflowRequest |
withId(String id)
The workflow's ID.
|
GetWorkflowRequest |
withType(String type)
The workflow's type.
|
GetWorkflowRequest |
withType(WorkflowType type)
The workflow's type.
|
GetWorkflowRequest |
withWorkflowOwnerId(String workflowOwnerId)
The ID of the workflow owner.
|
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 workflow's ID.
id
- The workflow's ID.public String getId()
The workflow's ID.
public GetWorkflowRequest withId(String id)
The workflow's ID.
id
- The workflow's ID.public void setType(String type)
The workflow's type.
type
- The workflow's type.WorkflowType
public String getType()
The workflow's type.
WorkflowType
public GetWorkflowRequest withType(String type)
The workflow's type.
type
- The workflow's type.WorkflowType
public GetWorkflowRequest withType(WorkflowType type)
The workflow's type.
type
- The workflow's type.WorkflowType
public List<String> getExport()
The export format for the workflow.
WorkflowExport
public void setExport(Collection<String> export)
The export format for the workflow.
export
- The export format for the workflow.WorkflowExport
public GetWorkflowRequest withExport(String... export)
The export format for the workflow.
NOTE: This method appends the values to the existing list (if any). Use
setExport(java.util.Collection)
or withExport(java.util.Collection)
if you want to override the
existing values.
export
- The export format for the workflow.WorkflowExport
public GetWorkflowRequest withExport(Collection<String> export)
The export format for the workflow.
export
- The export format for the workflow.WorkflowExport
public GetWorkflowRequest withExport(WorkflowExport... export)
The export format for the workflow.
export
- The export format for the workflow.WorkflowExport
public void setWorkflowOwnerId(String workflowOwnerId)
The ID of the workflow owner.
workflowOwnerId
- The ID of the workflow owner.public String getWorkflowOwnerId()
The ID of the workflow owner.
public GetWorkflowRequest withWorkflowOwnerId(String workflowOwnerId)
The ID of the workflow owner.
workflowOwnerId
- The ID of the workflow owner.public String toString()
toString
in class Object
Object.toString()
public GetWorkflowRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()