Class ConnectionAliasAssociation

    • Method Detail

      • associatedAccountId

        public final String associatedAccountId()

        The identifier of the Amazon Web Services account that associated the connection alias with a directory.

        Returns:
        The identifier of the Amazon Web Services account that associated the connection alias with a directory.
      • resourceId

        public final String resourceId()

        The identifier of the directory associated with a connection alias.

        Returns:
        The identifier of the directory associated with a connection alias.
      • connectionIdentifier

        public final String connectionIdentifier()

        The identifier of the connection alias association. You use the connection identifier in the DNS TXT record when you're configuring your DNS routing policies.

        Returns:
        The identifier of the connection alias association. You use the connection identifier in the DNS TXT record when you're configuring your DNS routing policies.
      • 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)