7#include <aws/connectcampaignsv2/ConnectCampaignsV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/connectcampaignsv2/model/ProfileOutboundRequestFailureCode.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 IdT = Aws::String>
56 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
57 template<
typename IdT = Aws::String>
71 bool m_clientTokenHasBeenSet =
false;
74 bool m_idHasBeenSet =
false;
77 bool m_failureCodeHasBeenSet =
false;
bool ClientTokenHasBeenSet() const
AWS_CONNECTCAMPAIGNSV2_API FailedProfileOutboundRequest(Aws::Utils::Json::JsonView jsonValue)
FailedProfileOutboundRequest & WithFailureCode(ProfileOutboundRequestFailureCode value)
AWS_CONNECTCAMPAIGNSV2_API Aws::Utils::Json::JsonValue Jsonize() const
bool FailureCodeHasBeenSet() const
ProfileOutboundRequestFailureCode GetFailureCode() const
const Aws::String & GetId() const
AWS_CONNECTCAMPAIGNSV2_API FailedProfileOutboundRequest & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetClientToken(ClientTokenT &&value)
bool IdHasBeenSet() const
void SetFailureCode(ProfileOutboundRequestFailureCode value)
FailedProfileOutboundRequest & WithId(IdT &&value)
AWS_CONNECTCAMPAIGNSV2_API FailedProfileOutboundRequest()=default
FailedProfileOutboundRequest & WithClientToken(ClientTokenT &&value)
const Aws::String & GetClientToken() const
ProfileOutboundRequestFailureCode
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue