Class StandardAttributes.Jsii$Proxy
- All Implemented Interfaces:
StandardAttributes,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- StandardAttributes
StandardAttributes-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.cognito.StandardAttributes
StandardAttributes.Builder, StandardAttributes.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(StandardAttributes.Builder builder) Constructor that initializes the object based on literal property values passed by theStandardAttributes.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StandardAttributeThe user's postal address.final StandardAttributeThe user's birthday, represented as an ISO 8601:2004 format.final StandardAttributegetEmail()The user's e-mail address, represented as an RFC 5322 [RFC5322] addr-spec.final StandardAttribute(deprecated) DEPRECATED.final StandardAttributeThe surname or last name of the user.final StandardAttributeThe user's full name in displayable form, including all name parts, titles and suffixes.final StandardAttributeThe user's gender.final StandardAttributeThe user's first name or give name.final StandardAttributeThe time, the user's information was last updated.final StandardAttributeThe user's locale, represented as a BCP47 [RFC5646] language tag.final StandardAttributeThe user's middle name.final StandardAttributeThe user's nickname or casual name.final StandardAttributeThe user's telephone number.final StandardAttribute(deprecated) DEPRECATED.final StandardAttributeThe user's preffered username, different from the immutable user name.final StandardAttributeThe URL to the user's profile page.final StandardAttributeThe URL to the user's profile picture.final StandardAttributeThe user's time zone.final StandardAttributeThe URL to the user's web page or blog.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theStandardAttributes.Builder.
-
-
Method Details
-
getAddress
Description copied from interface:StandardAttributesThe user's postal address.Default: - see the defaults under `StandardAttribute`
- Specified by:
getAddressin interfaceStandardAttributes
-
getBirthdate
Description copied from interface:StandardAttributesThe user's birthday, represented as an ISO 8601:2004 format.Default: - see the defaults under `StandardAttribute`
- Specified by:
getBirthdatein interfaceStandardAttributes
-
getEmail
Description copied from interface:StandardAttributesThe user's e-mail address, represented as an RFC 5322 [RFC5322] addr-spec.Default: - see the defaults under `StandardAttribute`
- Specified by:
getEmailin interfaceStandardAttributes
-
getEmailVerified
Description copied from interface:StandardAttributes(deprecated) DEPRECATED.Default: - see the defaults under `StandardAttribute`
- Specified by:
getEmailVerifiedin interfaceStandardAttributes
-
getFamilyName
Description copied from interface:StandardAttributesThe surname or last name of the user.Default: - see the defaults under `StandardAttribute`
- Specified by:
getFamilyNamein interfaceStandardAttributes
-
getFullname
Description copied from interface:StandardAttributesThe user's full name in displayable form, including all name parts, titles and suffixes.Default: - see the defaults under `StandardAttribute`
- Specified by:
getFullnamein interfaceStandardAttributes
-
getGender
Description copied from interface:StandardAttributesThe user's gender.Default: - see the defaults under `StandardAttribute`
- Specified by:
getGenderin interfaceStandardAttributes
-
getGivenName
Description copied from interface:StandardAttributesThe user's first name or give name.Default: - see the defaults under `StandardAttribute`
- Specified by:
getGivenNamein interfaceStandardAttributes
-
getLastUpdateTime
Description copied from interface:StandardAttributesThe time, the user's information was last updated.Default: - see the defaults under `StandardAttribute`
- Specified by:
getLastUpdateTimein interfaceStandardAttributes
-
getLocale
Description copied from interface:StandardAttributesThe user's locale, represented as a BCP47 [RFC5646] language tag.Default: - see the defaults under `StandardAttribute`
- Specified by:
getLocalein interfaceStandardAttributes
-
getMiddleName
Description copied from interface:StandardAttributesThe user's middle name.Default: - see the defaults under `StandardAttribute`
- Specified by:
getMiddleNamein interfaceStandardAttributes
-
getNickname
Description copied from interface:StandardAttributesThe user's nickname or casual name.Default: - see the defaults under `StandardAttribute`
- Specified by:
getNicknamein interfaceStandardAttributes
-
getPhoneNumber
Description copied from interface:StandardAttributesThe user's telephone number.Default: - see the defaults under `StandardAttribute`
- Specified by:
getPhoneNumberin interfaceStandardAttributes
-
getPhoneNumberVerified
Description copied from interface:StandardAttributes(deprecated) DEPRECATED.Default: - see the defaults under `StandardAttribute`
- Specified by:
getPhoneNumberVerifiedin interfaceStandardAttributes
-
getPreferredUsername
Description copied from interface:StandardAttributesThe user's preffered username, different from the immutable user name.Default: - see the defaults under `StandardAttribute`
- Specified by:
getPreferredUsernamein interfaceStandardAttributes
-
getProfilePage
Description copied from interface:StandardAttributesThe URL to the user's profile page.Default: - see the defaults under `StandardAttribute`
- Specified by:
getProfilePagein interfaceStandardAttributes
-
getProfilePicture
Description copied from interface:StandardAttributesThe URL to the user's profile picture.Default: - see the defaults under `StandardAttribute`
- Specified by:
getProfilePicturein interfaceStandardAttributes
-
getTimezone
Description copied from interface:StandardAttributesThe user's time zone.Default: - see the defaults under `StandardAttribute`
- Specified by:
getTimezonein interfaceStandardAttributes
-
getWebsite
Description copied from interface:StandardAttributesThe URL to the user's web page or blog.Default: - see the defaults under `StandardAttribute`
- Specified by:
getWebsitein interfaceStandardAttributes
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-