@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAuthorizersResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListAuthorizersResult() |
| Modifier and Type | Method and Description |
|---|---|
ListAuthorizersResult |
clone() |
boolean |
equals(Object obj) |
List<AuthorizerSummary> |
getAuthorizers()
The authorizers.
|
String |
getNextMarker()
A marker used to get the next set of results.
|
int |
hashCode() |
void |
setAuthorizers(Collection<AuthorizerSummary> authorizers)
The authorizers.
|
void |
setNextMarker(String nextMarker)
A marker used to get the next set of results.
|
String |
toString()
Returns a string representation of this object.
|
ListAuthorizersResult |
withAuthorizers(AuthorizerSummary... authorizers)
The authorizers.
|
ListAuthorizersResult |
withAuthorizers(Collection<AuthorizerSummary> authorizers)
The authorizers.
|
ListAuthorizersResult |
withNextMarker(String nextMarker)
A marker used to get the next set of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<AuthorizerSummary> getAuthorizers()
The authorizers.
public void setAuthorizers(Collection<AuthorizerSummary> authorizers)
The authorizers.
authorizers - The authorizers.public ListAuthorizersResult withAuthorizers(AuthorizerSummary... authorizers)
The authorizers.
NOTE: This method appends the values to the existing list (if any). Use
setAuthorizers(java.util.Collection) or withAuthorizers(java.util.Collection) if you want to
override the existing values.
authorizers - The authorizers.public ListAuthorizersResult withAuthorizers(Collection<AuthorizerSummary> authorizers)
The authorizers.
authorizers - The authorizers.public void setNextMarker(String nextMarker)
A marker used to get the next set of results.
nextMarker - A marker used to get the next set of results.public String getNextMarker()
A marker used to get the next set of results.
public ListAuthorizersResult withNextMarker(String nextMarker)
A marker used to get the next set of results.
nextMarker - A marker used to get the next set of results.public String toString()
toString in class ObjectObject.toString()public ListAuthorizersResult clone()
Copyright © 2025. All rights reserved.