Class ListEngagementsRequest

    • Method Detail

      • catalog

        public final String catalog()

        Specifies the catalog related to the request.

        Returns:
        Specifies the catalog related to the request.
      • hasCreatedBy

        public final boolean hasCreatedBy()
        For responses, this returns true if the service returned a value for the CreatedBy property. This DOES NOT check that the value is non-empty (for which, you should check the isEmpty() method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
      • createdBy

        public final List<String> createdBy()

        A list of AWS account IDs. When specified, the response includes engagements created by these accounts. This filter is useful for finding engagements created by specific team members.

        Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.

        This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasCreatedBy() method.

        Returns:
        A list of AWS account IDs. When specified, the response includes engagements created by these accounts. This filter is useful for finding engagements created by specific team members.
      • hasEngagementIdentifier

        public final boolean hasEngagementIdentifier()
        For responses, this returns true if the service returned a value for the EngagementIdentifier property. This DOES NOT check that the value is non-empty (for which, you should check the isEmpty() method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
      • engagementIdentifier

        public final List<String> engagementIdentifier()

        An array of strings representing engagement identifiers to retrieve.

        Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.

        This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasEngagementIdentifier() method.

        Returns:
        An array of strings representing engagement identifiers to retrieve.
      • hasExcludeCreatedBy

        public final boolean hasExcludeCreatedBy()
        For responses, this returns true if the service returned a value for the ExcludeCreatedBy property. This DOES NOT check that the value is non-empty (for which, you should check the isEmpty() method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
      • excludeCreatedBy

        public final List<String> excludeCreatedBy()

        An array of strings representing AWS Account IDs. Use this to exclude engagements created by specific users.

        Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.

        This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasExcludeCreatedBy() method.

        Returns:
        An array of strings representing AWS Account IDs. Use this to exclude engagements created by specific users.
      • maxResults

        public final Integer maxResults()

        The maximum number of results to return in a single call.

        Returns:
        The maximum number of results to return in a single call.
      • nextToken

        public final String nextToken()

        The token for the next set of results. This value is returned from a previous call.

        Returns:
        The token for the next set of results. This value is returned from a previous call.
      • sort

        public final EngagementSort sort()

        An object that specifies the sort order of the results.

        Returns:
        An object that specifies the sort order of the results.
      • 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