@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAdaptersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListAdaptersRequest() |
Modifier and Type | Method and Description |
---|---|
ListAdaptersRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Date |
getAfterCreationTime()
Specifies the lower bound for the ListAdapters operation.
|
Date |
getBeforeCreationTime()
Specifies the upper bound for the ListAdapters operation.
|
Integer |
getMaxResults()
The maximum number of results to return when listing adapters.
|
String |
getNextToken()
Identifies the next page of results to return when listing adapters.
|
int |
hashCode() |
void |
setAfterCreationTime(Date afterCreationTime)
Specifies the lower bound for the ListAdapters operation.
|
void |
setBeforeCreationTime(Date beforeCreationTime)
Specifies the upper bound for the ListAdapters operation.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return when listing adapters.
|
void |
setNextToken(String nextToken)
Identifies the next page of results to return when listing adapters.
|
String |
toString()
Returns a string representation of this object.
|
ListAdaptersRequest |
withAfterCreationTime(Date afterCreationTime)
Specifies the lower bound for the ListAdapters operation.
|
ListAdaptersRequest |
withBeforeCreationTime(Date beforeCreationTime)
Specifies the upper bound for the ListAdapters operation.
|
ListAdaptersRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return when listing adapters.
|
ListAdaptersRequest |
withNextToken(String nextToken)
Identifies the next page of results to return when listing adapters.
|
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 void setAfterCreationTime(Date afterCreationTime)
Specifies the lower bound for the ListAdapters operation. Ensures ListAdapters returns only adapters created after the specified creation time.
afterCreationTime
- Specifies the lower bound for the ListAdapters operation. Ensures ListAdapters returns only adapters
created after the specified creation time.public Date getAfterCreationTime()
Specifies the lower bound for the ListAdapters operation. Ensures ListAdapters returns only adapters created after the specified creation time.
public ListAdaptersRequest withAfterCreationTime(Date afterCreationTime)
Specifies the lower bound for the ListAdapters operation. Ensures ListAdapters returns only adapters created after the specified creation time.
afterCreationTime
- Specifies the lower bound for the ListAdapters operation. Ensures ListAdapters returns only adapters
created after the specified creation time.public void setBeforeCreationTime(Date beforeCreationTime)
Specifies the upper bound for the ListAdapters operation. Ensures ListAdapters returns only adapters created before the specified creation time.
beforeCreationTime
- Specifies the upper bound for the ListAdapters operation. Ensures ListAdapters returns only adapters
created before the specified creation time.public Date getBeforeCreationTime()
Specifies the upper bound for the ListAdapters operation. Ensures ListAdapters returns only adapters created before the specified creation time.
public ListAdaptersRequest withBeforeCreationTime(Date beforeCreationTime)
Specifies the upper bound for the ListAdapters operation. Ensures ListAdapters returns only adapters created before the specified creation time.
beforeCreationTime
- Specifies the upper bound for the ListAdapters operation. Ensures ListAdapters returns only adapters
created before the specified creation time.public void setMaxResults(Integer maxResults)
The maximum number of results to return when listing adapters.
maxResults
- The maximum number of results to return when listing adapters.public Integer getMaxResults()
The maximum number of results to return when listing adapters.
public ListAdaptersRequest withMaxResults(Integer maxResults)
The maximum number of results to return when listing adapters.
maxResults
- The maximum number of results to return when listing adapters.public void setNextToken(String nextToken)
Identifies the next page of results to return when listing adapters.
nextToken
- Identifies the next page of results to return when listing adapters.public String getNextToken()
Identifies the next page of results to return when listing adapters.
public ListAdaptersRequest withNextToken(String nextToken)
Identifies the next page of results to return when listing adapters.
nextToken
- Identifies the next page of results to return when listing adapters.public String toString()
toString
in class Object
Object.toString()
public ListAdaptersRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()