@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExchangeCodeForTokenRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| ExchangeCodeForTokenRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| ExchangeCodeForTokenRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getProvider()
 The third-party provider for the token. | 
| ExchangeCodeForTokenRequestBody | getRequest()
 Describes the configuration of the request. | 
| int | hashCode() | 
| void | setProvider(String provider)
 The third-party provider for the token. | 
| void | setRequest(ExchangeCodeForTokenRequestBody request)
 Describes the configuration of the request. | 
| String | toString()Returns a string representation of this object. | 
| ExchangeCodeForTokenRequest | withProvider(String provider)
 The third-party provider for the token. | 
| ExchangeCodeForTokenRequest | withProvider(TokenProviders provider)
 The third-party provider for the token. | 
| ExchangeCodeForTokenRequest | withRequest(ExchangeCodeForTokenRequestBody request)
 Describes the configuration of the request. | 
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, withSdkRequestTimeoutpublic void setProvider(String provider)
 The third-party provider for the token. The only valid value is figma.
 
provider - The third-party provider for the token. The only valid value is figma.TokenProviderspublic String getProvider()
 The third-party provider for the token. The only valid value is figma.
 
figma.TokenProviderspublic ExchangeCodeForTokenRequest withProvider(String provider)
 The third-party provider for the token. The only valid value is figma.
 
provider - The third-party provider for the token. The only valid value is figma.TokenProviderspublic ExchangeCodeForTokenRequest withProvider(TokenProviders provider)
 The third-party provider for the token. The only valid value is figma.
 
provider - The third-party provider for the token. The only valid value is figma.TokenProviderspublic void setRequest(ExchangeCodeForTokenRequestBody request)
Describes the configuration of the request.
request - Describes the configuration of the request.public ExchangeCodeForTokenRequestBody getRequest()
Describes the configuration of the request.
public ExchangeCodeForTokenRequest withRequest(ExchangeCodeForTokenRequestBody request)
Describes the configuration of the request.
request - Describes the configuration of the request.public String toString()
toString in class ObjectObject.toString()public ExchangeCodeForTokenRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()