Class ListPrincipalPoliciesRequest
java.lang.Object
com.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.iot.model.ListPrincipalPoliciesRequest
- All Implemented Interfaces:
ReadLimitInfo, Serializable, Cloneable
public class ListPrincipalPoliciesRequest
extends AmazonWebServiceRequest
implements Serializable, Cloneable
The input for the ListPrincipalPolicies operation.
- See Also:
-
Field Summary
Fields inherited from class AmazonWebServiceRequest
NOOP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a shallow clone of this request.booleanSpecifies the order for results.The marker for the next set of results.The result page size.The principal.inthashCode()Specifies the order for results.voidsetAscendingOrder(Boolean ascendingOrder) Specifies the order for results.voidThe marker for the next set of results.voidsetPageSize(Integer pageSize) The result page size.voidsetPrincipal(String principal) The principal.toString()Returns a string representation of this object; useful for testing and debugging.withAscendingOrder(Boolean ascendingOrder) Specifies the order for results.withMarker(String marker) The marker for the next set of results.withPageSize(Integer pageSize) The result page size.withPrincipal(String principal) The principal.Methods inherited from class 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
-
Constructor Details
-
ListPrincipalPoliciesRequest
public ListPrincipalPoliciesRequest()
-
-
Method Details
-
setPrincipal
-
getPrincipal
-
withPrincipal
The principal.
- Parameters:
principal- The principal.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setMarker
The marker for the next set of results.
- Parameters:
marker- The marker for the next set of results.
-
getMarker
The marker for the next set of results.
- Returns:
- The marker for the next set of results.
-
withMarker
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.
-
setPageSize
The result page size.
- Parameters:
pageSize- The result page size.
-
getPageSize
-
withPageSize
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.
-
setAscendingOrder
Specifies the order for results. If true, results are returned in ascending creation order.
- Parameters:
ascendingOrder- Specifies the order for results. If true, results are returned in ascending creation order.
-
getAscendingOrder
Specifies the order for results. If true, results are returned in ascending creation order.
- Returns:
- Specifies the order for results. If true, results are returned in ascending creation order.
-
withAscendingOrder
Specifies the order for results. If true, results are returned in ascending creation order.
- Parameters:
ascendingOrder- Specifies the order for results. If true, results are returned in ascending creation order.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isAscendingOrder
Specifies the order for results. If true, results are returned in ascending creation order.
- Returns:
- Specifies the order for results. If true, results are returned in ascending creation order.
-
toString
-
equals
-
hashCode
-
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:
-