@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 String clientId()
The unique identifier string for each client. This client uses this identifier to get authenticated by the service in subsequent calls.
public 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 Long clientIdIssuedAt()
Indicates the time at which the clientId and clientSecret were issued.
clientId and clientSecret were issued.public Long clientSecretExpiresAt()
Indicates the time at which the clientId and clientSecret will become invalid.
clientId and clientSecret will become invalid.public String authorizationEndpoint()
The endpoint where the client can request authorization.
public 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 int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2020. All rights reserved.