Class GetExclusionsPreviewRequest

    • Method Detail

      • assessmentTemplateArn

        public final String assessmentTemplateArn()

        The ARN that specifies the assessment template for which the exclusions preview was requested.

        Returns:
        The ARN that specifies the assessment template for which the exclusions preview was requested.
      • previewToken

        public final String previewToken()

        The unique identifier associated of the exclusions preview.

        Returns:
        The unique identifier associated of the exclusions preview.
      • nextToken

        public final String nextToken()

        You can use this parameter when paginating results. Set the value of this parameter to null on your first call to the GetExclusionsPreviewRequest action. Subsequent calls to the action fill nextToken in the request with the value of nextToken from the previous response to continue listing data.

        Returns:
        You can use this parameter when paginating results. Set the value of this parameter to null on your first call to the GetExclusionsPreviewRequest action. Subsequent calls to the action fill nextToken in the request with the value of nextToken from the previous response to continue listing data.
      • maxResults

        public final Integer maxResults()

        You can use this parameter to indicate the maximum number of items you want in the response. The default value is 100. The maximum value is 500.

        Returns:
        You can use this parameter to indicate the maximum number of items you want in the response. The default value is 100. The maximum value is 500.
      • locale

        public final Locale locale()

        The locale into which you want to translate the exclusion's title, description, and recommendation.

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

        Returns:
        The locale into which you want to translate the exclusion's title, description, and recommendation.
        See Also:
        Locale
      • localeAsString

        public final String localeAsString()

        The locale into which you want to translate the exclusion's title, description, and recommendation.

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

        Returns:
        The locale into which you want to translate the exclusion's title, description, and recommendation.
        See Also:
        Locale
      • 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