Class UpdateEndpointRequest

    • 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.
      • endpointId

        public final String endpointId()

        The case insensitive unique identifier for the endpoint. The identifier can't contain $, { or }.

        Returns:
        The case insensitive unique identifier for the endpoint. The identifier can't contain $, { or }.
      • endpointRequest

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