public class DecodeAuthorizationMessageResult
extends java.lang.Object
implements java.io.Serializable
A document that contains additional information about the authorization status of a request from an encoded message that is returned in response to an AWS request.
| Constructor and Description |
|---|
DecodeAuthorizationMessageResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDecodedMessage()
An XML document that contains the decoded message.
|
int |
hashCode() |
void |
setDecodedMessage(java.lang.String decodedMessage)
An XML document that contains the decoded message.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DecodeAuthorizationMessageResult |
withDecodedMessage(java.lang.String decodedMessage)
An XML document that contains the decoded message.
|
public java.lang.String getDecodedMessage()
DecodeAuthorizationMessage.DecodeAuthorizationMessage.public void setDecodedMessage(java.lang.String decodedMessage)
DecodeAuthorizationMessage.decodedMessage - An XML document that contains the decoded message. For more
information, see DecodeAuthorizationMessage.public DecodeAuthorizationMessageResult withDecodedMessage(java.lang.String decodedMessage)
DecodeAuthorizationMessage.
Returns a reference to this object so that method calls can be chained together.
decodedMessage - An XML document that contains the decoded message. For more
information, see DecodeAuthorizationMessage.public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object