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 Modifier and Type Class Description static interfaceListAccountRolesRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringaccessToken()The token issued by theCreateTokenAPI call.StringaccountId()The identifier for the AWS account that is assigned to the user.static ListAccountRolesRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaxResults()The number of items that clients can request per page.StringnextToken()The page token from the previous response output when you request subsequent pages.List<SdkField<?>>sdkFields()static Class<? extends ListAccountRolesRequest.Builder>serializableBuilderClass()ListAccountRolesRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
nextToken
public final String 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
public final Integer maxResults()
The number of items that clients can request per page.
- Returns:
- The number of items that clients can request per page.
-
accessToken
public final String 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
public final String 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
public ListAccountRolesRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListAccountRolesRequest.Builder,ListAccountRolesRequest>- Specified by:
toBuilderin classSsoRequest
-
builder
public static ListAccountRolesRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListAccountRolesRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String 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
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-