@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListWorkflowsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListWorkflowsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListWorkflowsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAdsApplicationConfigurationName()
The name of the application configured in Application Discovery Service.
|
Integer |
getMaxResults()
The maximum number of results that can be returned.
|
String |
getName()
The name of the migration workflow.
|
String |
getNextToken()
The pagination token.
|
String |
getStatus()
The status of the migration workflow.
|
String |
getTemplateId()
The ID of the template.
|
int |
hashCode() |
void |
setAdsApplicationConfigurationName(String adsApplicationConfigurationName)
The name of the application configured in Application Discovery Service.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results that can be returned.
|
void |
setName(String name)
The name of the migration workflow.
|
void |
setNextToken(String nextToken)
The pagination token.
|
void |
setStatus(String status)
The status of the migration workflow.
|
void |
setTemplateId(String templateId)
The ID of the template.
|
String |
toString()
Returns a string representation of this object.
|
ListWorkflowsRequest |
withAdsApplicationConfigurationName(String adsApplicationConfigurationName)
The name of the application configured in Application Discovery Service.
|
ListWorkflowsRequest |
withMaxResults(Integer maxResults)
The maximum number of results that can be returned.
|
ListWorkflowsRequest |
withName(String name)
The name of the migration workflow.
|
ListWorkflowsRequest |
withNextToken(String nextToken)
The pagination token.
|
ListWorkflowsRequest |
withStatus(MigrationWorkflowStatusEnum status)
The status of the migration workflow.
|
ListWorkflowsRequest |
withStatus(String status)
The status of the migration workflow.
|
ListWorkflowsRequest |
withTemplateId(String templateId)
The ID of the template.
|
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, withSdkRequestTimeoutpublic void setMaxResults(Integer maxResults)
The maximum number of results that can be returned.
maxResults - The maximum number of results that can be returned.public Integer getMaxResults()
The maximum number of results that can be returned.
public ListWorkflowsRequest withMaxResults(Integer maxResults)
The maximum number of results that can be returned.
maxResults - The maximum number of results that can be returned.public void setNextToken(String nextToken)
The pagination token.
nextToken - The pagination token.public String getNextToken()
The pagination token.
public ListWorkflowsRequest withNextToken(String nextToken)
The pagination token.
nextToken - The pagination token.public void setTemplateId(String templateId)
The ID of the template.
templateId - The ID of the template.public String getTemplateId()
The ID of the template.
public ListWorkflowsRequest withTemplateId(String templateId)
The ID of the template.
templateId - The ID of the template.public void setAdsApplicationConfigurationName(String adsApplicationConfigurationName)
The name of the application configured in Application Discovery Service.
adsApplicationConfigurationName - The name of the application configured in Application Discovery Service.public String getAdsApplicationConfigurationName()
The name of the application configured in Application Discovery Service.
public ListWorkflowsRequest withAdsApplicationConfigurationName(String adsApplicationConfigurationName)
The name of the application configured in Application Discovery Service.
adsApplicationConfigurationName - The name of the application configured in Application Discovery Service.public void setStatus(String status)
The status of the migration workflow.
status - The status of the migration workflow.MigrationWorkflowStatusEnumpublic String getStatus()
The status of the migration workflow.
MigrationWorkflowStatusEnumpublic ListWorkflowsRequest withStatus(String status)
The status of the migration workflow.
status - The status of the migration workflow.MigrationWorkflowStatusEnumpublic ListWorkflowsRequest withStatus(MigrationWorkflowStatusEnum status)
The status of the migration workflow.
status - The status of the migration workflow.MigrationWorkflowStatusEnumpublic void setName(String name)
The name of the migration workflow.
name - The name of the migration workflow.public String getName()
The name of the migration workflow.
public ListWorkflowsRequest withName(String name)
The name of the migration workflow.
name - The name of the migration workflow.public String toString()
toString in class ObjectObject.toString()public ListWorkflowsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()