|
Did this page help you?Yes No Tell us about it... |
||||||
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
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 |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DecodeAuthorizationMessageResult()
Method Detail |
---|
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()
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 |