7#include <aws/connectcampaignsv2/ConnectCampaignsV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
22namespace ConnectCampaignsV2
45 template<
typename ClientTokenT = Aws::String>
46 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
47 template<
typename ClientTokenT = Aws::String>
55 template<
typename ProfileIdT = Aws::String>
56 void SetProfileId(ProfileIdT&& value) { m_profileIdHasBeenSet =
true; m_profileId = std::forward<ProfileIdT>(value); }
57 template<
typename ProfileIdT = Aws::String>
65 template<
typename ExpirationTimeT = Aws::Utils::DateTime>
66 void SetExpirationTime(ExpirationTimeT&& value) { m_expirationTimeHasBeenSet =
true; m_expirationTime = std::forward<ExpirationTimeT>(value); }
67 template<
typename ExpirationTimeT = Aws::Utils::DateTime>
73 bool m_clientTokenHasBeenSet =
false;
76 bool m_profileIdHasBeenSet =
false;
79 bool m_expirationTimeHasBeenSet =
false;
bool ExpirationTimeHasBeenSet() const
ProfileOutboundRequest & WithClientToken(ClientTokenT &&value)
bool ClientTokenHasBeenSet() const
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 Aws::Utils::DateTime & GetExpirationTime() const
void SetExpirationTime(ExpirationTimeT &&value)
ProfileOutboundRequest & WithExpirationTime(ExpirationTimeT &&value)
AWS_CONNECTCAMPAIGNSV2_API ProfileOutboundRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue