7#include <aws/connectcampaigns/ConnectCampaigns_EXPORTS.h>
8#include <aws/connectcampaigns/model/EncryptionConfig.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
20namespace 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 ServiceLinkedRoleArnT = Aws::String>
57 m_serviceLinkedRoleArnHasBeenSet =
true;
58 m_serviceLinkedRoleArn = std::forward<ServiceLinkedRoleArnT>(value);
60 template <
typename ServiceLinkedRoleArnT = Aws::String>
71 template <
typename EncryptionConfigT = EncryptionConfig>
73 m_encryptionConfigHasBeenSet =
true;
74 m_encryptionConfig = std::forward<EncryptionConfigT>(value);
76 template <
typename EncryptionConfigT = EncryptionConfig>
88 bool m_connectInstanceIdHasBeenSet =
false;
89 bool m_serviceLinkedRoleArnHasBeenSet =
false;
90 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