Class ApiAssociation

    • Method Detail

      • domainName

        public final String domainName()

        The domain name.

        Returns:
        The domain name.
      • apiId

        public final String apiId()

        The API ID.

        Returns:
        The API ID.
      • associationStatus

        public final AssociationStatus associationStatus()

        Identifies the status of an association.

        • PROCESSING: The API association is being created. You cannot modify association requests during processing.

        • SUCCESS: The API association was successful. You can modify associations after success.

        • FAILED: The API association has failed. You can modify associations after failure.

        If the service returns an enum value that is not available in the current SDK version, associationStatus will return AssociationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from associationStatusAsString().

        Returns:
        Identifies the status of an association.

        • PROCESSING: The API association is being created. You cannot modify association requests during processing.

        • SUCCESS: The API association was successful. You can modify associations after success.

        • FAILED: The API association has failed. You can modify associations after failure.

        See Also:
        AssociationStatus
      • associationStatusAsString

        public final String associationStatusAsString()

        Identifies the status of an association.

        • PROCESSING: The API association is being created. You cannot modify association requests during processing.

        • SUCCESS: The API association was successful. You can modify associations after success.

        • FAILED: The API association has failed. You can modify associations after failure.

        If the service returns an enum value that is not available in the current SDK version, associationStatus will return AssociationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from associationStatusAsString().

        Returns:
        Identifies the status of an association.

        • PROCESSING: The API association is being created. You cannot modify association requests during processing.

        • SUCCESS: The API association was successful. You can modify associations after success.

        • FAILED: The API association has failed. You can modify associations after failure.

        See Also:
        AssociationStatus
      • deploymentDetail

        public final String deploymentDetail()

        Details about the last deployment status.

        Returns:
        Details about the last deployment status.
      • 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)