public class ListPrincipalPoliciesResult extends Object implements Serializable
The output from the ListPrincipalPolicies operation.
Constructor and Description |
---|
ListPrincipalPoliciesResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getNextMarker()
The marker for the next set of results, or null if there are no
additional results.
|
List<Policy> |
getPolicies()
The policies.
|
int |
hashCode() |
void |
setNextMarker(String nextMarker)
The marker for the next set of results, or null if there are no
additional results.
|
void |
setPolicies(Collection<Policy> policies)
The policies.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListPrincipalPoliciesResult |
withNextMarker(String nextMarker)
The marker for the next set of results, or null if there are no
additional results.
|
ListPrincipalPoliciesResult |
withPolicies(Collection<Policy> policies)
The policies.
|
ListPrincipalPoliciesResult |
withPolicies(Policy... policies)
The policies.
|
public void setPolicies(Collection<Policy> policies)
The policies.
policies
- The policies.
public ListPrincipalPoliciesResult withPolicies(Policy... policies)
The policies.
Returns a reference to this object so that method calls can be chained together.
policies
- The policies.
public ListPrincipalPoliciesResult withPolicies(Collection<Policy> policies)
The policies.
Returns a reference to this object so that method calls can be chained together.
policies
- The policies.
public String getNextMarker()
The marker for the next set of results, or null if there are no additional results.
Constraints:
Pattern: [A-Za-z0-9+/]+={0,2}
The marker for the next set of results, or null if there are no additional results.
public void setNextMarker(String nextMarker)
The marker for the next set of results, or null if there are no additional results.
Constraints:
Pattern: [A-Za-z0-9+/]+={0,2}
nextMarker
- The marker for the next set of results, or null if there are no additional results.
public ListPrincipalPoliciesResult withNextMarker(String nextMarker)
The marker for the next set of results, or null if there are no additional results.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: [A-Za-z0-9+/]+={0,2}
nextMarker
- The marker for the next set of results, or null if there are no additional results.
public String toString()
toString
in class Object
Object.toString()
Copyright © 2019. All rights reserved.