@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DecodeAuthorizationMessageResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
A document that contains additional information about the authorization status of a request from an encoded message that is returned in response to an Amazon Web Services request.
| Constructor and Description | 
|---|
DecodeAuthorizationMessageResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
DecodeAuthorizationMessageResult | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getDecodedMessage()
 The API returns a response with the decoded message. 
 | 
int | 
hashCode()  | 
void | 
setDecodedMessage(String decodedMessage)
 The API returns a response with the decoded message. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
DecodeAuthorizationMessageResult | 
withDecodedMessage(String decodedMessage)
 The API returns a response with the decoded message. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setDecodedMessage(String decodedMessage)
The API returns a response with the decoded message.
decodedMessage - The API returns a response with the decoded message.public String getDecodedMessage()
The API returns a response with the decoded message.
public DecodeAuthorizationMessageResult withDecodedMessage(String decodedMessage)
The API returns a response with the decoded message.
decodedMessage - The API returns a response with the decoded message.public String toString()
toString in class ObjectObject.toString()public DecodeAuthorizationMessageResult clone()
Copyright © 2022. All rights reserved.