Class SignerProperty<T>
java.lang.Object
software.amazon.awssdk.http.auth.spi.signer.SignerProperty<T>
- Type Parameters:
 T- The type of the property.
A strongly-typed property for input to an 
HttpSigner.- 
Method Summary
 
- 
Method Details
- 
create
Create a property.- Type Parameters:
 T- the type of the property.- Parameters:
 namespace- the class *where* the property is being definedname- the name for the property- Throws:
 IllegalArgumentException- if a property with this namespace and name already exist
 - 
toString
 - 
equals
 - 
hashCode
public int hashCode() 
 -