Class ListAccountRolesRequest
java.lang.Object
software.amazon.awssdk.core.SdkRequest
software.amazon.awssdk.awscore.AwsRequest
software.amazon.awssdk.services.sso.model.SsoRequest
software.amazon.awssdk.services.sso.model.ListAccountRolesRequest
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListAccountRolesRequest.Builder,ListAccountRolesRequest>
@Generated("software.amazon.awssdk:codegen")
public final class ListAccountRolesRequest
extends SsoRequest
implements ToCopyableBuilder<ListAccountRolesRequest.Builder,ListAccountRolesRequest>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal StringThe token issued by theCreateTokenAPI call.final StringThe identifier for the AWS account that is assigned to the user.builder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final IntegerThe number of items that clients can request per page.final StringThe page token from the previous response output when you request subsequent pages.static Class<? extends ListAccountRolesRequest.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfigurationMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
nextToken
The page token from the previous response output when you request subsequent pages.
- Returns:
- The page token from the previous response output when you request subsequent pages.
-
maxResults
The number of items that clients can request per page.
- Returns:
- The number of items that clients can request per page.
-
accessToken
The token issued by the
CreateTokenAPI call. For more information, see CreateToken in the IAM Identity Center OIDC API Reference Guide.- Returns:
- The token issued by the
CreateTokenAPI call. For more information, see CreateToken in the IAM Identity Center OIDC API Reference Guide.
-
accountId
The identifier for the AWS account that is assigned to the user.
- Returns:
- The identifier for the AWS account that is assigned to the user.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListAccountRolesRequest.Builder,ListAccountRolesRequest> - Specified by:
toBuilderin classSsoRequest
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode()- Overrides:
hashCodein classAwsRequest
-
equals
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-