@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetWorkflowsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
BatchGetWorkflowsRequest() |
Modifier and Type | Method and Description |
---|---|
BatchGetWorkflowsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Boolean |
getIncludeGraph()
Specifies whether to include a graph when returning the workflow resource metadata.
|
List<String> |
getNames()
A list of workflow names, which may be the names returned from the
ListWorkflows operation. |
int |
hashCode() |
Boolean |
isIncludeGraph()
Specifies whether to include a graph when returning the workflow resource metadata.
|
void |
setIncludeGraph(Boolean includeGraph)
Specifies whether to include a graph when returning the workflow resource metadata.
|
void |
setNames(Collection<String> names)
A list of workflow names, which may be the names returned from the
ListWorkflows operation. |
String |
toString()
Returns a string representation of this object.
|
BatchGetWorkflowsRequest |
withIncludeGraph(Boolean includeGraph)
Specifies whether to include a graph when returning the workflow resource metadata.
|
BatchGetWorkflowsRequest |
withNames(Collection<String> names)
A list of workflow names, which may be the names returned from the
ListWorkflows operation. |
BatchGetWorkflowsRequest |
withNames(String... names)
A list of workflow names, which may be the names returned from the
ListWorkflows operation. |
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 List<String> getNames()
A list of workflow names, which may be the names returned from the ListWorkflows
operation.
ListWorkflows
operation.public void setNames(Collection<String> names)
A list of workflow names, which may be the names returned from the ListWorkflows
operation.
names
- A list of workflow names, which may be the names returned from the ListWorkflows
operation.public BatchGetWorkflowsRequest withNames(String... names)
A list of workflow names, which may be the names returned from the ListWorkflows
operation.
NOTE: This method appends the values to the existing list (if any). Use
setNames(java.util.Collection)
or withNames(java.util.Collection)
if you want to override the
existing values.
names
- A list of workflow names, which may be the names returned from the ListWorkflows
operation.public BatchGetWorkflowsRequest withNames(Collection<String> names)
A list of workflow names, which may be the names returned from the ListWorkflows
operation.
names
- A list of workflow names, which may be the names returned from the ListWorkflows
operation.public void setIncludeGraph(Boolean includeGraph)
Specifies whether to include a graph when returning the workflow resource metadata.
includeGraph
- Specifies whether to include a graph when returning the workflow resource metadata.public Boolean getIncludeGraph()
Specifies whether to include a graph when returning the workflow resource metadata.
public BatchGetWorkflowsRequest withIncludeGraph(Boolean includeGraph)
Specifies whether to include a graph when returning the workflow resource metadata.
includeGraph
- Specifies whether to include a graph when returning the workflow resource metadata.public Boolean isIncludeGraph()
Specifies whether to include a graph when returning the workflow resource metadata.
public String toString()
toString
in class Object
Object.toString()
public BatchGetWorkflowsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()