Class GetDeploymentRequest

    • Method Detail

      • componentName

        public final String componentName()

        The name of a component that you want to get the detailed data for.

        Returns:
        The name of a component that you want to get the detailed data for.
      • environmentName

        public final String environmentName()

        The name of a environment that you want to get the detailed data for.

        Returns:
        The name of a environment that you want to get the detailed data for.
      • id

        public final String id()

        The ID of the deployment that you want to get the detailed data for.

        Returns:
        The ID of the deployment that you want to get the detailed data for.
      • serviceInstanceName

        public final String serviceInstanceName()

        The name of the service instance associated with the given deployment ID. serviceName must be specified to identify the service instance.

        Returns:
        The name of the service instance associated with the given deployment ID. serviceName must be specified to identify the service instance.
      • serviceName

        public final String serviceName()

        The name of the service associated with the given deployment ID.

        Returns:
        The name of the service associated with the given deployment ID.
      • 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