Class ListCertificateAuthoritiesRequest

    • Method Detail

      • maxResults

        public final Integer maxResults()

        Use this parameter when paginating results to specify the maximum number of items to return in the response on each page. If additional items exist beyond the number you specify, the NextToken element is sent in the response. Use this NextToken value in a subsequent request to retrieve additional items.

        Although the maximum value is 1000, the action only returns a maximum of 100 items.

        Returns:
        Use this parameter when paginating results to specify the maximum number of items to return in the response on each page. If additional items exist beyond the number you specify, the NextToken element is sent in the response. Use this NextToken value in a subsequent request to retrieve additional items.

        Although the maximum value is 1000, the action only returns a maximum of 100 items.

      • nextToken

        public final String nextToken()

        Use this parameter when paginating results in a subsequent request after you receive a response with truncated results. Set it to the value of the NextToken parameter from the response you just received.

        Returns:
        Use this parameter when paginating results in a subsequent request after you receive a response with truncated results. Set it to the value of the NextToken parameter from the response you just received.
      • resourceOwner

        public final ResourceOwner resourceOwner()

        Use this parameter to filter the returned set of certificate authorities based on their owner. The default is SELF.

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

        Returns:
        Use this parameter to filter the returned set of certificate authorities based on their owner. The default is SELF.
        See Also:
        ResourceOwner
      • resourceOwnerAsString

        public final String resourceOwnerAsString()

        Use this parameter to filter the returned set of certificate authorities based on their owner. The default is SELF.

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

        Returns:
        Use this parameter to filter the returned set of certificate authorities based on their owner. The default is SELF.
        See Also:
        ResourceOwner
      • 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