Class IdentityProperty<T>
java.lang.Object
software.amazon.awssdk.identity.spi.IdentityProperty<T>
- Type Parameters:
 T- The type of the attribute.
A strongly-typed property for input to an 
IdentityProvider.- 
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
 
 -