7#include <aws/mwaa/MWAA_EXPORTS.h>
8#include <aws/mwaa/MWAARequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/mwaa/model/RestApiMethod.h>
11#include <aws/core/utils/Document.h>
46 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
63 inline void SetPath(
const char* value) { m_pathHasBeenSet =
true; m_path.assign(value); }
110 bool m_nameHasBeenSet =
false;
113 bool m_pathHasBeenSet =
false;
116 bool m_methodHasBeenSet =
false;
119 bool m_queryParametersHasBeenSet =
false;
122 bool m_bodyHasBeenSet =
false;
void SetQueryParameters(const Aws::Utils::Document &value)
void SetName(Aws::String &&value)
bool BodyHasBeenSet() const
bool NameHasBeenSet() const
void SetPath(const Aws::String &value)
InvokeRestApiRequest & WithMethod(const RestApiMethod &value)
InvokeRestApiRequest & WithName(const Aws::String &value)
InvokeRestApiRequest & WithBody(Aws::Utils::Document &&value)
void SetQueryParameters(Aws::Utils::Document &&value)
void SetPath(Aws::String &&value)
InvokeRestApiRequest & WithQueryParameters(const Aws::Utils::Document &value)
const Aws::String & GetPath() const
InvokeRestApiRequest & WithQueryParameters(Aws::Utils::Document &&value)
Aws::Utils::DocumentView GetMemberBody() const
bool MethodHasBeenSet() const
InvokeRestApiRequest & WithPath(const char *value)
InvokeRestApiRequest & WithBody(const Aws::Utils::Document &value)
bool PathHasBeenSet() const
const RestApiMethod & GetMethod() const
InvokeRestApiRequest & WithName(Aws::String &&value)
AWS_MWAA_API InvokeRestApiRequest()
void SetMethod(RestApiMethod &&value)
Aws::Utils::DocumentView GetQueryParameters() const
void SetMethod(const RestApiMethod &value)
bool QueryParametersHasBeenSet() const
InvokeRestApiRequest & WithPath(Aws::String &&value)
const Aws::String & GetName() const
void SetBody(Aws::Utils::Document &&value)
void SetBody(const Aws::Utils::Document &value)
virtual const char * GetServiceRequestName() const override
InvokeRestApiRequest & WithMethod(RestApiMethod &&value)
InvokeRestApiRequest & WithPath(const Aws::String &value)
InvokeRestApiRequest & WithName(const char *value)
AWS_MWAA_API Aws::String SerializePayload() const override
void SetName(const Aws::String &value)
void SetName(const char *value)
void SetPath(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String