@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListMobileSdkReleasesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListMobileSdkReleasesRequest() |
Modifier and Type | Method and Description |
---|---|
ListMobileSdkReleasesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getLimit()
The maximum number of objects that you want WAF to return for this request.
|
String |
getNextMarker()
When you request a list of objects with a
Limit setting, if the number of objects that are still
available for retrieval exceeds the limit, WAF returns a NextMarker value in the response. |
String |
getPlatform()
The device platform to retrieve the list for.
|
int |
hashCode() |
void |
setLimit(Integer limit)
The maximum number of objects that you want WAF to return for this request.
|
void |
setNextMarker(String nextMarker)
When you request a list of objects with a
Limit setting, if the number of objects that are still
available for retrieval exceeds the limit, WAF returns a NextMarker value in the response. |
void |
setPlatform(String platform)
The device platform to retrieve the list for.
|
String |
toString()
Returns a string representation of this object.
|
ListMobileSdkReleasesRequest |
withLimit(Integer limit)
The maximum number of objects that you want WAF to return for this request.
|
ListMobileSdkReleasesRequest |
withNextMarker(String nextMarker)
When you request a list of objects with a
Limit setting, if the number of objects that are still
available for retrieval exceeds the limit, WAF returns a NextMarker value in the response. |
ListMobileSdkReleasesRequest |
withPlatform(Platform platform)
The device platform to retrieve the list for.
|
ListMobileSdkReleasesRequest |
withPlatform(String platform)
The device platform to retrieve the list for.
|
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 setPlatform(String platform)
The device platform to retrieve the list for.
platform
- The device platform to retrieve the list for.Platform
public String getPlatform()
The device platform to retrieve the list for.
Platform
public ListMobileSdkReleasesRequest withPlatform(String platform)
The device platform to retrieve the list for.
platform
- The device platform to retrieve the list for.Platform
public ListMobileSdkReleasesRequest withPlatform(Platform platform)
The device platform to retrieve the list for.
platform
- The device platform to retrieve the list for.Platform
public void setNextMarker(String nextMarker)
When you request a list of objects with a Limit
setting, if the number of objects that are still
available for retrieval exceeds the limit, WAF returns a NextMarker
value in the response. To
retrieve the next batch of objects, provide the marker from the prior call in your next request.
nextMarker
- When you request a list of objects with a Limit
setting, if the number of objects that are
still available for retrieval exceeds the limit, WAF returns a NextMarker
value in the
response. To retrieve the next batch of objects, provide the marker from the prior call in your next
request.public String getNextMarker()
When you request a list of objects with a Limit
setting, if the number of objects that are still
available for retrieval exceeds the limit, WAF returns a NextMarker
value in the response. To
retrieve the next batch of objects, provide the marker from the prior call in your next request.
Limit
setting, if the number of objects that are
still available for retrieval exceeds the limit, WAF returns a NextMarker
value in the
response. To retrieve the next batch of objects, provide the marker from the prior call in your next
request.public ListMobileSdkReleasesRequest withNextMarker(String nextMarker)
When you request a list of objects with a Limit
setting, if the number of objects that are still
available for retrieval exceeds the limit, WAF returns a NextMarker
value in the response. To
retrieve the next batch of objects, provide the marker from the prior call in your next request.
nextMarker
- When you request a list of objects with a Limit
setting, if the number of objects that are
still available for retrieval exceeds the limit, WAF returns a NextMarker
value in the
response. To retrieve the next batch of objects, provide the marker from the prior call in your next
request.public void setLimit(Integer limit)
The maximum number of objects that you want WAF to return for this request. If more objects are available, in the
response, WAF provides a NextMarker
value that you can use in a subsequent call to get the next
batch of objects.
limit
- The maximum number of objects that you want WAF to return for this request. If more objects are available,
in the response, WAF provides a NextMarker
value that you can use in a subsequent call to get
the next batch of objects.public Integer getLimit()
The maximum number of objects that you want WAF to return for this request. If more objects are available, in the
response, WAF provides a NextMarker
value that you can use in a subsequent call to get the next
batch of objects.
NextMarker
value that you can use in a subsequent
call to get the next batch of objects.public ListMobileSdkReleasesRequest withLimit(Integer limit)
The maximum number of objects that you want WAF to return for this request. If more objects are available, in the
response, WAF provides a NextMarker
value that you can use in a subsequent call to get the next
batch of objects.
limit
- The maximum number of objects that you want WAF to return for this request. If more objects are available,
in the response, WAF provides a NextMarker
value that you can use in a subsequent call to get
the next batch of objects.public String toString()
toString
in class Object
Object.toString()
public ListMobileSdkReleasesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()