@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DecodeAuthorizationMessageResult extends AmazonWebServiceResult<ResponseMetadata> implements 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.
| Constructor and Description |
|---|
DecodeAuthorizationMessageResult() |
| Modifier and Type | Method and Description |
|---|---|
DecodeAuthorizationMessageResult |
clone() |
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.
|
DecodeAuthorizationMessageResult |
withDecodedMessage(String decodedMessage)
An XML document that contains the decoded message.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setDecodedMessage(String decodedMessage)
An XML document that contains the decoded message.
decodedMessage - An XML document that contains the decoded message.public String getDecodedMessage()
An XML document that contains the decoded message.
public DecodeAuthorizationMessageResult withDecodedMessage(String decodedMessage)
An XML document that contains the decoded message.
decodedMessage - An XML document that contains the decoded message.public String toString()
toString in class ObjectObject.toString()public DecodeAuthorizationMessageResult clone()
Copyright © 2020. All rights reserved.