public class DecodeAuthorizationMessageResult extends Object implements Serializable
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()
public void setDecodedMessage(String decodedMessage)
decodedMessage
- An XML document that contains the decoded message.public DecodeAuthorizationMessageResult withDecodedMessage(String decodedMessage)
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 © 2013 Amazon Web Services, Inc. All Rights Reserved.