/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Provides information about which users and endpoints a message was sent
* to.See Also:
AWS
* API Reference
The unique identifier for the application that was used to send the * message.
*/ inline const Aws::String& GetApplicationId() const{ return m_applicationId; } /** *The unique identifier for the application that was used to send the * message.
*/ inline bool ApplicationIdHasBeenSet() const { return m_applicationIdHasBeenSet; } /** *The unique identifier for the application that was used to send the * message.
*/ inline void SetApplicationId(const Aws::String& value) { m_applicationIdHasBeenSet = true; m_applicationId = value; } /** *The unique identifier for the application that was used to send the * message.
*/ inline void SetApplicationId(Aws::String&& value) { m_applicationIdHasBeenSet = true; m_applicationId = std::move(value); } /** *The unique identifier for the application that was used to send the * message.
*/ inline void SetApplicationId(const char* value) { m_applicationIdHasBeenSet = true; m_applicationId.assign(value); } /** *The unique identifier for the application that was used to send the * message.
*/ inline SendUsersMessageResponse& WithApplicationId(const Aws::String& value) { SetApplicationId(value); return *this;} /** *The unique identifier for the application that was used to send the * message.
*/ inline SendUsersMessageResponse& WithApplicationId(Aws::String&& value) { SetApplicationId(std::move(value)); return *this;} /** *The unique identifier for the application that was used to send the * message.
*/ inline SendUsersMessageResponse& WithApplicationId(const char* value) { SetApplicationId(value); return *this;} /** *The unique identifier that was assigned to the message request.
*/ inline const Aws::String& GetRequestId() const{ return m_requestId; } /** *The unique identifier that was assigned to the message request.
*/ inline bool RequestIdHasBeenSet() const { return m_requestIdHasBeenSet; } /** *The unique identifier that was assigned to the message request.
*/ inline void SetRequestId(const Aws::String& value) { m_requestIdHasBeenSet = true; m_requestId = value; } /** *The unique identifier that was assigned to the message request.
*/ inline void SetRequestId(Aws::String&& value) { m_requestIdHasBeenSet = true; m_requestId = std::move(value); } /** *The unique identifier that was assigned to the message request.
*/ inline void SetRequestId(const char* value) { m_requestIdHasBeenSet = true; m_requestId.assign(value); } /** *The unique identifier that was assigned to the message request.
*/ inline SendUsersMessageResponse& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;} /** *The unique identifier that was assigned to the message request.
*/ inline SendUsersMessageResponse& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;} /** *The unique identifier that was assigned to the message request.
*/ inline SendUsersMessageResponse& WithRequestId(const char* value) { SetRequestId(value); return *this;} /** *An object that indicates which endpoints the message was sent to, for each * user. The object lists user IDs and, for each user ID, provides the endpoint IDs * that the message was sent to. For each endpoint ID, it provides an * EndpointMessageResult object.
*/ inline const Aws::MapAn object that indicates which endpoints the message was sent to, for each * user. The object lists user IDs and, for each user ID, provides the endpoint IDs * that the message was sent to. For each endpoint ID, it provides an * EndpointMessageResult object.
*/ inline bool ResultHasBeenSet() const { return m_resultHasBeenSet; } /** *An object that indicates which endpoints the message was sent to, for each * user. The object lists user IDs and, for each user ID, provides the endpoint IDs * that the message was sent to. For each endpoint ID, it provides an * EndpointMessageResult object.
*/ inline void SetResult(const Aws::MapAn object that indicates which endpoints the message was sent to, for each * user. The object lists user IDs and, for each user ID, provides the endpoint IDs * that the message was sent to. For each endpoint ID, it provides an * EndpointMessageResult object.
*/ inline void SetResult(Aws::MapAn object that indicates which endpoints the message was sent to, for each * user. The object lists user IDs and, for each user ID, provides the endpoint IDs * that the message was sent to. For each endpoint ID, it provides an * EndpointMessageResult object.
*/ inline SendUsersMessageResponse& WithResult(const Aws::MapAn object that indicates which endpoints the message was sent to, for each * user. The object lists user IDs and, for each user ID, provides the endpoint IDs * that the message was sent to. For each endpoint ID, it provides an * EndpointMessageResult object.
*/ inline SendUsersMessageResponse& WithResult(Aws::MapAn object that indicates which endpoints the message was sent to, for each * user. The object lists user IDs and, for each user ID, provides the endpoint IDs * that the message was sent to. For each endpoint ID, it provides an * EndpointMessageResult object.
*/ inline SendUsersMessageResponse& AddResult(const Aws::String& key, const Aws::MapAn object that indicates which endpoints the message was sent to, for each * user. The object lists user IDs and, for each user ID, provides the endpoint IDs * that the message was sent to. For each endpoint ID, it provides an * EndpointMessageResult object.
*/ inline SendUsersMessageResponse& AddResult(Aws::String&& key, const Aws::MapAn object that indicates which endpoints the message was sent to, for each * user. The object lists user IDs and, for each user ID, provides the endpoint IDs * that the message was sent to. For each endpoint ID, it provides an * EndpointMessageResult object.
*/ inline SendUsersMessageResponse& AddResult(const Aws::String& key, Aws::MapAn object that indicates which endpoints the message was sent to, for each * user. The object lists user IDs and, for each user ID, provides the endpoint IDs * that the message was sent to. For each endpoint ID, it provides an * EndpointMessageResult object.
*/ inline SendUsersMessageResponse& AddResult(Aws::String&& key, Aws::MapAn object that indicates which endpoints the message was sent to, for each * user. The object lists user IDs and, for each user ID, provides the endpoint IDs * that the message was sent to. For each endpoint ID, it provides an * EndpointMessageResult object.
*/ inline SendUsersMessageResponse& AddResult(const char* key, Aws::MapAn object that indicates which endpoints the message was sent to, for each * user. The object lists user IDs and, for each user ID, provides the endpoint IDs * that the message was sent to. For each endpoint ID, it provides an * EndpointMessageResult object.
*/ inline SendUsersMessageResponse& AddResult(const char* key, const Aws::Map