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