Class AttributeType
java.lang.Object
com.amazonaws.services.cognitoidp.model.AttributeType
- All Implemented Interfaces:
Serializable
,Cloneable
Specifies whether the attribute is standard or custom.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
getName()
The name of the attribute.getValue()
The value of the attribute.int
hashCode()
void
The name of the attribute.void
The value of the attribute.toString()
Returns a string representation of this object; useful for testing and debugging.The name of the attribute.The value of the attribute.
-
Constructor Details
-
AttributeType
public AttributeType()
-
-
Method Details
-
setName
The name of the attribute.
- Parameters:
name
- The name of the attribute.
-
getName
The name of the attribute.
- Returns:
- The name of the attribute.
-
withName
The name of the attribute.
- Parameters:
name
- The name of the attribute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setValue
The value of the attribute.
- Parameters:
value
- The value of the attribute.
-
getValue
The value of the attribute.
- Returns:
- The value of the attribute.
-
withValue
The value of the attribute.
- Parameters:
value
- The value of the attribute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-