Package com.amazonaws.services.iot.model
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:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
-
Constructor Summary
Constructors Constructor Description ListPrincipalPoliciesRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListPrincipalPoliciesRequest
clone()
Creates a shallow clone of this request.boolean
equals(Object obj)
Boolean
getAscendingOrder()
Specifies the order for results.String
getMarker()
The marker for the next set of results.Integer
getPageSize()
The result page size.String
getPrincipal()
The principal.int
hashCode()
Boolean
isAscendingOrder()
Specifies the order for results.void
setAscendingOrder(Boolean ascendingOrder)
Specifies the order for results.void
setMarker(String marker)
The marker for the next set of results.void
setPageSize(Integer pageSize)
The result page size.void
setPrincipal(String principal)
The principal.String
toString()
Returns a string representation of this object; useful for testing and debugging.ListPrincipalPoliciesRequest
withAscendingOrder(Boolean ascendingOrder)
Specifies the order for results.ListPrincipalPoliciesRequest
withMarker(String marker)
The marker for the next set of results.ListPrincipalPoliciesRequest
withPageSize(Integer pageSize)
The result page size.ListPrincipalPoliciesRequest
withPrincipal(String principal)
The principal.-
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
-
setPrincipal
public void setPrincipal(String principal)
The principal.
- Parameters:
principal
- The principal.
-
getPrincipal
public String getPrincipal()
The principal.
- Returns:
- The principal.
-
withPrincipal
public ListPrincipalPoliciesRequest withPrincipal(String principal)
The principal.
- Parameters:
principal
- The principal.- 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 ListPrincipalPoliciesRequest 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.
-
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 ListPrincipalPoliciesRequest 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.
-
setAscendingOrder
public void setAscendingOrder(Boolean ascendingOrder)
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
public Boolean 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
public ListPrincipalPoliciesRequest withAscendingOrder(Boolean ascendingOrder)
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
public Boolean 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
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public ListPrincipalPoliciesRequest clone()
Description copied from class:AmazonWebServiceRequest
Creates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clone
in classAmazonWebServiceRequest
- See Also:
Object.clone()
-
-