7#include <aws/identitystore/IdentityStore_EXPORTS.h>
8#include <aws/identitystore/IdentityStoreRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace IdentityStore
43 template<
typename IdentityStoreIdT = Aws::String>
44 void SetIdentityStoreId(IdentityStoreIdT&& value) { m_identityStoreIdHasBeenSet =
true; m_identityStoreId = std::forward<IdentityStoreIdT>(value); }
45 template<
typename IdentityStoreIdT = Aws::String>
55 template<
typename GroupIdT = Aws::String>
56 void SetGroupId(GroupIdT&& value) { m_groupIdHasBeenSet =
true; m_groupId = std::forward<GroupIdT>(value); }
57 template<
typename GroupIdT = Aws::String>
63 bool m_identityStoreIdHasBeenSet =
false;
66 bool m_groupIdHasBeenSet =
false;
DeleteGroupRequest & WithIdentityStoreId(IdentityStoreIdT &&value)
const Aws::String & GetIdentityStoreId() const
AWS_IDENTITYSTORE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
DeleteGroupRequest & WithGroupId(GroupIdT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetGroupId() const
AWS_IDENTITYSTORE_API Aws::String SerializePayload() const override
void SetIdentityStoreId(IdentityStoreIdT &&value)
bool GroupIdHasBeenSet() const
AWS_IDENTITYSTORE_API DeleteGroupRequest()=default
bool IdentityStoreIdHasBeenSet() const
void SetGroupId(GroupIdT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String