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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.cognito.StandardAttributes
StandardAttributes.Builder, StandardAttributes.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(StandardAttributes.Builder builder) Constructor that initializes the object based on literal property values passed by theStandardAttributes.Builder
.protected
Jsii$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.JsonNode
final boolean
final StandardAttribute
The user's postal address.final StandardAttribute
The user's birthday, represented as an ISO 8601:2004 format.final StandardAttribute
getEmail()
The user's e-mail address, represented as an RFC 5322 [RFC5322] addr-spec.final StandardAttribute
(deprecated) DEPRECATED.final StandardAttribute
The surname or last name of the user.final StandardAttribute
The user's full name in displayable form, including all name parts, titles and suffixes.final StandardAttribute
The user's gender.final StandardAttribute
The user's first name or give name.final StandardAttribute
The time, the user's information was last updated.final StandardAttribute
The user's locale, represented as a BCP47 [RFC5646] language tag.final StandardAttribute
The user's middle name.final StandardAttribute
The user's nickname or casual name.final StandardAttribute
The user's telephone number.final StandardAttribute
(deprecated) DEPRECATED.final StandardAttribute
The user's preffered username, different from the immutable user name.final StandardAttribute
The URL to the user's profile page.final StandardAttribute
The URL to the user's profile picture.final StandardAttribute
The user's time zone.final StandardAttribute
The URL to the user's web page or blog.final int
hashCode()
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:StandardAttributes
The user's postal address.Default: - see the defaults under `StandardAttribute`
- Specified by:
getAddress
in interfaceStandardAttributes
-
getBirthdate
Description copied from interface:StandardAttributes
The user's birthday, represented as an ISO 8601:2004 format.Default: - see the defaults under `StandardAttribute`
- Specified by:
getBirthdate
in interfaceStandardAttributes
-
getEmail
Description copied from interface:StandardAttributes
The user's e-mail address, represented as an RFC 5322 [RFC5322] addr-spec.Default: - see the defaults under `StandardAttribute`
- Specified by:
getEmail
in interfaceStandardAttributes
-
getEmailVerified
Description copied from interface:StandardAttributes
(deprecated) DEPRECATED.Default: - see the defaults under `StandardAttribute`
- Specified by:
getEmailVerified
in interfaceStandardAttributes
-
getFamilyName
Description copied from interface:StandardAttributes
The surname or last name of the user.Default: - see the defaults under `StandardAttribute`
- Specified by:
getFamilyName
in interfaceStandardAttributes
-
getFullname
Description copied from interface:StandardAttributes
The user's full name in displayable form, including all name parts, titles and suffixes.Default: - see the defaults under `StandardAttribute`
- Specified by:
getFullname
in interfaceStandardAttributes
-
getGender
Description copied from interface:StandardAttributes
The user's gender.Default: - see the defaults under `StandardAttribute`
- Specified by:
getGender
in interfaceStandardAttributes
-
getGivenName
Description copied from interface:StandardAttributes
The user's first name or give name.Default: - see the defaults under `StandardAttribute`
- Specified by:
getGivenName
in interfaceStandardAttributes
-
getLastUpdateTime
Description copied from interface:StandardAttributes
The time, the user's information was last updated.Default: - see the defaults under `StandardAttribute`
- Specified by:
getLastUpdateTime
in interfaceStandardAttributes
-
getLocale
Description copied from interface:StandardAttributes
The user's locale, represented as a BCP47 [RFC5646] language tag.Default: - see the defaults under `StandardAttribute`
- Specified by:
getLocale
in interfaceStandardAttributes
-
getMiddleName
Description copied from interface:StandardAttributes
The user's middle name.Default: - see the defaults under `StandardAttribute`
- Specified by:
getMiddleName
in interfaceStandardAttributes
-
getNickname
Description copied from interface:StandardAttributes
The user's nickname or casual name.Default: - see the defaults under `StandardAttribute`
- Specified by:
getNickname
in interfaceStandardAttributes
-
getPhoneNumber
Description copied from interface:StandardAttributes
The user's telephone number.Default: - see the defaults under `StandardAttribute`
- Specified by:
getPhoneNumber
in interfaceStandardAttributes
-
getPhoneNumberVerified
Description copied from interface:StandardAttributes
(deprecated) DEPRECATED.Default: - see the defaults under `StandardAttribute`
- Specified by:
getPhoneNumberVerified
in interfaceStandardAttributes
-
getPreferredUsername
Description copied from interface:StandardAttributes
The user's preffered username, different from the immutable user name.Default: - see the defaults under `StandardAttribute`
- Specified by:
getPreferredUsername
in interfaceStandardAttributes
-
getProfilePage
Description copied from interface:StandardAttributes
The URL to the user's profile page.Default: - see the defaults under `StandardAttribute`
- Specified by:
getProfilePage
in interfaceStandardAttributes
-
getProfilePicture
Description copied from interface:StandardAttributes
The URL to the user's profile picture.Default: - see the defaults under `StandardAttribute`
- Specified by:
getProfilePicture
in interfaceStandardAttributes
-
getTimezone
Description copied from interface:StandardAttributes
The user's time zone.Default: - see the defaults under `StandardAttribute`
- Specified by:
getTimezone
in interfaceStandardAttributes
-
getWebsite
Description copied from interface:StandardAttributes
The URL to the user's web page or blog.Default: - see the defaults under `StandardAttribute`
- Specified by:
getWebsite
in interfaceStandardAttributes
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-