@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class HttpAuthorization extends Object implements Serializable, Cloneable, StructuredPojo
The authorization method used to send messages.
| Constructor and Description | 
|---|
| HttpAuthorization() | 
| Modifier and Type | Method and Description | 
|---|---|
| HttpAuthorization | clone() | 
| boolean | equals(Object obj) | 
| SigV4Authorization | getSigv4()
 Use Sig V4 authorization. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller) | 
| void | setSigv4(SigV4Authorization sigv4)
 Use Sig V4 authorization. | 
| String | toString()Returns a string representation of this object. | 
| HttpAuthorization | withSigv4(SigV4Authorization sigv4)
 Use Sig V4 authorization. | 
public void setSigv4(SigV4Authorization sigv4)
Use Sig V4 authorization. For more information, see Signature Version 4 Signing Process.
sigv4 - Use Sig V4 authorization. For more information, see Signature Version 4 Signing
        Process.public SigV4Authorization getSigv4()
Use Sig V4 authorization. For more information, see Signature Version 4 Signing Process.
public HttpAuthorization withSigv4(SigV4Authorization sigv4)
Use Sig V4 authorization. For more information, see Signature Version 4 Signing Process.
sigv4 - Use Sig V4 authorization. For more information, see Signature Version 4 Signing
        Process.public String toString()
toString in class ObjectObject.toString()public HttpAuthorization clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.