Class ServiceDeploymentBrief

    • Method Detail

      • serviceDeploymentArn

        public final String serviceDeploymentArn()

        The ARN of the service deployment.

        Returns:
        The ARN of the service deployment.
      • serviceArn

        public final String serviceArn()

        The ARN of the service for this service deployment.

        Returns:
        The ARN of the service for this service deployment.
      • clusterArn

        public final String clusterArn()

        The ARN of the cluster that hosts the service.

        Returns:
        The ARN of the cluster that hosts the service.
      • startedAt

        public final Instant startedAt()

        The time that the service deployment statred. The format is yyyy-MM-dd HH:mm:ss.SSSSSS.

        Returns:
        The time that the service deployment statred. The format is yyyy-MM-dd HH:mm:ss.SSSSSS.
      • createdAt

        public final Instant createdAt()

        The time that the service deployment was created. The format is yyyy-MM-dd HH:mm:ss.SSSSSS.

        Returns:
        The time that the service deployment was created. The format is yyyy-MM-dd HH:mm:ss.SSSSSS.
      • finishedAt

        public final Instant finishedAt()

        The time that the service deployment completed. The format is yyyy-MM-dd HH:mm:ss.SSSSSS.

        Returns:
        The time that the service deployment completed. The format is yyyy-MM-dd HH:mm:ss.SSSSSS.
      • targetServiceRevisionArn

        public final String targetServiceRevisionArn()

        The ARN of the service revision being deplyed.

        Returns:
        The ARN of the service revision being deplyed.
      • statusReason

        public final String statusReason()

        Information about why the service deployment is in the current status. For example, the circuit breaker detected a deployment failure.

        Returns:
        Information about why the service deployment is in the current status. For example, the circuit breaker detected a deployment failure.
      • 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)