|
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.ListDomainsRequest
public class ListDomainsRequest
Container for the parameters to the ListDomains operation
.
Returns the list of domains registered in the account. The results may be split into multiple pages. To retrieve subsequent pages, make the call again using the nextPageToken returned by the initial call.
NOTE: This operation is eventually consistent. The results are best effort and may not exactly reflect recent updates and changes.
AmazonSimpleWorkflow.listDomains(ListDomainsRequest)
Constructor Summary | |
---|---|
ListDomainsRequest()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
Integer |
getMaximumPageSize()
The maximum number of results returned in each page. |
String |
getNextPageToken()
If on a previous call to this method a NextPageToken was
returned, the result has more than one page. |
String |
getRegistrationStatus()
Specifies the registration status of the domains to list. |
Boolean |
getReverseOrder()
When set to true , returns the results in reverse order. |
int |
hashCode()
|
Boolean |
isReverseOrder()
When set to true , returns the results in reverse order. |
void |
setMaximumPageSize(Integer maximumPageSize)
The maximum number of results returned in each page. |
void |
setNextPageToken(String nextPageToken)
If on a previous call to this method a NextPageToken was
returned, the result has more than one page. |
void |
setRegistrationStatus(RegistrationStatus registrationStatus)
Specifies the registration status of the domains to list. |
void |
setRegistrationStatus(String registrationStatus)
Specifies the registration status of the domains to list. |
void |
setReverseOrder(Boolean reverseOrder)
When set to true , returns the results in reverse order. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ListDomainsRequest |
withMaximumPageSize(Integer maximumPageSize)
The maximum number of results returned in each page. |
ListDomainsRequest |
withNextPageToken(String nextPageToken)
If on a previous call to this method a NextPageToken was
returned, the result has more than one page. |
ListDomainsRequest |
withRegistrationStatus(RegistrationStatus registrationStatus)
Specifies the registration status of the domains to list. |
ListDomainsRequest |
withRegistrationStatus(String registrationStatus)
Specifies the registration status of the domains to list. |
ListDomainsRequest |
withReverseOrder(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 ListDomainsRequest()
Method Detail |
---|
public String getNextPageToken()
NextPageToken
was
returned, the result has more than one page. 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 result has more than one page. To get the next page of
results, repeat the call with the returned token and all other
arguments unchanged.public void setNextPageToken(String nextPageToken)
NextPageToken
was
returned, the result has more than one page. 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 result has more than one page. To get the next page of
results, repeat the call with the returned token and all other
arguments unchanged.public ListDomainsRequest withNextPageToken(String nextPageToken)
NextPageToken
was
returned, the result has more than one page. 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 result has more than one page. To get the next page of
results, repeat the call with the returned token and all other
arguments unchanged.
public String getRegistrationStatus()
Constraints:
Allowed Values: REGISTERED, DEPRECATED
RegistrationStatus
public void setRegistrationStatus(String registrationStatus)
Constraints:
Allowed Values: REGISTERED, DEPRECATED
registrationStatus
- Specifies the registration status of the domains to list.RegistrationStatus
public ListDomainsRequest withRegistrationStatus(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 domains to list.
RegistrationStatus
public void setRegistrationStatus(RegistrationStatus registrationStatus)
Constraints:
Allowed Values: REGISTERED, DEPRECATED
registrationStatus
- Specifies the registration status of the domains to list.RegistrationStatus
public ListDomainsRequest 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 domains to list.
RegistrationStatus
public Integer getMaximumPageSize()
Constraints:
Range: 0 - 1000
public void setMaximumPageSize(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 ListDomainsRequest withMaximumPageSize(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 Boolean isReverseOrder()
true
, returns the results in reverse order.
By default the results are returned in ascending alphabetical order of
the name
of the domains.
true
, returns the results in reverse order.
By default the results are returned in ascending alphabetical order of
the name
of the domains.public void setReverseOrder(Boolean reverseOrder)
true
, returns the results in reverse order.
By default the results are returned in ascending alphabetical order of
the name
of the domains.
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 domains.public ListDomainsRequest withReverseOrder(Boolean reverseOrder)
true
, returns the results in reverse order.
By default the results are returned in ascending alphabetical order of
the name
of the domains.
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 domains.
public Boolean getReverseOrder()
true
, returns the results in reverse order.
By default the results are returned in ascending alphabetical order of
the name
of the domains.
true
, returns the results in reverse order.
By default the results are returned in ascending alphabetical order of
the name
of the domains.public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |