@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()
Specifies whether the attribute type is developer only.
|
Boolean |
getMutable()
Specifies whether the attribute can be changed once it has been created.
|
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()
Specifies whether the attribute type is developer only.
|
Boolean |
isMutable()
Specifies whether the attribute can be changed once it has been created.
|
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)
Specifies whether the attribute type is developer only.
|
void |
setMutable(Boolean mutable)
Specifies whether the attribute can be changed once it has been created.
|
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; useful for testing and debugging.
|
SchemaAttributeType |
withAttributeDataType(AttributeDataType attributeDataType)
The attribute data type.
|
SchemaAttributeType |
withAttributeDataType(String attributeDataType)
The attribute data type.
|
SchemaAttributeType |
withDeveloperOnlyAttribute(Boolean developerOnlyAttribute)
Specifies whether the attribute type is developer only.
|
SchemaAttributeType |
withMutable(Boolean mutable)
Specifies whether the attribute can be changed once it has been created.
|
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)
Specifies whether the attribute type is developer only.
developerOnlyAttribute
- Specifies whether the attribute type is developer only.public Boolean getDeveloperOnlyAttribute()
Specifies whether the attribute type is developer only.
public SchemaAttributeType withDeveloperOnlyAttribute(Boolean developerOnlyAttribute)
Specifies whether the attribute type is developer only.
developerOnlyAttribute
- Specifies whether the attribute type is developer only.public Boolean isDeveloperOnlyAttribute()
Specifies whether the attribute type is developer only.
public void setMutable(Boolean mutable)
Specifies whether the attribute can be changed once it has been created.
mutable
- Specifies whether the attribute can be changed once it has been created.public Boolean getMutable()
Specifies whether the attribute can be changed once it has been created.
public SchemaAttributeType withMutable(Boolean mutable)
Specifies whether the attribute can be changed once it has been created.
mutable
- Specifies whether the attribute can be changed once it has been created.public Boolean isMutable()
Specifies whether the attribute can be changed once it has been created.
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.