@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)
Marshalls this structured data using the given  
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)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.