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()booleanAn XML document that contains the decoded message.inthashCode()voidsetDecodedMessage(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
-
equals
-
hashCode
-
clone
-