7#include <aws/connect/ConnectRequest.h>
8#include <aws/connect/Connect_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
38 template <
typename SecurityProfileIdsT = Aws::Vector<Aws::String>>
40 m_securityProfileIdsHasBeenSet =
true;
41 m_securityProfileIds = std::forward<SecurityProfileIdsT>(value);
43 template <
typename SecurityProfileIdsT = Aws::Vector<Aws::String>>
48 template <
typename SecurityProfileIdsT = Aws::String>
50 m_securityProfileIdsHasBeenSet =
true;
51 m_securityProfileIds.emplace_back(std::forward<SecurityProfileIdsT>(value));
62 template <
typename UserIdT = Aws::String>
64 m_userIdHasBeenSet =
true;
65 m_userId = std::forward<UserIdT>(value);
67 template <
typename UserIdT = Aws::String>
82 template <
typename InstanceIdT = Aws::String>
84 m_instanceIdHasBeenSet =
true;
85 m_instanceId = std::forward<InstanceIdT>(value);
87 template <
typename InstanceIdT = Aws::String>
99 bool m_securityProfileIdsHasBeenSet =
false;
100 bool m_userIdHasBeenSet =
false;
101 bool m_instanceIdHasBeenSet =
false;
bool UserIdHasBeenSet() const
const Aws::String & GetUserId() const
bool SecurityProfileIdsHasBeenSet() const
UpdateUserSecurityProfilesRequest & AddSecurityProfileIds(SecurityProfileIdsT &&value)
UpdateUserSecurityProfilesRequest & WithUserId(UserIdT &&value)
virtual const char * GetServiceRequestName() const override
AWS_CONNECT_API Aws::String SerializePayload() const override
void SetSecurityProfileIds(SecurityProfileIdsT &&value)
void SetUserId(UserIdT &&value)
const Aws::Vector< Aws::String > & GetSecurityProfileIds() const
void SetInstanceId(InstanceIdT &&value)
const Aws::String & GetInstanceId() const
AWS_CONNECT_API UpdateUserSecurityProfilesRequest()=default
UpdateUserSecurityProfilesRequest & WithSecurityProfileIds(SecurityProfileIdsT &&value)
bool InstanceIdHasBeenSet() const
UpdateUserSecurityProfilesRequest & WithInstanceId(InstanceIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector