/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Provides information about the type and the names of attributes that were
* removed from all the endpoints that are associated with an
* application.See Also:
AWS
* API Reference
The unique identifier for the application.
*/ inline const Aws::String& GetApplicationId() const{ return m_applicationId; } /** *The unique identifier for the application.
*/ inline bool ApplicationIdHasBeenSet() const { return m_applicationIdHasBeenSet; } /** *The unique identifier for the application.
*/ inline void SetApplicationId(const Aws::String& value) { m_applicationIdHasBeenSet = true; m_applicationId = value; } /** *The unique identifier for the application.
*/ inline void SetApplicationId(Aws::String&& value) { m_applicationIdHasBeenSet = true; m_applicationId = std::move(value); } /** *The unique identifier for the application.
*/ inline void SetApplicationId(const char* value) { m_applicationIdHasBeenSet = true; m_applicationId.assign(value); } /** *The unique identifier for the application.
*/ inline AttributesResource& WithApplicationId(const Aws::String& value) { SetApplicationId(value); return *this;} /** *The unique identifier for the application.
*/ inline AttributesResource& WithApplicationId(Aws::String&& value) { SetApplicationId(std::move(value)); return *this;} /** *The unique identifier for the application.
*/ inline AttributesResource& WithApplicationId(const char* value) { SetApplicationId(value); return *this;} /** *The type of attribute or attributes that were removed from the endpoints. * Valid values are:
endpoint-custom-attributes - Custom attributes * that describe endpoints.
endpoint-metric-attributes - Custom * metrics that your app reports to Amazon Pinpoint for endpoints.
endpoint-user-attributes - Custom attributes that describe * users.
The type of attribute or attributes that were removed from the endpoints. * Valid values are:
endpoint-custom-attributes - Custom attributes * that describe endpoints.
endpoint-metric-attributes - Custom * metrics that your app reports to Amazon Pinpoint for endpoints.
endpoint-user-attributes - Custom attributes that describe * users.
The type of attribute or attributes that were removed from the endpoints. * Valid values are:
endpoint-custom-attributes - Custom attributes * that describe endpoints.
endpoint-metric-attributes - Custom * metrics that your app reports to Amazon Pinpoint for endpoints.
endpoint-user-attributes - Custom attributes that describe * users.
The type of attribute or attributes that were removed from the endpoints. * Valid values are:
endpoint-custom-attributes - Custom attributes * that describe endpoints.
endpoint-metric-attributes - Custom * metrics that your app reports to Amazon Pinpoint for endpoints.
endpoint-user-attributes - Custom attributes that describe * users.
The type of attribute or attributes that were removed from the endpoints. * Valid values are:
endpoint-custom-attributes - Custom attributes * that describe endpoints.
endpoint-metric-attributes - Custom * metrics that your app reports to Amazon Pinpoint for endpoints.
endpoint-user-attributes - Custom attributes that describe * users.
The type of attribute or attributes that were removed from the endpoints. * Valid values are:
endpoint-custom-attributes - Custom attributes * that describe endpoints.
endpoint-metric-attributes - Custom * metrics that your app reports to Amazon Pinpoint for endpoints.
endpoint-user-attributes - Custom attributes that describe * users.
The type of attribute or attributes that were removed from the endpoints. * Valid values are:
endpoint-custom-attributes - Custom attributes * that describe endpoints.
endpoint-metric-attributes - Custom * metrics that your app reports to Amazon Pinpoint for endpoints.
endpoint-user-attributes - Custom attributes that describe * users.
The type of attribute or attributes that were removed from the endpoints. * Valid values are:
endpoint-custom-attributes - Custom attributes * that describe endpoints.
endpoint-metric-attributes - Custom * metrics that your app reports to Amazon Pinpoint for endpoints.
endpoint-user-attributes - Custom attributes that describe * users.
An array that specifies the names of the attributes that were removed from * the endpoints.
*/ inline const Aws::VectorAn array that specifies the names of the attributes that were removed from * the endpoints.
*/ inline bool AttributesHasBeenSet() const { return m_attributesHasBeenSet; } /** *An array that specifies the names of the attributes that were removed from * the endpoints.
*/ inline void SetAttributes(const Aws::VectorAn array that specifies the names of the attributes that were removed from * the endpoints.
*/ inline void SetAttributes(Aws::VectorAn array that specifies the names of the attributes that were removed from * the endpoints.
*/ inline AttributesResource& WithAttributes(const Aws::VectorAn array that specifies the names of the attributes that were removed from * the endpoints.
*/ inline AttributesResource& WithAttributes(Aws::VectorAn array that specifies the names of the attributes that were removed from * the endpoints.
*/ inline AttributesResource& AddAttributes(const Aws::String& value) { m_attributesHasBeenSet = true; m_attributes.push_back(value); return *this; } /** *An array that specifies the names of the attributes that were removed from * the endpoints.
*/ inline AttributesResource& AddAttributes(Aws::String&& value) { m_attributesHasBeenSet = true; m_attributes.push_back(std::move(value)); return *this; } /** *An array that specifies the names of the attributes that were removed from * the endpoints.
*/ inline AttributesResource& AddAttributes(const char* value) { m_attributesHasBeenSet = true; m_attributes.push_back(value); return *this; } private: Aws::String m_applicationId; bool m_applicationIdHasBeenSet = false; Aws::String m_attributeType; bool m_attributeTypeHasBeenSet = false; Aws::Vector