public class DecodeAuthorizationMessageResult extends Object 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 AWS request.
Constructor and Description |
---|
DecodeAuthorizationMessageResult() |
Modifier and Type | Method and Description |
---|---|
DecodeAuthorizationMessageResult |
clone() |
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 void setDecodedMessage(String decodedMessage)
An XML document that contains the decoded message.
decodedMessage
- An XML document that contains the decoded message.public String getDecodedMessage()
An XML document that contains the decoded message.
public DecodeAuthorizationMessageResult withDecodedMessage(String decodedMessage)
An XML document that contains the decoded message.
decodedMessage
- An XML document that contains the decoded message.public String toString()
toString
in class Object
Object.toString()
public DecodeAuthorizationMessageResult clone()
Copyright © 2016. All rights reserved.