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