@Generated(value="software.amazon.awssdk:codegen") public final class ListAccountRolesRequest extends SsoRequest implements ToCopyableBuilder<ListAccountRolesRequest.Builder,ListAccountRolesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListAccountRolesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accessToken()
The token issued by the
CreateToken API call. |
String |
accountId()
The identifier for the AWS account that is assigned to the user.
|
static ListAccountRolesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The number of items that clients can request per page.
|
String |
nextToken()
The page token from the previous response output when you request subsequent pages.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListAccountRolesRequest.Builder> |
serializableBuilderClass() |
ListAccountRolesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String nextToken()
The page token from the previous response output when you request subsequent pages.
public Integer maxResults()
The number of items that clients can request per page.
public String accessToken()
The token issued by the CreateToken API call. For more information, see CreateToken in
the AWS SSO OIDC API Reference Guide.
CreateToken API call. For more information, see CreateToken in the AWS SSO OIDC API Reference Guide.public String accountId()
The identifier for the AWS account that is assigned to the user.
public ListAccountRolesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListAccountRolesRequest.Builder,ListAccountRolesRequest>toBuilder in class SsoRequestpublic static ListAccountRolesRequest.Builder builder()
public static Class<? extends ListAccountRolesRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.