public class ListAuthorizersResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
ListAuthorizersResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<AuthorizerSummary> |
getAuthorizers()
The authorizers.
|
java.lang.String |
getNextMarker()
A marker used to get the next set of results.
|
int |
hashCode() |
void |
setAuthorizers(java.util.Collection<AuthorizerSummary> authorizers)
The authorizers.
|
void |
setNextMarker(java.lang.String nextMarker)
A marker used to get the next set of results.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListAuthorizersResult |
withAuthorizers(AuthorizerSummary... authorizers)
The authorizers.
|
ListAuthorizersResult |
withAuthorizers(java.util.Collection<AuthorizerSummary> authorizers)
The authorizers.
|
ListAuthorizersResult |
withNextMarker(java.lang.String nextMarker)
A marker used to get the next set of results.
|
public java.util.List<AuthorizerSummary> getAuthorizers()
The authorizers.
The authorizers.
public void setAuthorizers(java.util.Collection<AuthorizerSummary> authorizers)
The authorizers.
authorizers - The authorizers.
public ListAuthorizersResult withAuthorizers(AuthorizerSummary... authorizers)
The authorizers.
Returns a reference to this object so that method calls can be chained together.
authorizers - The authorizers.
public ListAuthorizersResult withAuthorizers(java.util.Collection<AuthorizerSummary> authorizers)
The authorizers.
Returns a reference to this object so that method calls can be chained together.
authorizers - The authorizers.
public java.lang.String getNextMarker()
A marker used to get the next set of results.
Constraints:
Length: - 1024
Pattern: [A-Za-z0-9+/]+={0,2}
A marker used to get the next set of results.
public void setNextMarker(java.lang.String nextMarker)
A marker used to get the next set of results.
Constraints:
Length: - 1024
Pattern: [A-Za-z0-9+/]+={0,2}
nextMarker - A marker used to get the next set of results.
public ListAuthorizersResult withNextMarker(java.lang.String nextMarker)
A marker used to get the next set of 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 - A marker used to get the next set of results.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.