Class DecodeAuthorizationMessageResult
java.lang.Object
com.amazonaws.services.securitytoken.model.DecodeAuthorizationMessageResult
- All Implemented Interfaces:
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.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
An XML document that contains the decoded message.int
hashCode()
void
setDecodedMessage
(String decodedMessage) An XML document that contains the decoded message.toString()
Returns a string representation of this object; useful for testing and debugging.withDecodedMessage
(String decodedMessage) An XML document that contains the decoded message.
-
Constructor Details
-
DecodeAuthorizationMessageResult
public DecodeAuthorizationMessageResult()
-
-
Method Details
-
setDecodedMessage
An XML document that contains the decoded message.
- Parameters:
decodedMessage
- An XML document that contains the decoded message.
-
getDecodedMessage
An XML document that contains the decoded message.
- Returns:
- An XML document that contains the decoded message.
-
withDecodedMessage
An XML document that contains the decoded message.
- Parameters:
decodedMessage
- An XML document that contains the decoded message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-