Class GetFarmResponse

    • Method Detail

      • createdAt

        public final Instant createdAt()

        The date and time the resource was created.

        Returns:
        The date and time the resource was created.
      • createdBy

        public final String createdBy()

        The user or system that created this resource.

        Returns:
        The user or system that created this resource.
      • description

        public final String description()

        The description of the farm.

        Returns:
        The description of the farm.
      • displayName

        public final String displayName()

        The display name of the farm.

        Returns:
        The display name of the farm.
      • farmId

        public final String farmId()

        The farm ID of the farm to get.

        Returns:
        The farm ID of the farm to get.
      • kmsKeyArn

        public final String kmsKeyArn()

        The ARN of the KMS key used on the farm.

        Returns:
        The ARN of the KMS key used on the farm.
      • updatedAt

        public final Instant updatedAt()

        The date and time the resource was updated.

        Returns:
        The date and time the resource was updated.
      • updatedBy

        public final String updatedBy()

        The user or system that updated this resource.

        Returns:
        The user or system that updated this resource.
      • 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