@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSdkTypesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Get the SdkTypes collection.
NOOP| Constructor and Description |
|---|
GetSdkTypesRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetSdkTypesRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getLimit()
The maximum number of SdkType instances to be returned.
|
String |
getPosition()
The position of the last fetched element in the SdkTypes collection.
|
int |
hashCode() |
void |
setLimit(Integer limit)
The maximum number of SdkType instances to be returned.
|
void |
setPosition(String position)
The position of the last fetched element in the SdkTypes collection.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetSdkTypesRequest |
withLimit(Integer limit)
The maximum number of SdkType instances to be returned.
|
GetSdkTypesRequest |
withPosition(String position)
The position of the last fetched element in the SdkTypes collection.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setPosition(String position)
The position of the last fetched element in the SdkTypes collection.
position - The position of the last fetched element in the SdkTypes collection.public String getPosition()
The position of the last fetched element in the SdkTypes collection.
public GetSdkTypesRequest withPosition(String position)
The position of the last fetched element in the SdkTypes collection.
position - The position of the last fetched element in the SdkTypes collection.public void setLimit(Integer limit)
The maximum number of SdkType instances to be returned.
limit - The maximum number of SdkType instances to be returned.public Integer getLimit()
The maximum number of SdkType instances to be returned.
public GetSdkTypesRequest withLimit(Integer limit)
The maximum number of SdkType instances to be returned.
limit - The maximum number of SdkType instances to be returned.public String toString()
toString in class ObjectObject.toString()public GetSdkTypesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2017. All rights reserved.