Class UpdatedExpressGatewayService

    • Method Detail

      • serviceArn

        public final String serviceArn()

        The ARN of the Express service that is being updated.

        Returns:
        The ARN of the Express service that is being updated.
      • cluster

        public final String cluster()

        The cluster associated with the Express service that is being updated.

        Returns:
        The cluster associated with the Express service that is being updated.
      • serviceName

        public final String serviceName()

        The name of the Express service that is being updated.

        Returns:
        The name of the Express service that is being updated.
      • status

        public final ExpressGatewayServiceStatus status()

        The status of the Express service that is being updated.

        Returns:
        The status of the Express service that is being updated.
      • targetConfiguration

        public final ExpressGatewayServiceConfiguration targetConfiguration()

        The configuration to which the current Express service is being updated to.

        Returns:
        The configuration to which the current Express service is being updated to.
      • createdAt

        public final Instant createdAt()

        The Unix timestamp for when the Express service that is being updated was created.

        Returns:
        The Unix timestamp for when the Express service that is being updated was created.
      • updatedAt

        public final Instant updatedAt()

        The Unix timestamp for when the Express service that is being updated was most recently updated.

        Returns:
        The Unix timestamp for when the Express service that is being updated was most recently updated.
      • 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)