JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

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.macie2.model

Class BatchGetCustomDataIdentifiersResult

    • Constructor Detail

      • BatchGetCustomDataIdentifiersResult

        public BatchGetCustomDataIdentifiersResult()
    • Method Detail

      • getCustomDataIdentifiers

        public List<BatchGetCustomDataIdentifierSummary> getCustomDataIdentifiers()

        An array of objects, one for each custom data identifier that matches the criteria specified in the request.

        Returns:
        An array of objects, one for each custom data identifier that matches the criteria specified in the request.
      • setCustomDataIdentifiers

        public void setCustomDataIdentifiers(Collection<BatchGetCustomDataIdentifierSummary> customDataIdentifiers)

        An array of objects, one for each custom data identifier that matches the criteria specified in the request.

        Parameters:
        customDataIdentifiers - An array of objects, one for each custom data identifier that matches the criteria specified in the request.
      • withCustomDataIdentifiers

        public BatchGetCustomDataIdentifiersResult withCustomDataIdentifiers(Collection<BatchGetCustomDataIdentifierSummary> customDataIdentifiers)

        An array of objects, one for each custom data identifier that matches the criteria specified in the request.

        Parameters:
        customDataIdentifiers - An array of objects, one for each custom data identifier that matches the criteria specified in the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getNotFoundIdentifierIds

        public List<String> getNotFoundIdentifierIds()

        An array of custom data identifier IDs, one for each custom data identifier that was specified in the request but doesn't correlate to an existing custom data identifier.

        Returns:
        An array of custom data identifier IDs, one for each custom data identifier that was specified in the request but doesn't correlate to an existing custom data identifier.
      • setNotFoundIdentifierIds

        public void setNotFoundIdentifierIds(Collection<String> notFoundIdentifierIds)

        An array of custom data identifier IDs, one for each custom data identifier that was specified in the request but doesn't correlate to an existing custom data identifier.

        Parameters:
        notFoundIdentifierIds - An array of custom data identifier IDs, one for each custom data identifier that was specified in the request but doesn't correlate to an existing custom data identifier.
      • withNotFoundIdentifierIds

        public BatchGetCustomDataIdentifiersResult withNotFoundIdentifierIds(String... notFoundIdentifierIds)

        An array of custom data identifier IDs, one for each custom data identifier that was specified in the request but doesn't correlate to an existing custom data identifier.

        NOTE: This method appends the values to the existing list (if any). Use setNotFoundIdentifierIds(java.util.Collection) or withNotFoundIdentifierIds(java.util.Collection) if you want to override the existing values.

        Parameters:
        notFoundIdentifierIds - An array of custom data identifier IDs, one for each custom data identifier that was specified in the request but doesn't correlate to an existing custom data identifier.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withNotFoundIdentifierIds

        public BatchGetCustomDataIdentifiersResult withNotFoundIdentifierIds(Collection<String> notFoundIdentifierIds)

        An array of custom data identifier IDs, one for each custom data identifier that was specified in the request but doesn't correlate to an existing custom data identifier.

        Parameters:
        notFoundIdentifierIds - An array of custom data identifier IDs, one for each custom data identifier that was specified in the request but doesn't correlate to an existing custom data identifier.
        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 によって変換されたページ (->オリジナル) /