Class InstanceAssociationStatusInfo

    • Method Detail

      • associationId

        public final String associationId()

        The association ID.

        Returns:
        The association ID.
      • name

        public final String name()

        The name of the association.

        Returns:
        The name of the association.
      • documentVersion

        public final String documentVersion()

        The association document versions.

        Returns:
        The association document versions.
      • associationVersion

        public final String associationVersion()

        The version of the association applied to the managed node.

        Returns:
        The version of the association applied to the managed node.
      • instanceId

        public final String instanceId()

        The managed node ID where the association was created.

        Returns:
        The managed node ID where the association was created.
      • executionDate

        public final Instant executionDate()

        The date the association ran.

        Returns:
        The date the association ran.
      • status

        public final String status()

        Status information about the association.

        Returns:
        Status information about the association.
      • detailedStatus

        public final String detailedStatus()

        Detailed status information about the association.

        Returns:
        Detailed status information about the association.
      • executionSummary

        public final String executionSummary()

        Summary information about association execution.

        Returns:
        Summary information about association execution.
      • errorCode

        public final String errorCode()

        An error code returned by the request to create the association.

        Returns:
        An error code returned by the request to create the association.
      • outputUrl

        public final InstanceAssociationOutputUrl outputUrl()

        A URL for an S3 bucket where you want to store the results of this request.

        Returns:
        A URL for an S3 bucket where you want to store the results of this request.
      • associationName

        public final String associationName()

        The name of the association applied to the managed node.

        Returns:
        The name of the association applied to the managed node.
      • 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)