@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RegisterClientResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
RegisterClientResult() |
Modifier and Type | Method and Description |
---|---|
RegisterClientResult |
clone() |
boolean |
equals(Object obj) |
String |
getAuthorizationEndpoint()
The endpoint where the client can request authorization.
|
String |
getClientId()
The unique identifier string for each client.
|
Long |
getClientIdIssuedAt()
Indicates the time at which the
clientId and clientSecret were issued. |
String |
getClientSecret()
A secret string generated for the client.
|
Long |
getClientSecretExpiresAt()
Indicates the time at which the
clientId and clientSecret will become invalid. |
String |
getTokenEndpoint()
The endpoint where the client can get an access token.
|
int |
hashCode() |
void |
setAuthorizationEndpoint(String authorizationEndpoint)
The endpoint where the client can request authorization.
|
void |
setClientId(String clientId)
The unique identifier string for each client.
|
void |
setClientIdIssuedAt(Long clientIdIssuedAt)
Indicates the time at which the
clientId and clientSecret were issued. |
void |
setClientSecret(String clientSecret)
A secret string generated for the client.
|
void |
setClientSecretExpiresAt(Long clientSecretExpiresAt)
Indicates the time at which the
clientId and clientSecret will become invalid. |
void |
setTokenEndpoint(String tokenEndpoint)
The endpoint where the client can get an access token.
|
String |
toString()
Returns a string representation of this object.
|
RegisterClientResult |
withAuthorizationEndpoint(String authorizationEndpoint)
The endpoint where the client can request authorization.
|
RegisterClientResult |
withClientId(String clientId)
The unique identifier string for each client.
|
RegisterClientResult |
withClientIdIssuedAt(Long clientIdIssuedAt)
Indicates the time at which the
clientId and clientSecret were issued. |
RegisterClientResult |
withClientSecret(String clientSecret)
A secret string generated for the client.
|
RegisterClientResult |
withClientSecretExpiresAt(Long clientSecretExpiresAt)
Indicates the time at which the
clientId and clientSecret will become invalid. |
RegisterClientResult |
withTokenEndpoint(String tokenEndpoint)
The endpoint where the client can get an access token.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setClientId(String clientId)
The unique identifier string for each client. This client uses this identifier to get authenticated by the service in subsequent calls.
clientId
- The unique identifier string for each client. This client uses this identifier to get authenticated by the
service in subsequent calls.public String getClientId()
The unique identifier string for each client. This client uses this identifier to get authenticated by the service in subsequent calls.
public RegisterClientResult withClientId(String clientId)
The unique identifier string for each client. This client uses this identifier to get authenticated by the service in subsequent calls.
clientId
- The unique identifier string for each client. This client uses this identifier to get authenticated by the
service in subsequent calls.public void setClientSecret(String clientSecret)
A secret string generated for the client. The client will use this string to get authenticated by the service in subsequent calls.
clientSecret
- A secret string generated for the client. The client will use this string to get authenticated by the
service in subsequent calls.public String getClientSecret()
A secret string generated for the client. The client will use this string to get authenticated by the service in subsequent calls.
public RegisterClientResult withClientSecret(String clientSecret)
A secret string generated for the client. The client will use this string to get authenticated by the service in subsequent calls.
clientSecret
- A secret string generated for the client. The client will use this string to get authenticated by the
service in subsequent calls.public void setClientIdIssuedAt(Long clientIdIssuedAt)
Indicates the time at which the clientId
and clientSecret
were issued.
clientIdIssuedAt
- Indicates the time at which the clientId
and clientSecret
were issued.public Long getClientIdIssuedAt()
Indicates the time at which the clientId
and clientSecret
were issued.
clientId
and clientSecret
were issued.public RegisterClientResult withClientIdIssuedAt(Long clientIdIssuedAt)
Indicates the time at which the clientId
and clientSecret
were issued.
clientIdIssuedAt
- Indicates the time at which the clientId
and clientSecret
were issued.public void setClientSecretExpiresAt(Long clientSecretExpiresAt)
Indicates the time at which the clientId
and clientSecret
will become invalid.
clientSecretExpiresAt
- Indicates the time at which the clientId
and clientSecret
will become invalid.public Long getClientSecretExpiresAt()
Indicates the time at which the clientId
and clientSecret
will become invalid.
clientId
and clientSecret
will become invalid.public RegisterClientResult withClientSecretExpiresAt(Long clientSecretExpiresAt)
Indicates the time at which the clientId
and clientSecret
will become invalid.
clientSecretExpiresAt
- Indicates the time at which the clientId
and clientSecret
will become invalid.public void setAuthorizationEndpoint(String authorizationEndpoint)
The endpoint where the client can request authorization.
authorizationEndpoint
- The endpoint where the client can request authorization.public String getAuthorizationEndpoint()
The endpoint where the client can request authorization.
public RegisterClientResult withAuthorizationEndpoint(String authorizationEndpoint)
The endpoint where the client can request authorization.
authorizationEndpoint
- The endpoint where the client can request authorization.public void setTokenEndpoint(String tokenEndpoint)
The endpoint where the client can get an access token.
tokenEndpoint
- The endpoint where the client can get an access token.public String getTokenEndpoint()
The endpoint where the client can get an access token.
public RegisterClientResult withTokenEndpoint(String tokenEndpoint)
The endpoint where the client can get an access token.
tokenEndpoint
- The endpoint where the client can get an access token.public String toString()
toString
in class Object
Object.toString()
public RegisterClientResult clone()