7#include <aws/identitystore/IdentityStore_EXPORTS.h>
8#include <aws/identitystore/IdentityStoreRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace IdentityStore
49 inline void SetIdentityStoreId(
const char* value) { m_identityStoreIdHasBeenSet =
true; m_identityStoreId.assign(value); }
63 inline void SetGroupId(
const char* value) { m_groupIdHasBeenSet =
true; m_groupId.assign(value); }
71 bool m_identityStoreIdHasBeenSet =
false;
74 bool m_groupIdHasBeenSet =
false;
bool IdentityStoreIdHasBeenSet() const
AWS_IDENTITYSTORE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
DescribeGroupRequest & WithGroupId(const char *value)
void SetGroupId(const Aws::String &value)
void SetIdentityStoreId(Aws::String &&value)
bool GroupIdHasBeenSet() const
const Aws::String & GetGroupId() const
DescribeGroupRequest & WithIdentityStoreId(Aws::String &&value)
AWS_IDENTITYSTORE_API Aws::String SerializePayload() const override
const Aws::String & GetIdentityStoreId() const
void SetGroupId(const char *value)
void SetIdentityStoreId(const char *value)
AWS_IDENTITYSTORE_API DescribeGroupRequest()
DescribeGroupRequest & WithGroupId(const Aws::String &value)
void SetGroupId(Aws::String &&value)
DescribeGroupRequest & WithIdentityStoreId(const char *value)
DescribeGroupRequest & WithGroupId(Aws::String &&value)
void SetIdentityStoreId(const Aws::String &value)
DescribeGroupRequest & WithIdentityStoreId(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String