public class DecodeAuthorizationMessageRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DecodeAuthorizationMessageRequest() |
Modifier and Type | Method and Description |
---|---|
DecodeAuthorizationMessageRequest |
clone() |
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.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, 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()
clone
in class AmazonWebServiceRequest
Copyright © 2016. All rights reserved.