@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeJobFlowsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The input for the DescribeJobFlows operation.
NOOP
Constructor and Description |
---|
DescribeJobFlowsRequest()
Default constructor for DescribeJobFlowsRequest object.
|
DescribeJobFlowsRequest(List<String> jobFlowIds)
Constructs a new DescribeJobFlowsRequest object.
|
Modifier and Type | Method and Description |
---|---|
DescribeJobFlowsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Date |
getCreatedAfter()
Return only job flows created after this date and time.
|
Date |
getCreatedBefore()
Return only job flows created before this date and time.
|
List<String> |
getJobFlowIds()
Return only job flows whose job flow ID is contained in this list.
|
List<String> |
getJobFlowStates()
Return only job flows whose state is contained in this list.
|
int |
hashCode() |
void |
setCreatedAfter(Date createdAfter)
Return only job flows created after this date and time.
|
void |
setCreatedBefore(Date createdBefore)
Return only job flows created before this date and time.
|
void |
setJobFlowIds(Collection<String> jobFlowIds)
Return only job flows whose job flow ID is contained in this list.
|
void |
setJobFlowStates(Collection<String> jobFlowStates)
Return only job flows whose state is contained in this list.
|
String |
toString()
Returns a string representation of this object.
|
DescribeJobFlowsRequest |
withCreatedAfter(Date createdAfter)
Return only job flows created after this date and time.
|
DescribeJobFlowsRequest |
withCreatedBefore(Date createdBefore)
Return only job flows created before this date and time.
|
DescribeJobFlowsRequest |
withJobFlowIds(Collection<String> jobFlowIds)
Return only job flows whose job flow ID is contained in this list.
|
DescribeJobFlowsRequest |
withJobFlowIds(String... jobFlowIds)
Return only job flows whose job flow ID is contained in this list.
|
DescribeJobFlowsRequest |
withJobFlowStates(Collection<String> jobFlowStates)
Return only job flows whose state is contained in this list.
|
DescribeJobFlowsRequest |
withJobFlowStates(JobFlowExecutionState... jobFlowStates)
Return only job flows whose state is contained in this list.
|
DescribeJobFlowsRequest |
withJobFlowStates(String... jobFlowStates)
Return only job flows whose state is contained in this list.
|
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 DescribeJobFlowsRequest()
public DescribeJobFlowsRequest(List<String> jobFlowIds)
jobFlowIds
- Return only job flows whose job flow ID is contained in this list.public void setCreatedAfter(Date createdAfter)
Return only job flows created after this date and time.
createdAfter
- Return only job flows created after this date and time.public Date getCreatedAfter()
Return only job flows created after this date and time.
public DescribeJobFlowsRequest withCreatedAfter(Date createdAfter)
Return only job flows created after this date and time.
createdAfter
- Return only job flows created after this date and time.public void setCreatedBefore(Date createdBefore)
Return only job flows created before this date and time.
createdBefore
- Return only job flows created before this date and time.public Date getCreatedBefore()
Return only job flows created before this date and time.
public DescribeJobFlowsRequest withCreatedBefore(Date createdBefore)
Return only job flows created before this date and time.
createdBefore
- Return only job flows created before this date and time.public List<String> getJobFlowIds()
Return only job flows whose job flow ID is contained in this list.
public void setJobFlowIds(Collection<String> jobFlowIds)
Return only job flows whose job flow ID is contained in this list.
jobFlowIds
- Return only job flows whose job flow ID is contained in this list.public DescribeJobFlowsRequest withJobFlowIds(String... jobFlowIds)
Return only job flows whose job flow ID is contained in this list.
NOTE: This method appends the values to the existing list (if any). Use
setJobFlowIds(java.util.Collection)
or withJobFlowIds(java.util.Collection)
if you want to
override the existing values.
jobFlowIds
- Return only job flows whose job flow ID is contained in this list.public DescribeJobFlowsRequest withJobFlowIds(Collection<String> jobFlowIds)
Return only job flows whose job flow ID is contained in this list.
jobFlowIds
- Return only job flows whose job flow ID is contained in this list.public List<String> getJobFlowStates()
Return only job flows whose state is contained in this list.
JobFlowExecutionState
public void setJobFlowStates(Collection<String> jobFlowStates)
Return only job flows whose state is contained in this list.
jobFlowStates
- Return only job flows whose state is contained in this list.JobFlowExecutionState
public DescribeJobFlowsRequest withJobFlowStates(String... jobFlowStates)
Return only job flows whose state is contained in this list.
NOTE: This method appends the values to the existing list (if any). Use
setJobFlowStates(java.util.Collection)
or withJobFlowStates(java.util.Collection)
if you want
to override the existing values.
jobFlowStates
- Return only job flows whose state is contained in this list.JobFlowExecutionState
public DescribeJobFlowsRequest withJobFlowStates(Collection<String> jobFlowStates)
Return only job flows whose state is contained in this list.
jobFlowStates
- Return only job flows whose state is contained in this list.JobFlowExecutionState
public DescribeJobFlowsRequest withJobFlowStates(JobFlowExecutionState... jobFlowStates)
Return only job flows whose state is contained in this list.
jobFlowStates
- Return only job flows whose state is contained in this list.JobFlowExecutionState
public String toString()
toString
in class Object
Object.toString()
public DescribeJobFlowsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()