Class CreateDeploymentRequest

    • Method Detail

      • amznClientToken

        public final String amznClientToken()
        A client token used to correlate requests and responses.
        Returns:
        A client token used to correlate requests and responses.
      • deploymentId

        public final String deploymentId()
        The ID of the deployment if you wish to redeploy a previous deployment.
        Returns:
        The ID of the deployment if you wish to redeploy a previous deployment.
      • deploymentType

        public final DeploymentType deploymentType()
        The type of deployment. When used for ''CreateDeployment'', only ''NewDeployment'' and ''Redeployment'' are valid.

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

        Returns:
        The type of deployment. When used for ''CreateDeployment'', only ''NewDeployment'' and ''Redeployment'' are valid.
        See Also:
        DeploymentType
      • deploymentTypeAsString

        public final String deploymentTypeAsString()
        The type of deployment. When used for ''CreateDeployment'', only ''NewDeployment'' and ''Redeployment'' are valid.

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

        Returns:
        The type of deployment. When used for ''CreateDeployment'', only ''NewDeployment'' and ''Redeployment'' are valid.
        See Also:
        DeploymentType
      • groupId

        public final String groupId()
        The ID of the Greengrass group.
        Returns:
        The ID of the Greengrass group.
      • groupVersionId

        public final String groupVersionId()
        The ID of the group version to be deployed.
        Returns:
        The ID of the group version to be deployed.
      • 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