JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.guardduty.model

Class DescribeOrganizationConfigurationRequest

    • Constructor Detail

      • DescribeOrganizationConfigurationRequest

        public DescribeOrganizationConfigurationRequest()
    • Method Detail

      • setDetectorId

        public void setDetectorId(String detectorId)

        The ID of the detector to retrieve information about the delegated administrator from.

        Parameters:
        detectorId - The ID of the detector to retrieve information about the delegated administrator from.
      • getDetectorId

        public String getDetectorId()

        The ID of the detector to retrieve information about the delegated administrator from.

        Returns:
        The ID of the detector to retrieve information about the delegated administrator from.
      • withDetectorId

        public DescribeOrganizationConfigurationRequest withDetectorId(String detectorId)

        The ID of the detector to retrieve information about the delegated administrator from.

        Parameters:
        detectorId - The ID of the detector to retrieve information about the delegated administrator from.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setMaxResults

        public void setMaxResults(Integer maxResults)

        You can use this parameter to indicate the maximum number of items that you want in the response.

        Parameters:
        maxResults - You can use this parameter to indicate the maximum number of items that you want in the response.
      • getMaxResults

        public Integer getMaxResults()

        You can use this parameter to indicate the maximum number of items that you want in the response.

        Returns:
        You can use this parameter to indicate the maximum number of items that you want in the response.
      • withMaxResults

        public DescribeOrganizationConfigurationRequest withMaxResults(Integer maxResults)

        You can use this parameter to indicate the maximum number of items that you want in the response.

        Parameters:
        maxResults - You can use this parameter to indicate the maximum number of items that you want in the response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setNextToken

        public void setNextToken(String nextToken)

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

        Parameters:
        nextToken - You can use this parameter when paginating results. Set the value of this parameter to null on your first call to the list action. For subsequent calls to the action, fill nextToken in the request with the value of NextToken from the previous response to continue listing data.
      • getNextToken

        public String getNextToken()

        You can use this parameter when paginating results. Set the value of this parameter to null on your first call to the list action. For 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 list action. For subsequent calls to the action, fill nextToken in the request with the value of NextToken from the previous response to continue listing data.
      • withNextToken

        public DescribeOrganizationConfigurationRequest withNextToken(String nextToken)

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

        Parameters:
        nextToken - You can use this parameter when paginating results. Set the value of this parameter to null on your first call to the list action. For subsequent calls to the action, fill nextToken in the request with the value of NextToken from the previous response to continue listing data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public 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
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /