@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)
Marshalls this structured data using the given
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.AttributeDataType
public String getAttributeDataType()
The attribute data type.
AttributeDataType
public SchemaAttributeType withAttributeDataType(String attributeDataType)
The attribute data type.
attributeDataType
- The attribute data type.AttributeDataType
public void setAttributeDataType(AttributeDataType attributeDataType)
The attribute data type.
attributeDataType
- The attribute data type.AttributeDataType
public SchemaAttributeType withAttributeDataType(AttributeDataType attributeDataType)
The attribute data type.
attributeDataType
- The attribute data type.AttributeDataType
public void setDeveloperOnlyAttribute(Boolean developerOnlyAttribute)
We recommend that you 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 will not be able to modify this attribute using their access token. For example,
DeveloperOnlyAttribute
can be modified using the API but cannot be updated using the API.
developerOnlyAttribute
-
We recommend that you 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 will not be able to modify this attribute using their access token. For example,
DeveloperOnlyAttribute
can be modified using the API but cannot be updated using the API.
public Boolean getDeveloperOnlyAttribute()
We recommend that you 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 will not be able to modify this attribute using their access token. For example,
DeveloperOnlyAttribute
can be modified using the API but cannot be updated using the API.
We recommend that you 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 will not be able to modify this attribute using their access token. For example,
DeveloperOnlyAttribute
can be modified using the API but cannot be updated using the API.
public SchemaAttributeType withDeveloperOnlyAttribute(Boolean developerOnlyAttribute)
We recommend that you 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 will not be able to modify this attribute using their access token. For example,
DeveloperOnlyAttribute
can be modified using the API but cannot be updated using the API.
developerOnlyAttribute
-
We recommend that you 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 will not be able to modify this attribute using their access token. For example,
DeveloperOnlyAttribute
can be modified using the API but cannot be updated using the API.
public Boolean isDeveloperOnlyAttribute()
We recommend that you 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 will not be able to modify this attribute using their access token. For example,
DeveloperOnlyAttribute
can be modified using the API but cannot be updated using the API.
We recommend that you 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 will not be able to modify this attribute using their access token. For example,
DeveloperOnlyAttribute
can be modified using the API but cannot be updated using the API.
public void setMutable(Boolean mutable)
Specifies whether the value of the attribute can be changed.
For any user pool attribute that's mapped to an identity provider attribute, you must set this parameter to
true
. Amazon Cognito updates mapped attributes when users sign in to your application through an
identity provider. 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's mapped to an identity provider attribute, you must set this parameter
to true
. Amazon Cognito updates mapped attributes when users sign in to your application
through an identity provider. 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's mapped to an identity provider attribute, you must set this parameter to
true
. Amazon Cognito updates mapped attributes when users sign in to your application through an
identity provider. 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's mapped to an identity provider attribute, you must set this parameter
to true
. Amazon Cognito updates mapped attributes when users sign in to your application
through an identity provider. 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's mapped to an identity provider attribute, you must set this parameter to
true
. Amazon Cognito updates mapped attributes when users sign in to your application through an
identity provider. 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's mapped to an identity provider attribute, you must set this parameter
to true
. Amazon Cognito updates mapped attributes when users sign in to your application
through an identity provider. 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's mapped to an identity provider attribute, you must set this parameter to
true
. Amazon Cognito updates mapped attributes when users sign in to your application through an
identity provider. 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's mapped to an identity provider attribute, you must set this parameter
to true
. Amazon Cognito updates mapped attributes when users sign in to your application
through an identity provider. 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 does not 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 does not
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 does not 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 does not 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 does not
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 does not 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 Object
Object.toString()
public SchemaAttributeType clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.