7#include <aws/connectcampaigns/ConnectCampaignsRequest.h>
8#include <aws/connectcampaigns/ConnectCampaigns_EXPORTS.h>
9#include <aws/connectcampaigns/model/EncryptionConfig.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15namespace ConnectCampaigns {
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;
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