Class LandingZoneOperationDetail

    • Method Detail

      • endTime

        public final Instant endTime()

        The landing zone operation end time.

        Returns:
        The landing zone operation end time.
      • operationIdentifier

        public final String operationIdentifier()

        The operationIdentifier of the landing zone operation.

        Returns:
        The operationIdentifier of the landing zone operation.
      • operationType

        public final LandingZoneOperationType operationType()

        The landing zone operation type.

        Valid values:

        • DELETE: The DeleteLandingZone operation.

        • CREATE: The CreateLandingZone operation.

        • UPDATE: The UpdateLandingZone operation.

        • RESET: The ResetLandingZone operation.

        If the service returns an enum value that is not available in the current SDK version, operationType will return LandingZoneOperationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from operationTypeAsString().

        Returns:
        The landing zone operation type.

        Valid values:

        • DELETE: The DeleteLandingZone operation.

        • CREATE: The CreateLandingZone operation.

        • UPDATE: The UpdateLandingZone operation.

        • RESET: The ResetLandingZone operation.

        See Also:
        LandingZoneOperationType
      • operationTypeAsString

        public final String operationTypeAsString()

        The landing zone operation type.

        Valid values:

        • DELETE: The DeleteLandingZone operation.

        • CREATE: The CreateLandingZone operation.

        • UPDATE: The UpdateLandingZone operation.

        • RESET: The ResetLandingZone operation.

        If the service returns an enum value that is not available in the current SDK version, operationType will return LandingZoneOperationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from operationTypeAsString().

        Returns:
        The landing zone operation type.

        Valid values:

        • DELETE: The DeleteLandingZone operation.

        • CREATE: The CreateLandingZone operation.

        • UPDATE: The UpdateLandingZone operation.

        • RESET: The ResetLandingZone operation.

        See Also:
        LandingZoneOperationType
      • startTime

        public final Instant startTime()

        The landing zone operation start time.

        Returns:
        The landing zone operation start time.
      • status

        public final LandingZoneOperationStatus status()

        Valid values:

        • SUCCEEDED: The landing zone operation succeeded.

        • IN_PROGRESS: The landing zone operation is in progress.

        • FAILED: The landing zone operation failed.

        If the service returns an enum value that is not available in the current SDK version, status will return LandingZoneOperationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from statusAsString().

        Returns:
        Valid values:

        • SUCCEEDED: The landing zone operation succeeded.

        • IN_PROGRESS: The landing zone operation is in progress.

        • FAILED: The landing zone operation failed.

        See Also:
        LandingZoneOperationStatus
      • statusAsString

        public final String statusAsString()

        Valid values:

        • SUCCEEDED: The landing zone operation succeeded.

        • IN_PROGRESS: The landing zone operation is in progress.

        • FAILED: The landing zone operation failed.

        If the service returns an enum value that is not available in the current SDK version, status will return LandingZoneOperationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from statusAsString().

        Returns:
        Valid values:

        • SUCCEEDED: The landing zone operation succeeded.

        • IN_PROGRESS: The landing zone operation is in progress.

        • FAILED: The landing zone operation failed.

        See Also:
        LandingZoneOperationStatus
      • statusMessage

        public final String statusMessage()

        If the operation result is FAILED, this string contains a message explaining why the operation failed.

        Returns:
        If the operation result is FAILED, this string contains a message explaining why the operation failed.
      • 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)