7#include <aws/connectcampaignsv2/ConnectCampaignsV2_EXPORTS.h>
8#include <aws/connectcampaignsv2/ConnectCampaignsV2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/connectcampaignsv2/model/ProfileOutboundRequest.h>
16namespace ConnectCampaignsV2
45 template<
typename IdT = Aws::String>
46 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
47 template<
typename IdT = Aws::String>
55 template<
typename ProfileOutboundRequestsT = Aws::Vector<ProfileOutboundRequest>>
56 void SetProfileOutboundRequests(ProfileOutboundRequestsT&& value) { m_profileOutboundRequestsHasBeenSet =
true; m_profileOutboundRequests = std::forward<ProfileOutboundRequestsT>(value); }
57 template<
typename ProfileOutboundRequestsT = Aws::Vector<ProfileOutboundRequest>>
59 template<
typename ProfileOutboundRequestsT = ProfileOutboundRequest>
65 bool m_idHasBeenSet =
false;
68 bool m_profileOutboundRequestsHasBeenSet =
false;
PutProfileOutboundRequestBatchRequest & WithProfileOutboundRequests(ProfileOutboundRequestsT &&value)
AWS_CONNECTCAMPAIGNSV2_API PutProfileOutboundRequestBatchRequest()=default
AWS_CONNECTCAMPAIGNSV2_API Aws::String SerializePayload() const override
bool IdHasBeenSet() const
const Aws::Vector< ProfileOutboundRequest > & GetProfileOutboundRequests() const
bool ProfileOutboundRequestsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetId() const
void SetProfileOutboundRequests(ProfileOutboundRequestsT &&value)
PutProfileOutboundRequestBatchRequest & WithId(IdT &&value)
PutProfileOutboundRequestBatchRequest & AddProfileOutboundRequests(ProfileOutboundRequestsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector