@Generated(value="software.amazon.awssdk:codegen") public final class RegisterClientResponse extends SsoOidcResponse implements ToCopyableBuilder<RegisterClientResponse.Builder,RegisterClientResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
RegisterClientResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
authorizationEndpoint()
The endpoint where the client can request authorization.
|
static RegisterClientResponse.Builder |
builder() |
String |
clientId()
The unique identifier string for each client.
|
Long |
clientIdIssuedAt()
Indicates the time at which the
clientId and clientSecret were issued. |
String |
clientSecret()
A secret string generated for the client.
|
Long |
clientSecretExpiresAt()
Indicates the time at which the
clientId and clientSecret will become invalid. |
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 RegisterClientResponse.Builder> |
serializableBuilderClass() |
RegisterClientResponse.Builder |
toBuilder() |
String |
tokenEndpoint()
The endpoint where the client can get an access token.
|
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String clientId()
The unique identifier string for each client. This client uses this identifier to get authenticated by the service in subsequent calls.
public final String clientSecret()
A secret string generated for the client. The client will use this string to get authenticated by the service in subsequent calls.
public final Long clientIdIssuedAt()
Indicates the time at which the clientId and clientSecret were issued.
clientId and clientSecret were issued.public final Long clientSecretExpiresAt()
Indicates the time at which the clientId and clientSecret will become invalid.
clientId and clientSecret will become invalid.public final String authorizationEndpoint()
The endpoint where the client can request authorization.
public final String tokenEndpoint()
The endpoint where the client can get an access token.
public RegisterClientResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RegisterClientResponse.Builder,RegisterClientResponse>toBuilder in class AwsResponsepublic static RegisterClientResponse.Builder builder()
public static Class<? extends RegisterClientResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic 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 SdkResponseCopyright © 2021. All rights reserved.