Class ListLaunchesRequest

    • Method Detail

      • maxResults

        public final Integer maxResults()

        The maximum number of results to include in the response.

        Returns:
        The maximum number of results to include in the response.
      • nextToken

        public final String nextToken()

        The token to use when requesting the next set of results. You received this token from a previous ListLaunches operation.

        Returns:
        The token to use when requesting the next set of results. You received this token from a previous ListLaunches operation.
      • project

        public final String project()

        The name or ARN of the project to return the launch list from.

        Returns:
        The name or ARN of the project to return the launch list from.
      • status

        public final LaunchStatus status()

        Use this optional parameter to limit the returned results to only the launches with the status that you specify here.

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

        Returns:
        Use this optional parameter to limit the returned results to only the launches with the status that you specify here.
        See Also:
        LaunchStatus
      • statusAsString

        public final String statusAsString()

        Use this optional parameter to limit the returned results to only the launches with the status that you specify here.

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

        Returns:
        Use this optional parameter to limit the returned results to only the launches with the status that you specify here.
        See Also:
        LaunchStatus
      • 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