com.amazonaws.services.securitytoken.model
Class DecodeAuthorizationMessageResult

java.lang.Object
  extended by com.amazonaws.services.securitytoken.model.DecodeAuthorizationMessageResult
All Implemented Interfaces:
java.io.Serializable

public class DecodeAuthorizationMessageResult
extends java.lang.Object
implements java.io.Serializable

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:
Serialized Form

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

DecodeAuthorizationMessageResult

public DecodeAuthorizationMessageResult()
Method Detail

getDecodedMessage

public java.lang.String getDecodedMessage()
An XML document that contains the decoded message. For more information, see DecodeAuthorizationMessage.

Returns:
An XML document that contains the decoded message. For more information, see DecodeAuthorizationMessage.

setDecodedMessage

public void setDecodedMessage(java.lang.String decodedMessage)
An XML document that contains the decoded message. For more information, see DecodeAuthorizationMessage.

Parameters:
decodedMessage - An XML document that contains the decoded message. For more information, see DecodeAuthorizationMessage.

withDecodedMessage

public DecodeAuthorizationMessageResult withDecodedMessage(java.lang.String decodedMessage)
An XML document that contains the decoded message. For more information, see DecodeAuthorizationMessage.

Returns a reference to this object so that method calls can be chained together.

Parameters:
decodedMessage - An XML document that contains the decoded message. For more information, see DecodeAuthorizationMessage.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public java.lang.String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class java.lang.Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.