Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.securitytoken.model
Class DecodeAuthorizationMessageResult

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

public class DecodeAuthorizationMessageResult
extends Object
implements Serializable

See Also:
Serialized Form

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

DecodeAuthorizationMessageResult

public DecodeAuthorizationMessageResult()
Method Detail

getDecodedMessage

public String getDecodedMessage()
An XML document that contains the decoded message.

Returns:
An XML document that contains the decoded message.

setDecodedMessage

public void setDecodedMessage(String decodedMessage)
An XML document that contains the decoded message.

Parameters:
decodedMessage - An XML document that contains the decoded message.

withDecodedMessage

public DecodeAuthorizationMessageResult withDecodedMessage(String decodedMessage)
An XML document that contains the decoded message.

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

Parameters:
decodedMessage - An XML document that contains the decoded message.

toString

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

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


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