Class RoleAliasDescription

    • Method Detail

      • roleAlias

        public final String roleAlias()

        The role alias.

        Returns:
        The role alias.
      • roleAliasArn

        public final String roleAliasArn()

        The ARN of the role alias.

        Returns:
        The ARN of the role alias.
      • roleArn

        public final String roleArn()

        The role ARN.

        Returns:
        The role ARN.
      • owner

        public final String owner()

        The role alias owner.

        Returns:
        The role alias owner.
      • credentialDurationSeconds

        public final Integer credentialDurationSeconds()

        The number of seconds for which the credential is valid.

        Returns:
        The number of seconds for which the credential is valid.
      • creationDate

        public final Instant creationDate()

        The UNIX timestamp of when the role alias was created.

        Returns:
        The UNIX timestamp of when the role alias was created.
      • lastModifiedDate

        public final Instant lastModifiedDate()

        The UNIX timestamp of when the role alias was last modified.

        Returns:
        The UNIX timestamp of when the role alias was last modified.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)