@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DecodeAuthorizationMessageRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DecodeAuthorizationMessageRequest() |
Modifier and Type | Method and Description |
---|---|
DecodeAuthorizationMessageRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getEncodedMessage()
The encoded message that was returned with the response.
|
int |
hashCode() |
void |
setEncodedMessage(String encodedMessage)
The encoded message that was returned with the response.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DecodeAuthorizationMessageRequest |
withEncodedMessage(String encodedMessage)
The encoded message that was returned with the response.
|
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 setEncodedMessage(String encodedMessage)
The encoded message that was returned with the response.
encodedMessage
- The encoded message that was returned with the response.public String getEncodedMessage()
The encoded message that was returned with the response.
public DecodeAuthorizationMessageRequest withEncodedMessage(String encodedMessage)
The encoded message that was returned with the response.
encodedMessage
- The encoded message that was returned with the response.public String toString()
toString
in class Object
Object.toString()
public DecodeAuthorizationMessageRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.