Class MonitoringExecutionSummary

    • Method Detail

      • monitoringScheduleName

        public final String monitoringScheduleName()

        The name of the monitoring schedule.

        Returns:
        The name of the monitoring schedule.
      • scheduledTime

        public final Instant scheduledTime()

        The time the monitoring job was scheduled.

        Returns:
        The time the monitoring job was scheduled.
      • creationTime

        public final Instant creationTime()

        The time at which the monitoring job was created.

        Returns:
        The time at which the monitoring job was created.
      • lastModifiedTime

        public final Instant lastModifiedTime()

        A timestamp that indicates the last time the monitoring job was modified.

        Returns:
        A timestamp that indicates the last time the monitoring job was modified.
      • processingJobArn

        public final String processingJobArn()

        The Amazon Resource Name (ARN) of the monitoring job.

        Returns:
        The Amazon Resource Name (ARN) of the monitoring job.
      • endpointName

        public final String endpointName()

        The name of the endpoint used to run the monitoring job.

        Returns:
        The name of the endpoint used to run the monitoring job.
      • failureReason

        public final String failureReason()

        Contains the reason a monitoring job failed, if it failed.

        Returns:
        Contains the reason a monitoring job failed, if it failed.
      • monitoringJobDefinitionName

        public final String monitoringJobDefinitionName()

        The name of the monitoring job.

        Returns:
        The name of the monitoring job.
      • 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)