public class ListAttachedPoliciesResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
ListAttachedPoliciesResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getNextMarker()
The token to retrieve the next set of results, or ``null`` if there are
no more results.
|
java.util.List<Policy> |
getPolicies()
The policies.
|
int |
hashCode() |
void |
setNextMarker(java.lang.String nextMarker)
The token to retrieve the next set of results, or ``null`` if there are
no more results.
|
void |
setPolicies(java.util.Collection<Policy> policies)
The policies.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListAttachedPoliciesResult |
withNextMarker(java.lang.String nextMarker)
The token to retrieve the next set of results, or ``null`` if there are
no more results.
|
ListAttachedPoliciesResult |
withPolicies(java.util.Collection<Policy> policies)
The policies.
|
ListAttachedPoliciesResult |
withPolicies(Policy... policies)
The policies.
|
public java.util.List<Policy> getPolicies()
The policies.
The policies.
public void setPolicies(java.util.Collection<Policy> policies)
The policies.
policies
- The policies.
public ListAttachedPoliciesResult withPolicies(Policy... policies)
The policies.
Returns a reference to this object so that method calls can be chained together.
policies
- The policies.
public ListAttachedPoliciesResult withPolicies(java.util.Collection<Policy> policies)
The policies.
Returns a reference to this object so that method calls can be chained together.
policies
- The policies.
public java.lang.String getNextMarker()
The token to retrieve the next set of results, or ``null`` if there are no more results.
Constraints:
Length: - 1024
Pattern: [A-Za-z0-9+/]+={0,2}
The token to retrieve the next set of results, or ``null`` if there are no more results.
public void setNextMarker(java.lang.String nextMarker)
The token to retrieve the next set of results, or ``null`` if there are no more results.
Constraints:
Length: - 1024
Pattern: [A-Za-z0-9+/]+={0,2}
nextMarker
- The token to retrieve the next set of results, or ``null`` if there are no more results.
public ListAttachedPoliciesResult withNextMarker(java.lang.String nextMarker)
The token to retrieve the next set of results, or ``null`` if there are no more results.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: - 1024
Pattern: [A-Za-z0-9+/]+={0,2}
nextMarker
- The token to retrieve the next set of results, or ``null`` if there are no more results.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.