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/identitystore/model/AlternateIdentifier.h>
15namespace IdentityStore
46 inline void SetIdentityStoreId(
const char* value) { m_identityStoreIdHasBeenSet =
true; m_identityStoreId.assign(value); }
69 bool m_identityStoreIdHasBeenSet =
false;
72 bool m_alternateIdentifierHasBeenSet =
false;
const AlternateIdentifier & GetAlternateIdentifier() const
GetGroupIdRequest & WithAlternateIdentifier(AlternateIdentifier &&value)
bool IdentityStoreIdHasBeenSet() const
void SetIdentityStoreId(Aws::String &&value)
AWS_IDENTITYSTORE_API GetGroupIdRequest()
AWS_IDENTITYSTORE_API Aws::String SerializePayload() const override
void SetIdentityStoreId(const Aws::String &value)
GetGroupIdRequest & WithIdentityStoreId(Aws::String &&value)
GetGroupIdRequest & WithIdentityStoreId(const Aws::String &value)
GetGroupIdRequest & WithIdentityStoreId(const char *value)
virtual const char * GetServiceRequestName() const override
GetGroupIdRequest & WithAlternateIdentifier(const AlternateIdentifier &value)
const Aws::String & GetIdentityStoreId() const
void SetAlternateIdentifier(const AlternateIdentifier &value)
void SetAlternateIdentifier(AlternateIdentifier &&value)
AWS_IDENTITYSTORE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetIdentityStoreId(const char *value)
bool AlternateIdentifierHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String