@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LogoutRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
LogoutRequest() |
Modifier and Type | Method and Description |
---|---|
LogoutRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAccessToken()
The token issued by the
CreateToken API call. |
int |
hashCode() |
void |
setAccessToken(String accessToken)
The token issued by the
CreateToken API call. |
String |
toString()
Returns a string representation of this object.
|
LogoutRequest |
withAccessToken(String accessToken)
The token issued by the
CreateToken API call. |
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setAccessToken(String accessToken)
The token issued by the CreateToken
API call. For more information, see CreateToken in
the AWS SSO OIDC API Reference Guide.
accessToken
- The token issued by the CreateToken
API call. For more information, see CreateToken in the AWS SSO OIDC API Reference Guide.public String getAccessToken()
The token issued by the CreateToken
API call. For more information, see CreateToken in
the AWS SSO OIDC API Reference Guide.
CreateToken
API call. For more information, see CreateToken in the AWS SSO OIDC API Reference Guide.public LogoutRequest withAccessToken(String accessToken)
The token issued by the CreateToken
API call. For more information, see CreateToken in
the AWS SSO OIDC API Reference Guide.
accessToken
- The token issued by the CreateToken
API call. For more information, see CreateToken in the AWS SSO OIDC API Reference Guide.public String toString()
toString
in class Object
Object.toString()
public LogoutRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()