|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.simpleworkflow.model.ListWorkflowTypesRequest
public class ListWorkflowTypesRequest
Container for the parameters to the ListWorkflowTypes operation.
Returns information about workflow types in the specified domain. The results may be split into multiple pages that can be retrieved by making the call repeatedly.
AmazonSimpleWorkflow.listWorkflowTypes(ListWorkflowTypesRequest)| Constructor Summary | |
|---|---|
ListWorkflowTypesRequest()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getDomain()
The name of the domain in which the workflow types have been registered. |
java.lang.Integer |
getMaximumPageSize()
The maximum number of results returned in each page. |
java.lang.String |
getName()
If specified, lists the workflow type with this name. |
java.lang.String |
getNextPageToken()
If on a previous call to this method a NextPageToken was
returned, the results are being paginated. |
java.lang.String |
getRegistrationStatus()
Specifies the registration status of the workflow types to list. |
java.lang.Boolean |
getReverseOrder()
When set to true, returns the results in reverse order. |
int |
hashCode()
|
java.lang.Boolean |
isReverseOrder()
When set to true, returns the results in reverse order. |
void |
setDomain(java.lang.String domain)
The name of the domain in which the workflow types have been registered. |
void |
setMaximumPageSize(java.lang.Integer maximumPageSize)
The maximum number of results returned in each page. |
void |
setName(java.lang.String name)
If specified, lists the workflow type with this name. |
void |
setNextPageToken(java.lang.String nextPageToken)
If on a previous call to this method a NextPageToken was
returned, the results are being paginated. |
void |
setRegistrationStatus(RegistrationStatus registrationStatus)
Specifies the registration status of the workflow types to list. |
void |
setRegistrationStatus(java.lang.String registrationStatus)
Specifies the registration status of the workflow types to list. |
void |
setReverseOrder(java.lang.Boolean reverseOrder)
When set to true, returns the results in reverse order. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ListWorkflowTypesRequest |
withDomain(java.lang.String domain)
The name of the domain in which the workflow types have been registered. |
ListWorkflowTypesRequest |
withMaximumPageSize(java.lang.Integer maximumPageSize)
The maximum number of results returned in each page. |
ListWorkflowTypesRequest |
withName(java.lang.String name)
If specified, lists the workflow type with this name. |
ListWorkflowTypesRequest |
withNextPageToken(java.lang.String nextPageToken)
If on a previous call to this method a NextPageToken was
returned, the results are being paginated. |
ListWorkflowTypesRequest |
withRegistrationStatus(RegistrationStatus registrationStatus)
Specifies the registration status of the workflow types to list. |
ListWorkflowTypesRequest |
withRegistrationStatus(java.lang.String registrationStatus)
Specifies the registration status of the workflow types to list. |
ListWorkflowTypesRequest |
withReverseOrder(java.lang.Boolean reverseOrder)
When set to true, returns the results in reverse order. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ListWorkflowTypesRequest()
| Method Detail |
|---|
public java.lang.String getDomain()
Constraints:
Length: 1 - 256
public void setDomain(java.lang.String domain)
Constraints:
Length: 1 - 256
domain - The name of the domain in which the workflow types have been
registered.public ListWorkflowTypesRequest withDomain(java.lang.String domain)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 256
domain - The name of the domain in which the workflow types have been
registered.
public java.lang.String getName()
Constraints:
Length: 1 - 256
public void setName(java.lang.String name)
Constraints:
Length: 1 - 256
name - If specified, lists the workflow type with this name.public ListWorkflowTypesRequest withName(java.lang.String name)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 256
name - If specified, lists the workflow type with this name.
public java.lang.String getRegistrationStatus()
Constraints:
Allowed Values: REGISTERED, DEPRECATED
RegistrationStatuspublic void setRegistrationStatus(java.lang.String registrationStatus)
Constraints:
Allowed Values: REGISTERED, DEPRECATED
registrationStatus - Specifies the registration status of the workflow types to list.RegistrationStatuspublic ListWorkflowTypesRequest withRegistrationStatus(java.lang.String registrationStatus)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: REGISTERED, DEPRECATED
registrationStatus - Specifies the registration status of the workflow types to list.
RegistrationStatuspublic void setRegistrationStatus(RegistrationStatus registrationStatus)
Constraints:
Allowed Values: REGISTERED, DEPRECATED
registrationStatus - Specifies the registration status of the workflow types to list.RegistrationStatuspublic ListWorkflowTypesRequest withRegistrationStatus(RegistrationStatus registrationStatus)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: REGISTERED, DEPRECATED
registrationStatus - Specifies the registration status of the workflow types to list.
RegistrationStatuspublic java.lang.String getNextPageToken()
NextPageToken was
returned, the results are being paginated. To get the next page of
results, repeat the call with the returned token and all other
arguments unchanged.
Constraints:
Length: 0 - 2048
NextPageToken was
returned, the results are being paginated. To get the next page of
results, repeat the call with the returned token and all other
arguments unchanged.public void setNextPageToken(java.lang.String nextPageToken)
NextPageToken was
returned, the results are being paginated. To get the next page of
results, repeat the call with the returned token and all other
arguments unchanged.
Constraints:
Length: 0 - 2048
nextPageToken - If on a previous call to this method a NextPageToken was
returned, the results are being paginated. To get the next page of
results, repeat the call with the returned token and all other
arguments unchanged.public ListWorkflowTypesRequest withNextPageToken(java.lang.String nextPageToken)
NextPageToken was
returned, the results are being paginated. To get the next page of
results, repeat the call with the returned token and all other
arguments unchanged.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 2048
nextPageToken - If on a previous call to this method a NextPageToken was
returned, the results are being paginated. To get the next page of
results, repeat the call with the returned token and all other
arguments unchanged.
public java.lang.Integer getMaximumPageSize()
Constraints:
Range: 0 - 1000
public void setMaximumPageSize(java.lang.Integer maximumPageSize)
Constraints:
Range: 0 - 1000
maximumPageSize - The maximum number of results returned in each page. The default is
100, but the caller can override this value to a page size
smaller than the default. You cannot specify a page size
greater than 100.public ListWorkflowTypesRequest withMaximumPageSize(java.lang.Integer maximumPageSize)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 0 - 1000
maximumPageSize - The maximum number of results returned in each page. The default is
100, but the caller can override this value to a page size
smaller than the default. You cannot specify a page size
greater than 100.
public java.lang.Boolean isReverseOrder()
true, returns the results in reverse order.
By default the results are returned in ascending alphabetical order of
the name of the workflow types.
true, returns the results in reverse order.
By default the results are returned in ascending alphabetical order of
the name of the workflow types.public void setReverseOrder(java.lang.Boolean reverseOrder)
true, returns the results in reverse order.
By default the results are returned in ascending alphabetical order of
the name of the workflow types.
reverseOrder - When set to true, returns the results in reverse order.
By default the results are returned in ascending alphabetical order of
the name of the workflow types.public ListWorkflowTypesRequest withReverseOrder(java.lang.Boolean reverseOrder)
true, returns the results in reverse order.
By default the results are returned in ascending alphabetical order of
the name of the workflow types.
Returns a reference to this object so that method calls can be chained together.
reverseOrder - When set to true, returns the results in reverse order.
By default the results are returned in ascending alphabetical order of
the name of the workflow types.
public java.lang.Boolean getReverseOrder()
true, returns the results in reverse order.
By default the results are returned in ascending alphabetical order of
the name of the workflow types.
true, returns the results in reverse order.
By default the results are returned in ascending alphabetical order of
the name of the workflow types.public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||