7#include <aws/identitystore/IdentityStore_EXPORTS.h>
8#include <aws/identitystore/IdentityStoreRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/identitystore/model/AttributeOperation.h>
16namespace IdentityStore
45 template<
typename IdentityStoreIdT = Aws::String>
46 void SetIdentityStoreId(IdentityStoreIdT&& value) { m_identityStoreIdHasBeenSet =
true; m_identityStoreId = std::forward<IdentityStoreIdT>(value); }
47 template<
typename IdentityStoreIdT = Aws::String>
57 template<
typename GroupIdT = Aws::String>
58 void SetGroupId(GroupIdT&& value) { m_groupIdHasBeenSet =
true; m_groupId = std::forward<GroupIdT>(value); }
59 template<
typename GroupIdT = Aws::String>
70 template<
typename OperationsT = Aws::Vector<AttributeOperation>>
71 void SetOperations(OperationsT&& value) { m_operationsHasBeenSet =
true; m_operations = std::forward<OperationsT>(value); }
72 template<
typename OperationsT = Aws::Vector<AttributeOperation>>
74 template<
typename OperationsT = AttributeOperation>
75 UpdateGroupRequest&
AddOperations(OperationsT&& value) { m_operationsHasBeenSet =
true; m_operations.emplace_back(std::forward<OperationsT>(value));
return *
this; }
80 bool m_identityStoreIdHasBeenSet =
false;
83 bool m_groupIdHasBeenSet =
false;
86 bool m_operationsHasBeenSet =
false;
void SetGroupId(GroupIdT &&value)
UpdateGroupRequest & WithOperations(OperationsT &&value)
void SetIdentityStoreId(IdentityStoreIdT &&value)
void SetOperations(OperationsT &&value)
const Aws::String & GetGroupId() const
UpdateGroupRequest & WithGroupId(GroupIdT &&value)
UpdateGroupRequest & AddOperations(OperationsT &&value)
const Aws::Vector< AttributeOperation > & GetOperations() const
AWS_IDENTITYSTORE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
UpdateGroupRequest & WithIdentityStoreId(IdentityStoreIdT &&value)
AWS_IDENTITYSTORE_API UpdateGroupRequest()=default
bool GroupIdHasBeenSet() const
const Aws::String & GetIdentityStoreId() const
bool IdentityStoreIdHasBeenSet() const
bool OperationsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_IDENTITYSTORE_API Aws::String SerializePayload() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector