@Generated(value="software.amazon.awssdk:codegen") public final class StartDeviceAuthorizationRequest extends SsoOidcRequest implements ToCopyableBuilder<StartDeviceAuthorizationRequest.Builder,StartDeviceAuthorizationRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
StartDeviceAuthorizationRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StartDeviceAuthorizationRequest.Builder |
builder() |
String |
clientId()
The unique identifier string for the client that is registered with AWS SSO.
|
String |
clientSecret()
A secret string that is generated for the client.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends StartDeviceAuthorizationRequest.Builder> |
serializableBuilderClass() |
String |
startUrl()
The URL for the AWS SSO user portal.
|
StartDeviceAuthorizationRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String clientId()
The unique identifier string for the client that is registered with AWS SSO. This value should come from the persisted result of the RegisterClient API operation.
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.
public final String startUrl()
The URL for the AWS SSO user portal. For more information, see Using the User Portal in the AWS Single Sign-On User Guide.
public StartDeviceAuthorizationRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StartDeviceAuthorizationRequest.Builder,StartDeviceAuthorizationRequest>toBuilder in class SsoOidcRequestpublic static StartDeviceAuthorizationRequest.Builder builder()
public static Class<? extends StartDeviceAuthorizationRequest.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 © 2021. All rights reserved.