Class AssociationSummary

    • Method Detail

      • sourceArn

        public final String sourceArn()

        The ARN of the source.

        Returns:
        The ARN of the source.
      • destinationArn

        public final String destinationArn()

        The Amazon Resource Name (ARN) of the destination.

        Returns:
        The Amazon Resource Name (ARN) of the destination.
      • sourceType

        public final String sourceType()

        The source type.

        Returns:
        The source type.
      • destinationType

        public final String destinationType()

        The destination type.

        Returns:
        The destination type.
      • sourceName

        public final String sourceName()

        The name of the source.

        Returns:
        The name of the source.
      • destinationName

        public final String destinationName()

        The name of the destination.

        Returns:
        The name of the destination.
      • creationTime

        public final Instant creationTime()

        When the association was created.

        Returns:
        When the association was created.
      • createdBy

        public final UserContext createdBy()
        Returns the value of the CreatedBy property for this object.
        Returns:
        The value of the CreatedBy property for this object.
      • 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)