7#include <aws/connectcampaignsv2/ConnectCampaignsV2_EXPORTS.h>
8#include <aws/connectcampaignsv2/model/EventTriggerContext.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
21namespace ConnectCampaignsV2 {
40 template <
typename ClientTokenT = Aws::String>
42 m_clientTokenHasBeenSet =
true;
43 m_clientToken = std::forward<ClientTokenT>(value);
45 template <
typename ClientTokenT = Aws::String>
56 template <
typename ProfileIdT = Aws::String>
58 m_profileIdHasBeenSet =
true;
59 m_profileId = std::forward<ProfileIdT>(value);
61 template <
typename ProfileIdT = Aws::String>
72 template <
typename ExpirationTimeT = Aws::Utils::DateTime>
74 m_expirationTimeHasBeenSet =
true;
75 m_expirationTime = std::forward<ExpirationTimeT>(value);
77 template <
typename ExpirationTimeT = Aws::Utils::DateTime>
88 template <
typename EventTriggerContextT = EventTriggerContext>
90 m_eventTriggerContextHasBeenSet =
true;
91 m_eventTriggerContext = std::forward<EventTriggerContextT>(value);
93 template <
typename EventTriggerContextT = EventTriggerContext>
106 EventTriggerContext m_eventTriggerContext;
107 bool m_clientTokenHasBeenSet =
false;
108 bool m_profileIdHasBeenSet =
false;
109 bool m_expirationTimeHasBeenSet =
false;
110 bool m_eventTriggerContextHasBeenSet =
false;
bool ExpirationTimeHasBeenSet() const
ProfileOutboundRequest & WithClientToken(ClientTokenT &&value)
bool ClientTokenHasBeenSet() const
ProfileOutboundRequest & WithEventTriggerContext(EventTriggerContextT &&value)
const Aws::String & GetProfileId() const
AWS_CONNECTCAMPAIGNSV2_API ProfileOutboundRequest(Aws::Utils::Json::JsonView jsonValue)
ProfileOutboundRequest & WithProfileId(ProfileIdT &&value)
AWS_CONNECTCAMPAIGNSV2_API ProfileOutboundRequest & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ProfileIdHasBeenSet() const
void SetClientToken(ClientTokenT &&value)
const Aws::String & GetClientToken() const
void SetProfileId(ProfileIdT &&value)
AWS_CONNECTCAMPAIGNSV2_API Aws::Utils::Json::JsonValue Jsonize() const
const EventTriggerContext & GetEventTriggerContext() const
bool EventTriggerContextHasBeenSet() const
const Aws::Utils::DateTime & GetExpirationTime() const
void SetExpirationTime(ExpirationTimeT &&value)
ProfileOutboundRequest & WithExpirationTime(ExpirationTimeT &&value)
void SetEventTriggerContext(EventTriggerContextT &&value)
AWS_CONNECTCAMPAIGNSV2_API ProfileOutboundRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue