7#include <aws/connectcampaignsv2/ConnectCampaignsV2_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
20namespace ConnectCampaignsV2 {
39 template <
typename ClientTokenT = Aws::String>
41 m_clientTokenHasBeenSet =
true;
42 m_clientToken = std::forward<ClientTokenT>(value);
44 template <
typename ClientTokenT = Aws::String>
55 template <
typename ProfileIdT = Aws::String>
57 m_profileIdHasBeenSet =
true;
58 m_profileId = std::forward<ProfileIdT>(value);
60 template <
typename ProfileIdT = Aws::String>
71 template <
typename ExpirationTimeT = Aws::Utils::DateTime>
73 m_expirationTimeHasBeenSet =
true;
74 m_expirationTime = std::forward<ExpirationTimeT>(value);
76 template <
typename ExpirationTimeT = Aws::Utils::DateTime>
88 bool m_clientTokenHasBeenSet =
false;
89 bool m_profileIdHasBeenSet =
false;
90 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