Package com.amazonaws.services.iot.model
Class ListCACertificatesRequest
- java.lang.Object
-
- com.amazonaws.AmazonWebServiceRequest
-
- com.amazonaws.services.iot.model.ListCACertificatesRequest
-
- All Implemented Interfaces:
ReadLimitInfo,Serializable,Cloneable
public class ListCACertificatesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Input for the ListCACertificates operation.
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
-
Constructor Summary
Constructors Constructor Description ListCACertificatesRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListCACertificatesRequestclone()Creates a shallow clone of this request.booleanequals(Object obj)BooleangetAscendingOrder()Determines the order of the results.StringgetMarker()The marker for the next set of results.IntegergetPageSize()The result page size.inthashCode()BooleanisAscendingOrder()Determines the order of the results.voidsetAscendingOrder(Boolean ascendingOrder)Determines the order of the results.voidsetMarker(String marker)The marker for the next set of results.voidsetPageSize(Integer pageSize)The result page size.StringtoString()Returns a string representation of this object; useful for testing and debugging.ListCACertificatesRequestwithAscendingOrder(Boolean ascendingOrder)Determines the order of the results.ListCACertificatesRequestwithMarker(String marker)The marker for the next set of results.ListCACertificatesRequestwithPageSize(Integer pageSize)The result page size.-
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
-
-
-
Method Detail
-
setPageSize
public void setPageSize(Integer pageSize)
The result page size.
- Parameters:
pageSize- The result page size.
-
getPageSize
public Integer getPageSize()
The result page size.
- Returns:
- The result page size.
-
withPageSize
public ListCACertificatesRequest withPageSize(Integer pageSize)
The result page size.
- Parameters:
pageSize- The result page size.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setMarker
public void setMarker(String marker)
The marker for the next set of results.
- Parameters:
marker- The marker for the next set of results.
-
getMarker
public String getMarker()
The marker for the next set of results.
- Returns:
- The marker for the next set of results.
-
withMarker
public ListCACertificatesRequest withMarker(String marker)
The marker for the next set of results.
- Parameters:
marker- The marker for the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setAscendingOrder
public void setAscendingOrder(Boolean ascendingOrder)
Determines the order of the results.
- Parameters:
ascendingOrder- Determines the order of the results.
-
getAscendingOrder
public Boolean getAscendingOrder()
Determines the order of the results.
- Returns:
- Determines the order of the results.
-
withAscendingOrder
public ListCACertificatesRequest withAscendingOrder(Boolean ascendingOrder)
Determines the order of the results.
- Parameters:
ascendingOrder- Determines the order of the results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isAscendingOrder
public Boolean isAscendingOrder()
Determines the order of the results.
- Returns:
- Determines the order of the results.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public ListCACertificatesRequest clone()
Description copied from class:AmazonWebServiceRequestCreates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clonein classAmazonWebServiceRequest- See Also:
Object.clone()
-
-