|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.securitytoken.model.DecodeAuthorizationMessageResult
public class DecodeAuthorizationMessageResult
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 Summary | |
---|---|
DecodeAuthorizationMessageResult()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DecodeAuthorizationMessageResult()
Method Detail |
---|
public String getDecodedMessage()
DecodeAuthorizationMessage
.
DecodeAuthorizationMessage
.public void setDecodedMessage(String decodedMessage)
DecodeAuthorizationMessage
.
decodedMessage
- An XML document that contains the decoded message. For more
information, see DecodeAuthorizationMessage
.public DecodeAuthorizationMessageResult withDecodedMessage(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 String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |