@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 final String nextToken()
The page token from the previous response output when you request subsequent pages.
public final Integer maxResults()
The number of items that clients can request per page.
public final String accessToken()
The token issued by the CreateToken API call. For more information, see CreateToken in
the IAM Identity Center OIDC API Reference Guide.
CreateToken API call. For more information, see CreateToken in the IAM Identity Center OIDC API Reference Guide.public final 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 final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.