7#include <aws/pinpoint/Pinpoint_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/pinpoint/model/EndpointMessageResult.h>
11#include <aws/pinpoint/model/MessageResult.h>
53 inline void SetApplicationId(
const char* value) { m_applicationIdHasBeenSet =
true; m_applicationId.assign(value); }
88 inline void SetRequestId(
const char* value) { m_requestIdHasBeenSet =
true; m_requestId.assign(value); }
116 bool m_applicationIdHasBeenSet =
false;
119 bool m_endpointResultHasBeenSet =
false;
122 bool m_requestIdHasBeenSet =
false;
125 bool m_resultHasBeenSet =
false;
bool ApplicationIdHasBeenSet() const
AWS_PINPOINT_API MessageResponse(Aws::Utils::Json::JsonView jsonValue)
bool RequestIdHasBeenSet() const
MessageResponse & WithApplicationId(Aws::String &&value)
MessageResponse & AddEndpointResult(Aws::String &&key, const EndpointMessageResult &value)
MessageResponse & AddEndpointResult(const char *key, const EndpointMessageResult &value)
const Aws::Map< Aws::String, EndpointMessageResult > & GetEndpointResult() const
bool EndpointResultHasBeenSet() const
MessageResponse & WithRequestId(Aws::String &&value)
MessageResponse & AddEndpointResult(const char *key, EndpointMessageResult &&value)
bool ResultHasBeenSet() const
MessageResponse & WithRequestId(const char *value)
MessageResponse & AddEndpointResult(const Aws::String &key, const EndpointMessageResult &value)
void SetEndpointResult(const Aws::Map< Aws::String, EndpointMessageResult > &value)
void SetApplicationId(Aws::String &&value)
MessageResponse & WithResult(Aws::Map< Aws::String, MessageResult > &&value)
MessageResponse & WithApplicationId(const Aws::String &value)
MessageResponse & WithResult(const Aws::Map< Aws::String, MessageResult > &value)
void SetRequestId(const Aws::String &value)
void SetResult(Aws::Map< Aws::String, MessageResult > &&value)
MessageResponse & WithEndpointResult(Aws::Map< Aws::String, EndpointMessageResult > &&value)
void SetApplicationId(const Aws::String &value)
void SetEndpointResult(Aws::Map< Aws::String, EndpointMessageResult > &&value)
AWS_PINPOINT_API MessageResponse()
MessageResponse & AddResult(const char *key, const MessageResult &value)
MessageResponse & WithApplicationId(const char *value)
MessageResponse & WithEndpointResult(const Aws::Map< Aws::String, EndpointMessageResult > &value)
MessageResponse & AddResult(const Aws::String &key, MessageResult &&value)
MessageResponse & AddEndpointResult(const Aws::String &key, EndpointMessageResult &&value)
MessageResponse & WithRequestId(const Aws::String &value)
void SetApplicationId(const char *value)
const Aws::Map< Aws::String, MessageResult > & GetResult() const
AWS_PINPOINT_API MessageResponse & operator=(Aws::Utils::Json::JsonView jsonValue)
MessageResponse & AddResult(Aws::String &&key, MessageResult &&value)
const Aws::String & GetApplicationId() const
const Aws::String & GetRequestId() const
MessageResponse & AddResult(const char *key, MessageResult &&value)
void SetRequestId(Aws::String &&value)
AWS_PINPOINT_API Aws::Utils::Json::JsonValue Jsonize() const
MessageResponse & AddResult(Aws::String &&key, const MessageResult &value)
MessageResponse & AddResult(const Aws::String &key, const MessageResult &value)
MessageResponse & AddEndpointResult(Aws::String &&key, EndpointMessageResult &&value)
void SetRequestId(const char *value)
void SetResult(const Aws::Map< Aws::String, MessageResult > &value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue