@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, withSdkRequestTimeout
public 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
.TokenProviders
public String getProvider()
The third-party provider for the token. The only valid value is figma
.
figma
.TokenProviders
public 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
.TokenProviders
public 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
.TokenProviders
public 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 Object
Object.toString()
public ExchangeCodeForTokenRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()