AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
GetConfigurationSetEventDestinationsResult.h
1
6#pragma once
7#include <aws/pinpoint-email/PinpointEmail_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/pinpoint-email/model/EventDestination.h>
11#include <utility>
12
13namespace Aws
14{
15template<typename RESULT_TYPE>
16class AmazonWebServiceResult;
17
18namespace Utils
19{
20namespace Json
21{
22 class JsonValue;
23} // namespace Json
24} // namespace Utils
25namespace PinpointEmail
26{
27namespace Model
28{
36 {
37 public:
41
42
44
48 inline const Aws::Vector<EventDestination>& GetEventDestinations() const{ return m_eventDestinations; }
49 inline void SetEventDestinations(const Aws::Vector<EventDestination>& value) { m_eventDestinations = value; }
50 inline void SetEventDestinations(Aws::Vector<EventDestination>&& value) { m_eventDestinations = std::move(value); }
53 inline GetConfigurationSetEventDestinationsResult& AddEventDestinations(const EventDestination& value) { m_eventDestinations.push_back(value); return *this; }
54 inline GetConfigurationSetEventDestinationsResult& AddEventDestinations(EventDestination&& value) { m_eventDestinations.push_back(std::move(value)); return *this; }
56
58
59 inline const Aws::String& GetRequestId() const{ return m_requestId; }
60 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
61 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
62 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
64 inline GetConfigurationSetEventDestinationsResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
65 inline GetConfigurationSetEventDestinationsResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
67 private:
68
69 Aws::Vector<EventDestination> m_eventDestinations;
70
71 Aws::String m_requestId;
72 };
73
74} // namespace Model
75} // namespace PinpointEmail
76} // namespace Aws
GetConfigurationSetEventDestinationsResult & WithRequestId(Aws::String &&value)
GetConfigurationSetEventDestinationsResult & WithEventDestinations(Aws::Vector< EventDestination > &&value)
GetConfigurationSetEventDestinationsResult & WithRequestId(const Aws::String &value)
GetConfigurationSetEventDestinationsResult & AddEventDestinations(EventDestination &&value)
GetConfigurationSetEventDestinationsResult & WithEventDestinations(const Aws::Vector< EventDestination > &value)
GetConfigurationSetEventDestinationsResult & AddEventDestinations(const EventDestination &value)
AWS_PINPOINTEMAIL_API GetConfigurationSetEventDestinationsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetConfigurationSetEventDestinationsResult & WithRequestId(const char *value)
AWS_PINPOINTEMAIL_API GetConfigurationSetEventDestinationsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue