Class GetBundlesRequest

    • Method Detail

      • includeInactive

        public final Boolean includeInactive()

        A Boolean value that indicates whether to include inactive (unavailable) bundles in the response of your request.

        Returns:
        A Boolean value that indicates whether to include inactive (unavailable) bundles in the response of your request.
      • pageToken

        public final String pageToken()

        The token to advance to the next page of results from your request.

        To get a page token, perform an initial GetBundles request. If your results are paginated, the response will return a next page token that you can specify as the page token in a subsequent request.

        Returns:
        The token to advance to the next page of results from your request.

        To get a page token, perform an initial GetBundles request. If your results are paginated, the response will return a next page token that you can specify as the page token in a subsequent request.

      • appCategory

        public final AppCategory appCategory()

        Returns a list of bundles that are specific to Lightsail for Research.

        You must use this parameter to view Lightsail for Research bundles.

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

        Returns:
        Returns a list of bundles that are specific to Lightsail for Research.

        You must use this parameter to view Lightsail for Research bundles.

        See Also:
        AppCategory
      • appCategoryAsString

        public final String appCategoryAsString()

        Returns a list of bundles that are specific to Lightsail for Research.

        You must use this parameter to view Lightsail for Research bundles.

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

        Returns:
        Returns a list of bundles that are specific to Lightsail for Research.

        You must use this parameter to view Lightsail for Research bundles.

        See Also:
        AppCategory
      • 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