7#include <aws/pinpoint/Pinpoint_EXPORTS.h>
8#include <aws/pinpoint/PinpointRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/pinpoint/model/UpdateAttributesRequest.h>
43 template<
typename ApplicationIdT = Aws::String>
44 void SetApplicationId(ApplicationIdT&& value) { m_applicationIdHasBeenSet =
true; m_applicationId = std::forward<ApplicationIdT>(value); }
45 template<
typename ApplicationIdT = Aws::String>
63 template<
typename AttributeTypeT = Aws::String>
64 void SetAttributeType(AttributeTypeT&& value) { m_attributeTypeHasBeenSet =
true; m_attributeType = std::forward<AttributeTypeT>(value); }
65 template<
typename AttributeTypeT = Aws::String>
73 template<
typename UpdateAttributesRequestT = UpdateAttributesRequest>
74 void SetUpdateAttributesRequest(UpdateAttributesRequestT&& value) { m_updateAttributesRequestHasBeenSet =
true; m_updateAttributesRequest = std::forward<UpdateAttributesRequestT>(value); }
75 template<
typename UpdateAttributesRequestT = UpdateAttributesRequest>
81 bool m_applicationIdHasBeenSet =
false;
84 bool m_attributeTypeHasBeenSet =
false;
87 bool m_updateAttributesRequestHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
void SetAttributeType(AttributeTypeT &&value)
const Aws::String & GetApplicationId() const
const UpdateAttributesRequest & GetUpdateAttributesRequest() const
RemoveAttributesRequest & WithAttributeType(AttributeTypeT &&value)
AWS_PINPOINT_API RemoveAttributesRequest()=default
const Aws::String & GetAttributeType() const
AWS_PINPOINT_API Aws::String SerializePayload() const override
RemoveAttributesRequest & WithUpdateAttributesRequest(UpdateAttributesRequestT &&value)
bool AttributeTypeHasBeenSet() const
bool ApplicationIdHasBeenSet() const
void SetApplicationId(ApplicationIdT &&value)
RemoveAttributesRequest & WithApplicationId(ApplicationIdT &&value)
bool UpdateAttributesRequestHasBeenSet() const
void SetUpdateAttributesRequest(UpdateAttributesRequestT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String