Class SourceApiAssociationSummary

    • Method Detail

      • associationId

        public final String associationId()

        The ID generated by the AppSync service for the source API association.

        Returns:
        The ID generated by the AppSync service for the source API association.
      • associationArn

        public final String associationArn()

        The Amazon Resource Name (ARN) of the source API association.

        Returns:
        The Amazon Resource Name (ARN) of the source API association.
      • sourceApiId

        public final String sourceApiId()

        The ID of the AppSync source API.

        Returns:
        The ID of the AppSync source API.
      • sourceApiArn

        public final String sourceApiArn()

        The Amazon Resource Name (ARN) of the AppSync Source API.

        Returns:
        The Amazon Resource Name (ARN) of the AppSync Source API.
      • mergedApiId

        public final String mergedApiId()

        The ID of the AppSync Merged API.

        Returns:
        The ID of the AppSync Merged API.
      • mergedApiArn

        public final String mergedApiArn()

        The Amazon Resource Name (ARN) of the AppSync Merged API.

        Returns:
        The Amazon Resource Name (ARN) of the AppSync Merged API.
      • description

        public final String description()

        The description field.

        Returns:
        The description field.
      • 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)