Class ListStageDevicesRequest

    • Method Detail

      • nextToken

        public final String nextToken()

        The response from the last list when returning a list large enough to neeed tokening.

        Returns:
        The response from the last list when returning a list large enough to neeed tokening.
      • maxResults

        public final Integer maxResults()

        The maximum number of requests to select.

        Returns:
        The maximum number of requests to select.
      • edgeDeploymentPlanName

        public final String edgeDeploymentPlanName()

        The name of the edge deployment plan.

        Returns:
        The name of the edge deployment plan.
      • excludeDevicesDeployedInOtherStage

        public final Boolean excludeDevicesDeployedInOtherStage()

        Toggle for excluding devices deployed in other stages.

        Returns:
        Toggle for excluding devices deployed in other stages.
      • stageName

        public final String stageName()

        The name of the stage in the deployment.

        Returns:
        The name of the stage in 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