7#include <aws/connectcampaigns/ConnectCampaigns_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/connectcampaigns/model/EncryptionConfig.h>
22namespace ConnectCampaigns
45 template<
typename ConnectInstanceIdT = Aws::String>
46 void SetConnectInstanceId(ConnectInstanceIdT&& value) { m_connectInstanceIdHasBeenSet =
true; m_connectInstanceId = std::forward<ConnectInstanceIdT>(value); }
47 template<
typename ConnectInstanceIdT = Aws::String>
55 template<
typename ServiceLinkedRoleArnT = Aws::String>
56 void SetServiceLinkedRoleArn(ServiceLinkedRoleArnT&& value) { m_serviceLinkedRoleArnHasBeenSet =
true; m_serviceLinkedRoleArn = std::forward<ServiceLinkedRoleArnT>(value); }
57 template<
typename ServiceLinkedRoleArnT = Aws::String>
65 template<
typename EncryptionConfigT = EncryptionConfig>
66 void SetEncryptionConfig(EncryptionConfigT&& value) { m_encryptionConfigHasBeenSet =
true; m_encryptionConfig = std::forward<EncryptionConfigT>(value); }
67 template<
typename EncryptionConfigT = EncryptionConfig>
73 bool m_connectInstanceIdHasBeenSet =
false;
76 bool m_serviceLinkedRoleArnHasBeenSet =
false;
79 bool m_encryptionConfigHasBeenSet =
false;
AWS_CONNECTCAMPAIGNS_API InstanceConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
InstanceConfig & WithConnectInstanceId(ConnectInstanceIdT &&value)
void SetServiceLinkedRoleArn(ServiceLinkedRoleArnT &&value)
bool EncryptionConfigHasBeenSet() const
AWS_CONNECTCAMPAIGNS_API InstanceConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECTCAMPAIGNS_API InstanceConfig()=default
void SetConnectInstanceId(ConnectInstanceIdT &&value)
const EncryptionConfig & GetEncryptionConfig() const
const Aws::String & GetConnectInstanceId() const
InstanceConfig & WithEncryptionConfig(EncryptionConfigT &&value)
const Aws::String & GetServiceLinkedRoleArn() const
InstanceConfig & WithServiceLinkedRoleArn(ServiceLinkedRoleArnT &&value)
AWS_CONNECTCAMPAIGNS_API Aws::Utils::Json::JsonValue Jsonize() const
bool ConnectInstanceIdHasBeenSet() const
void SetEncryptionConfig(EncryptionConfigT &&value)
bool ServiceLinkedRoleArnHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue