public class DecodeAuthorizationMessageResult extends Object implements 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(Object obj) |
String |
getDecodedMessage()
An XML document that contains the decoded message.
|
int |
hashCode() |
void |
setDecodedMessage(String decodedMessage)
An XML document that contains the decoded message.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DecodeAuthorizationMessageResult |
withDecodedMessage(String decodedMessage)
An XML document that contains the decoded message.
|
public String getDecodedMessage()
An XML document that contains the decoded message.
An XML document that contains the decoded message.
public void setDecodedMessage(String decodedMessage)
An XML document that contains the decoded message.
decodedMessage
- An XML document that contains the decoded message.
public DecodeAuthorizationMessageResult withDecodedMessage(String decodedMessage)
An XML document that contains the decoded message.
Returns a reference to this object so that method calls can be chained together.
decodedMessage
- An XML document that contains the decoded message.
public String toString()
toString
in class Object
Object.toString()
Copyright © 2020. All rights reserved.