Class RemoveAttributesRequest

    • Method Detail

      • applicationId

        public final String applicationId()

        The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.

        Returns:
        The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.
      • attributeType

        public final String attributeType()

        The type of attribute or attributes to remove. Valid values are:

        • endpoint-custom-attributes - Custom attributes that describe endpoints, such as the date when an associated user opted in or out of receiving communications from you through a specific type of channel.

        • endpoint-metric-attributes - Custom metrics that your app reports to Amazon Pinpoint for endpoints, such as the number of app sessions or the number of items left in a cart.

        • endpoint-user-attributes - Custom attributes that describe users, such as first name, last name, and age.

        Returns:

        The type of attribute or attributes to remove. Valid values are:

        • endpoint-custom-attributes - Custom attributes that describe endpoints, such as the date when an associated user opted in or out of receiving communications from you through a specific type of channel.

        • endpoint-metric-attributes - Custom metrics that your app reports to Amazon Pinpoint for endpoints, such as the number of app sessions or the number of items left in a cart.

        • endpoint-user-attributes - Custom attributes that describe users, such as first name, last name, and age.

      • updateAttributesRequest

        public final UpdateAttributesRequest updateAttributesRequest()
        Returns the value of the UpdateAttributesRequest property for this object.
        Returns:
        The value of the UpdateAttributesRequest property for this object.
      • 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