7#include <aws/elasticmapreduce/EMR_EXPORTS.h>
8#include <aws/elasticmapreduce/EMRRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/elasticmapreduce/model/IdentityType.h>
46 inline void SetStudioId(
const char* value) { m_studioIdHasBeenSet =
true; m_studioId.assign(value); }
66 inline void SetIdentityId(
const char* value) { m_identityIdHasBeenSet =
true; m_identityId.assign(value); }
85 inline void SetIdentityName(
const char* value) { m_identityNameHasBeenSet =
true; m_identityName.assign(value); }
105 bool m_studioIdHasBeenSet =
false;
108 bool m_identityIdHasBeenSet =
false;
111 bool m_identityNameHasBeenSet =
false;
114 bool m_identityTypeHasBeenSet =
false;
GetStudioSessionMappingRequest & WithIdentityId(const char *value)
void SetIdentityName(const char *value)
void SetIdentityName(const Aws::String &value)
void SetStudioId(const Aws::String &value)
GetStudioSessionMappingRequest & WithIdentityType(IdentityType &&value)
void SetIdentityType(IdentityType &&value)
GetStudioSessionMappingRequest & WithIdentityName(const char *value)
virtual const char * GetServiceRequestName() const override
void SetIdentityName(Aws::String &&value)
GetStudioSessionMappingRequest & WithIdentityName(const Aws::String &value)
void SetIdentityType(const IdentityType &value)
void SetStudioId(const char *value)
GetStudioSessionMappingRequest & WithIdentityId(const Aws::String &value)
const Aws::String & GetIdentityId() const
AWS_EMR_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetIdentityId(Aws::String &&value)
const IdentityType & GetIdentityType() const
void SetStudioId(Aws::String &&value)
GetStudioSessionMappingRequest & WithIdentityType(const IdentityType &value)
GetStudioSessionMappingRequest & WithStudioId(const char *value)
GetStudioSessionMappingRequest & WithIdentityId(Aws::String &&value)
GetStudioSessionMappingRequest & WithStudioId(Aws::String &&value)
const Aws::String & GetStudioId() const
AWS_EMR_API Aws::String SerializePayload() const override
GetStudioSessionMappingRequest & WithStudioId(const Aws::String &value)
void SetIdentityId(const char *value)
void SetIdentityId(const Aws::String &value)
bool IdentityIdHasBeenSet() const
AWS_EMR_API GetStudioSessionMappingRequest()
bool IdentityNameHasBeenSet() const
bool IdentityTypeHasBeenSet() const
const Aws::String & GetIdentityName() const
GetStudioSessionMappingRequest & WithIdentityName(Aws::String &&value)
bool StudioIdHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String