Class CreateDeploymentResponse

    • Method Detail

      • autoDeployed

        public final Boolean autoDeployed()

        Specifies whether a deployment was automatically released.

        Returns:
        Specifies whether a deployment was automatically released.
      • createdDate

        public final Instant createdDate()

        The date and time when the Deployment resource was created.

        Returns:
        The date and time when the Deployment resource was created.
      • deploymentId

        public final String deploymentId()

        The identifier for the deployment.

        Returns:
        The identifier for the deployment.
      • deploymentStatusAsString

        public final String deploymentStatusAsString()

        The status of the deployment: PENDING, FAILED, or SUCCEEDED.

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

        Returns:
        The status of the deployment: PENDING, FAILED, or SUCCEEDED.
        See Also:
        DeploymentStatus
      • deploymentStatusMessage

        public final String deploymentStatusMessage()

        May contain additional feedback on the status of an API deployment.

        Returns:
        May contain additional feedback on the status of an API deployment.
      • description

        public final String description()

        The description for the deployment.

        Returns:
        The description for the deployment.
      • 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