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/connectcampaignsv2/model/EncryptionConfig.h>
15namespace ConnectCampaignsV2
43 template<
typename ConnectInstanceIdT = Aws::String>
44 void SetConnectInstanceId(ConnectInstanceIdT&& value) { m_connectInstanceIdHasBeenSet =
true; m_connectInstanceId = std::forward<ConnectInstanceIdT>(value); }
45 template<
typename ConnectInstanceIdT = Aws::String>
53 template<
typename EncryptionConfigT = EncryptionConfig>
54 void SetEncryptionConfig(EncryptionConfigT&& value) { m_encryptionConfigHasBeenSet =
true; m_encryptionConfig = std::forward<EncryptionConfigT>(value); }
55 template<
typename EncryptionConfigT = EncryptionConfig>
61 bool m_connectInstanceIdHasBeenSet =
false;
64 bool m_encryptionConfigHasBeenSet =
false;
AWS_CONNECTCAMPAIGNSV2_API StartInstanceOnboardingJobRequest()=default
void SetEncryptionConfig(EncryptionConfigT &&value)
StartInstanceOnboardingJobRequest & WithEncryptionConfig(EncryptionConfigT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetConnectInstanceId() const
bool ConnectInstanceIdHasBeenSet() const
StartInstanceOnboardingJobRequest & WithConnectInstanceId(ConnectInstanceIdT &&value)
void SetConnectInstanceId(ConnectInstanceIdT &&value)
bool EncryptionConfigHasBeenSet() const
AWS_CONNECTCAMPAIGNSV2_API Aws::String SerializePayload() const override
const EncryptionConfig & GetEncryptionConfig() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String