@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TestInvokeAuthorizerRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
TestInvokeAuthorizerRequest() |
Modifier and Type | Method and Description |
---|---|
TestInvokeAuthorizerRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAuthorizerName()
The custom authorizer name.
|
String |
getToken()
The token returned by your custom authentication service.
|
String |
getTokenSignature()
The signature made with the token and your custom authentication service's private key.
|
int |
hashCode() |
void |
setAuthorizerName(String authorizerName)
The custom authorizer name.
|
void |
setToken(String token)
The token returned by your custom authentication service.
|
void |
setTokenSignature(String tokenSignature)
The signature made with the token and your custom authentication service's private key.
|
String |
toString()
Returns a string representation of this object.
|
TestInvokeAuthorizerRequest |
withAuthorizerName(String authorizerName)
The custom authorizer name.
|
TestInvokeAuthorizerRequest |
withToken(String token)
The token returned by your custom authentication service.
|
TestInvokeAuthorizerRequest |
withTokenSignature(String tokenSignature)
The signature made with the token and your custom authentication service's private key.
|
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 setAuthorizerName(String authorizerName)
The custom authorizer name.
authorizerName
- The custom authorizer name.public String getAuthorizerName()
The custom authorizer name.
public TestInvokeAuthorizerRequest withAuthorizerName(String authorizerName)
The custom authorizer name.
authorizerName
- The custom authorizer name.public void setToken(String token)
The token returned by your custom authentication service.
token
- The token returned by your custom authentication service.public String getToken()
The token returned by your custom authentication service.
public TestInvokeAuthorizerRequest withToken(String token)
The token returned by your custom authentication service.
token
- The token returned by your custom authentication service.public void setTokenSignature(String tokenSignature)
The signature made with the token and your custom authentication service's private key.
tokenSignature
- The signature made with the token and your custom authentication service's private key.public String getTokenSignature()
The signature made with the token and your custom authentication service's private key.
public TestInvokeAuthorizerRequest withTokenSignature(String tokenSignature)
The signature made with the token and your custom authentication service's private key.
tokenSignature
- The signature made with the token and your custom authentication service's private key.public String toString()
toString
in class Object
Object.toString()
public TestInvokeAuthorizerRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.