7#include <aws/connectcampaigns/ConnectCampaigns_EXPORTS.h>
8#include <aws/connectcampaigns/ConnectCampaignsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/connectcampaigns/model/EncryptionConfig.h>
15namespace ConnectCampaigns
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;
StartInstanceOnboardingJobRequest & WithConnectInstanceId(ConnectInstanceIdT &&value)
void SetConnectInstanceId(ConnectInstanceIdT &&value)
AWS_CONNECTCAMPAIGNS_API StartInstanceOnboardingJobRequest()=default
StartInstanceOnboardingJobRequest & WithEncryptionConfig(EncryptionConfigT &&value)
void SetEncryptionConfig(EncryptionConfigT &&value)
bool EncryptionConfigHasBeenSet() const
const EncryptionConfig & GetEncryptionConfig() const
bool ConnectInstanceIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_CONNECTCAMPAIGNS_API Aws::String SerializePayload() const override
const Aws::String & GetConnectInstanceId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String