Class ListPrincipalPoliciesResult
java.lang.Object
com.amazonaws.services.iot.model.ListPrincipalPoliciesResult
- All Implemented Interfaces:
Serializable, Cloneable
The output from the ListPrincipalPolicies operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe marker for the next set of results, or null if there are no additional results.The policies.inthashCode()voidsetNextMarker(String nextMarker) The marker for the next set of results, or null if there are no additional results.voidsetPolicies(Collection<Policy> policies) The policies.toString()Returns a string representation of this object; useful for testing and debugging.withNextMarker(String nextMarker) The marker for the next set of results, or null if there are no additional results.withPolicies(Policy... policies) The policies.withPolicies(Collection<Policy> policies) The policies.
-
Constructor Details
-
ListPrincipalPoliciesResult
public ListPrincipalPoliciesResult()
-
-
Method Details
-
getPolicies
-
setPolicies
The policies.
- Parameters:
policies- The policies.
-
withPolicies
The policies.
NOTE: This method appends the values to the existing list (if any). Use
setPolicies(java.util.Collection)orwithPolicies(java.util.Collection)if you want to override the existing values.- Parameters:
policies- The policies.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withPolicies
The policies.
- Parameters:
policies- The policies.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNextMarker
The marker for the next set of results, or null if there are no additional results.
- Parameters:
nextMarker- The marker for the next set of results, or null if there are no additional results.
-
getNextMarker
The marker for the next set of results, or null if there are no additional results.
- Returns:
- The marker for the next set of results, or null if there are no additional results.
-
withNextMarker
The marker for the next set of results, or null if there are no additional results.
- Parameters:
nextMarker- The marker for the next set of results, or null if there are no additional results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-