@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SchemaAttributeType extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about the schema attribute.
| Constructor and Description |
|---|
SchemaAttributeType() |
| Modifier and Type | Method and Description |
|---|---|
SchemaAttributeType |
clone() |
boolean |
equals(Object obj) |
String |
getAttributeDataType()
The attribute data type.
|
Boolean |
getDeveloperOnlyAttribute()
|
Boolean |
getMutable()
Specifies whether the value of the attribute can be changed.
|
String |
getName()
A schema attribute of the name type.
|
NumberAttributeConstraintsType |
getNumberAttributeConstraints()
Specifies the constraints for an attribute of the number type.
|
Boolean |
getRequired()
Specifies whether a user pool attribute is required.
|
StringAttributeConstraintsType |
getStringAttributeConstraints()
Specifies the constraints for an attribute of the string type.
|
int |
hashCode() |
Boolean |
isDeveloperOnlyAttribute()
|
Boolean |
isMutable()
Specifies whether the value of the attribute can be changed.
|
Boolean |
isRequired()
Specifies whether a user pool attribute is required.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setAttributeDataType(AttributeDataType attributeDataType)
The attribute data type.
|
void |
setAttributeDataType(String attributeDataType)
The attribute data type.
|
void |
setDeveloperOnlyAttribute(Boolean developerOnlyAttribute)
|
void |
setMutable(Boolean mutable)
Specifies whether the value of the attribute can be changed.
|
void |
setName(String name)
A schema attribute of the name type.
|
void |
setNumberAttributeConstraints(NumberAttributeConstraintsType numberAttributeConstraints)
Specifies the constraints for an attribute of the number type.
|
void |
setRequired(Boolean required)
Specifies whether a user pool attribute is required.
|
void |
setStringAttributeConstraints(StringAttributeConstraintsType stringAttributeConstraints)
Specifies the constraints for an attribute of the string type.
|
String |
toString()
Returns a string representation of this object.
|
SchemaAttributeType |
withAttributeDataType(AttributeDataType attributeDataType)
The attribute data type.
|
SchemaAttributeType |
withAttributeDataType(String attributeDataType)
The attribute data type.
|
SchemaAttributeType |
withDeveloperOnlyAttribute(Boolean developerOnlyAttribute)
|
SchemaAttributeType |
withMutable(Boolean mutable)
Specifies whether the value of the attribute can be changed.
|
SchemaAttributeType |
withName(String name)
A schema attribute of the name type.
|
SchemaAttributeType |
withNumberAttributeConstraints(NumberAttributeConstraintsType numberAttributeConstraints)
Specifies the constraints for an attribute of the number type.
|
SchemaAttributeType |
withRequired(Boolean required)
Specifies whether a user pool attribute is required.
|
SchemaAttributeType |
withStringAttributeConstraints(StringAttributeConstraintsType stringAttributeConstraints)
Specifies the constraints for an attribute of the string type.
|
public void setName(String name)
A schema attribute of the name type.
name - A schema attribute of the name type.public String getName()
A schema attribute of the name type.
public SchemaAttributeType withName(String name)
A schema attribute of the name type.
name - A schema attribute of the name type.public void setAttributeDataType(String attributeDataType)
The attribute data type.
attributeDataType - The attribute data type.AttributeDataTypepublic String getAttributeDataType()
The attribute data type.
AttributeDataTypepublic SchemaAttributeType withAttributeDataType(String attributeDataType)
The attribute data type.
attributeDataType - The attribute data type.AttributeDataTypepublic void setAttributeDataType(AttributeDataType attributeDataType)
The attribute data type.
attributeDataType - The attribute data type.AttributeDataTypepublic SchemaAttributeType withAttributeDataType(AttributeDataType attributeDataType)
The attribute data type.
attributeDataType - The attribute data type.AttributeDataTypepublic void setDeveloperOnlyAttribute(Boolean developerOnlyAttribute)
You should use WriteAttributes in the user pool client to control how attributes can be mutated for new use cases instead
of using DeveloperOnlyAttribute.
Specifies whether the attribute type is developer only. This attribute can only be modified by an administrator.
Users won't be able to modify this attribute using their access token. For example,
DeveloperOnlyAttribute can be modified using AdminUpdateUserAttributes but can't be updated using
UpdateUserAttributes.
developerOnlyAttribute -
You should use WriteAttributes in the user pool client to control how attributes can be mutated for new use cases
instead of using DeveloperOnlyAttribute.
Specifies whether the attribute type is developer only. This attribute can only be modified by an
administrator. Users won't be able to modify this attribute using their access token. For example,
DeveloperOnlyAttribute can be modified using AdminUpdateUserAttributes but can't be updated
using UpdateUserAttributes.
public Boolean getDeveloperOnlyAttribute()
You should use WriteAttributes in the user pool client to control how attributes can be mutated for new use cases instead
of using DeveloperOnlyAttribute.
Specifies whether the attribute type is developer only. This attribute can only be modified by an administrator.
Users won't be able to modify this attribute using their access token. For example,
DeveloperOnlyAttribute can be modified using AdminUpdateUserAttributes but can't be updated using
UpdateUserAttributes.
You should use WriteAttributes in the user pool client to control how attributes can be mutated for new use cases
instead of using DeveloperOnlyAttribute.
Specifies whether the attribute type is developer only. This attribute can only be modified by an
administrator. Users won't be able to modify this attribute using their access token. For example,
DeveloperOnlyAttribute can be modified using AdminUpdateUserAttributes but can't be updated
using UpdateUserAttributes.
public SchemaAttributeType withDeveloperOnlyAttribute(Boolean developerOnlyAttribute)
You should use WriteAttributes in the user pool client to control how attributes can be mutated for new use cases instead
of using DeveloperOnlyAttribute.
Specifies whether the attribute type is developer only. This attribute can only be modified by an administrator.
Users won't be able to modify this attribute using their access token. For example,
DeveloperOnlyAttribute can be modified using AdminUpdateUserAttributes but can't be updated using
UpdateUserAttributes.
developerOnlyAttribute -
You should use WriteAttributes in the user pool client to control how attributes can be mutated for new use cases
instead of using DeveloperOnlyAttribute.
Specifies whether the attribute type is developer only. This attribute can only be modified by an
administrator. Users won't be able to modify this attribute using their access token. For example,
DeveloperOnlyAttribute can be modified using AdminUpdateUserAttributes but can't be updated
using UpdateUserAttributes.
public Boolean isDeveloperOnlyAttribute()
You should use WriteAttributes in the user pool client to control how attributes can be mutated for new use cases instead
of using DeveloperOnlyAttribute.
Specifies whether the attribute type is developer only. This attribute can only be modified by an administrator.
Users won't be able to modify this attribute using their access token. For example,
DeveloperOnlyAttribute can be modified using AdminUpdateUserAttributes but can't be updated using
UpdateUserAttributes.
You should use WriteAttributes in the user pool client to control how attributes can be mutated for new use cases
instead of using DeveloperOnlyAttribute.
Specifies whether the attribute type is developer only. This attribute can only be modified by an
administrator. Users won't be able to modify this attribute using their access token. For example,
DeveloperOnlyAttribute can be modified using AdminUpdateUserAttributes but can't be updated
using UpdateUserAttributes.
public void setMutable(Boolean mutable)
Specifies whether the value of the attribute can be changed.
For any user pool attribute that is mapped to an IdP attribute, you must set this parameter to true.
Amazon Cognito updates mapped attributes when users sign in to your application through an IdP. If an attribute
is immutable, Amazon Cognito throws an error when it attempts to update the attribute. For more information, see
Specifying Identity Provider Attribute Mappings for Your User Pool.
mutable - Specifies whether the value of the attribute can be changed.
For any user pool attribute that is mapped to an IdP attribute, you must set this parameter to
true. Amazon Cognito updates mapped attributes when users sign in to your application through
an IdP. If an attribute is immutable, Amazon Cognito throws an error when it attempts to update the
attribute. For more information, see Specifying Identity Provider Attribute Mappings for Your User Pool.
public Boolean getMutable()
Specifies whether the value of the attribute can be changed.
For any user pool attribute that is mapped to an IdP attribute, you must set this parameter to true.
Amazon Cognito updates mapped attributes when users sign in to your application through an IdP. If an attribute
is immutable, Amazon Cognito throws an error when it attempts to update the attribute. For more information, see
Specifying Identity Provider Attribute Mappings for Your User Pool.
For any user pool attribute that is mapped to an IdP attribute, you must set this parameter to
true. Amazon Cognito updates mapped attributes when users sign in to your application
through an IdP. If an attribute is immutable, Amazon Cognito throws an error when it attempts to update
the attribute. For more information, see Specifying Identity Provider Attribute Mappings for Your User Pool.
public SchemaAttributeType withMutable(Boolean mutable)
Specifies whether the value of the attribute can be changed.
For any user pool attribute that is mapped to an IdP attribute, you must set this parameter to true.
Amazon Cognito updates mapped attributes when users sign in to your application through an IdP. If an attribute
is immutable, Amazon Cognito throws an error when it attempts to update the attribute. For more information, see
Specifying Identity Provider Attribute Mappings for Your User Pool.
mutable - Specifies whether the value of the attribute can be changed.
For any user pool attribute that is mapped to an IdP attribute, you must set this parameter to
true. Amazon Cognito updates mapped attributes when users sign in to your application through
an IdP. If an attribute is immutable, Amazon Cognito throws an error when it attempts to update the
attribute. For more information, see Specifying Identity Provider Attribute Mappings for Your User Pool.
public Boolean isMutable()
Specifies whether the value of the attribute can be changed.
For any user pool attribute that is mapped to an IdP attribute, you must set this parameter to true.
Amazon Cognito updates mapped attributes when users sign in to your application through an IdP. If an attribute
is immutable, Amazon Cognito throws an error when it attempts to update the attribute. For more information, see
Specifying Identity Provider Attribute Mappings for Your User Pool.
For any user pool attribute that is mapped to an IdP attribute, you must set this parameter to
true. Amazon Cognito updates mapped attributes when users sign in to your application
through an IdP. If an attribute is immutable, Amazon Cognito throws an error when it attempts to update
the attribute. For more information, see Specifying Identity Provider Attribute Mappings for Your User Pool.
public void setRequired(Boolean required)
Specifies whether a user pool attribute is required. If the attribute is required and the user doesn't provide a value, registration or sign-in will fail.
required - Specifies whether a user pool attribute is required. If the attribute is required and the user doesn't
provide a value, registration or sign-in will fail.public Boolean getRequired()
Specifies whether a user pool attribute is required. If the attribute is required and the user doesn't provide a value, registration or sign-in will fail.
public SchemaAttributeType withRequired(Boolean required)
Specifies whether a user pool attribute is required. If the attribute is required and the user doesn't provide a value, registration or sign-in will fail.
required - Specifies whether a user pool attribute is required. If the attribute is required and the user doesn't
provide a value, registration or sign-in will fail.public Boolean isRequired()
Specifies whether a user pool attribute is required. If the attribute is required and the user doesn't provide a value, registration or sign-in will fail.
public void setNumberAttributeConstraints(NumberAttributeConstraintsType numberAttributeConstraints)
Specifies the constraints for an attribute of the number type.
numberAttributeConstraints - Specifies the constraints for an attribute of the number type.public NumberAttributeConstraintsType getNumberAttributeConstraints()
Specifies the constraints for an attribute of the number type.
public SchemaAttributeType withNumberAttributeConstraints(NumberAttributeConstraintsType numberAttributeConstraints)
Specifies the constraints for an attribute of the number type.
numberAttributeConstraints - Specifies the constraints for an attribute of the number type.public void setStringAttributeConstraints(StringAttributeConstraintsType stringAttributeConstraints)
Specifies the constraints for an attribute of the string type.
stringAttributeConstraints - Specifies the constraints for an attribute of the string type.public StringAttributeConstraintsType getStringAttributeConstraints()
Specifies the constraints for an attribute of the string type.
public SchemaAttributeType withStringAttributeConstraints(StringAttributeConstraintsType stringAttributeConstraints)
Specifies the constraints for an attribute of the string type.
stringAttributeConstraints - Specifies the constraints for an attribute of the string type.public String toString()
toString in class ObjectObject.toString()public SchemaAttributeType clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.