Class StartDeviceAuthorizationRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.ssooidc.model.SsoOidcRequest
-
- software.amazon.awssdk.services.ssooidc.model.StartDeviceAuthorizationRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<StartDeviceAuthorizationRequest.Builder,StartDeviceAuthorizationRequest>
@Generated("software.amazon.awssdk:codegen") public final class StartDeviceAuthorizationRequest extends SsoOidcRequest implements ToCopyableBuilder<StartDeviceAuthorizationRequest.Builder,StartDeviceAuthorizationRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceStartDeviceAuthorizationRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StartDeviceAuthorizationRequest.Builderbuilder()StringclientId()The unique identifier string for the client that is registered with IAM Identity Center.StringclientSecret()A secret string that is generated for the client.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends StartDeviceAuthorizationRequest.Builder>serializableBuilderClass()StringstartUrl()The URL for the Amazon Web Services access portal.StartDeviceAuthorizationRequest.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
-
clientId
public final String clientId()
The unique identifier string for the client that is registered with IAM Identity Center. This value should come from the persisted result of the RegisterClient API operation.
- Returns:
- The unique identifier string for the client that is registered with IAM Identity Center. This value should come from the persisted result of the RegisterClient API operation.
-
clientSecret
public final String clientSecret()
A secret string that is generated for the client. This value should come from the persisted result of the RegisterClient API operation.
- Returns:
- A secret string that is generated for the client. This value should come from the persisted result of the RegisterClient API operation.
-
startUrl
public final String startUrl()
The URL for the Amazon Web Services access portal. For more information, see Using the Amazon Web Services access portal in the IAM Identity Center User Guide.
- Returns:
- The URL for the Amazon Web Services access portal. For more information, see Using the Amazon Web Services access portal in the IAM Identity Center User Guide.
-
toBuilder
public StartDeviceAuthorizationRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<StartDeviceAuthorizationRequest.Builder,StartDeviceAuthorizationRequest>- Specified by:
toBuilderin classSsoOidcRequest
-
builder
public static StartDeviceAuthorizationRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends StartDeviceAuthorizationRequest.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
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-