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 Amazon Web Services request.
Constructor and Description |
---|
DecodeAuthorizationMessageResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDecodedMessage()
The API returns a response with the decoded message.
|
int |
hashCode() |
void |
setDecodedMessage(java.lang.String decodedMessage)
The API returns a response with 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)
The API returns a response with the decoded message.
|
public java.lang.String getDecodedMessage()
The API returns a response with the decoded message.
The API returns a response with the decoded message.
public void setDecodedMessage(java.lang.String decodedMessage)
The API returns a response with the decoded message.
decodedMessage
- The API returns a response with the decoded message.
public DecodeAuthorizationMessageResult withDecodedMessage(java.lang.String decodedMessage)
The API returns a response with the decoded message.
Returns a reference to this object so that method calls can be chained together.
decodedMessage
- The API returns a response with the decoded message.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object