7#include <aws/connectcampaignsv2/ConnectCampaignsV2Request.h>
8#include <aws/connectcampaignsv2/ConnectCampaignsV2_EXPORTS.h>
9#include <aws/connectcampaignsv2/model/EncryptionConfig.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15namespace ConnectCampaignsV2 {
39 template <
typename ConnectInstanceIdT = Aws::String>
41 m_connectInstanceIdHasBeenSet =
true;
42 m_connectInstanceId = std::forward<ConnectInstanceIdT>(value);
44 template <
typename ConnectInstanceIdT = Aws::String>
55 template <
typename EncryptionConfigT = EncryptionConfig>
57 m_encryptionConfigHasBeenSet =
true;
58 m_encryptionConfig = std::forward<EncryptionConfigT>(value);
60 template <
typename EncryptionConfigT = EncryptionConfig>
70 bool m_connectInstanceIdHasBeenSet =
false;
71 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