7#include <aws/connect/ConnectRequest.h>
8#include <aws/connect/Connect_EXPORTS.h>
9#include <aws/connect/model/EntityType.h>
10#include <aws/connect/model/SecurityProfileItem.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
41 template <
typename InstanceIdT = Aws::String>
43 m_instanceIdHasBeenSet =
true;
44 m_instanceId = std::forward<InstanceIdT>(value);
46 template <
typename InstanceIdT = Aws::String>
59 template <
typename SecurityProfilesT = Aws::Vector<SecurityProfileItem>>
61 m_securityProfilesHasBeenSet =
true;
62 m_securityProfiles = std::forward<SecurityProfilesT>(value);
64 template <
typename SecurityProfilesT = Aws::Vector<SecurityProfileItem>>
69 template <
typename SecurityProfilesT = SecurityProfileItem>
71 m_securityProfilesHasBeenSet =
true;
72 m_securityProfiles.emplace_back(std::forward<SecurityProfilesT>(value));
84 m_entityTypeHasBeenSet =
true;
99 template <
typename EntityArnT = Aws::String>
101 m_entityArnHasBeenSet =
true;
102 m_entityArn = std::forward<EntityArnT>(value);
104 template <
typename EntityArnT = Aws::String>
118 bool m_instanceIdHasBeenSet =
false;
119 bool m_securityProfilesHasBeenSet =
false;
120 bool m_entityTypeHasBeenSet =
false;
121 bool m_entityArnHasBeenSet =
false;
bool SecurityProfilesHasBeenSet() const
const Aws::Vector< SecurityProfileItem > & GetSecurityProfiles() const
AssociateSecurityProfilesRequest & WithSecurityProfiles(SecurityProfilesT &&value)
AssociateSecurityProfilesRequest & AddSecurityProfiles(SecurityProfilesT &&value)
void SetInstanceId(InstanceIdT &&value)
void SetEntityArn(EntityArnT &&value)
virtual const char * GetServiceRequestName() const override
AWS_CONNECT_API AssociateSecurityProfilesRequest()=default
void SetSecurityProfiles(SecurityProfilesT &&value)
AWS_CONNECT_API Aws::String SerializePayload() const override
AssociateSecurityProfilesRequest & WithInstanceId(InstanceIdT &&value)
AssociateSecurityProfilesRequest & WithEntityArn(EntityArnT &&value)
AssociateSecurityProfilesRequest & WithEntityType(EntityType value)
const Aws::String & GetEntityArn() const
bool InstanceIdHasBeenSet() const
bool EntityTypeHasBeenSet() const
EntityType GetEntityType() const
void SetEntityType(EntityType value)
const Aws::String & GetInstanceId() const
bool EntityArnHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector