7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/iot/model/HttpAuthorization.h>
11#include <aws/iot/model/HttpActionHeader.h>
52 inline void SetUrl(
Aws::String&& value) { m_urlHasBeenSet =
true; m_url = std::move(value); }
53 inline void SetUrl(
const char* value) { m_urlHasBeenSet =
true; m_url.assign(value); }
72 inline void SetConfirmationUrl(
const char* value) { m_confirmationUrlHasBeenSet =
true; m_confirmationUrl.assign(value); }
106 bool m_urlHasBeenSet =
false;
109 bool m_confirmationUrlHasBeenSet =
false;
112 bool m_headersHasBeenSet =
false;
115 bool m_authHasBeenSet =
false;
const Aws::Vector< HttpActionHeader > & GetHeaders() const
HttpAction & WithUrl(const Aws::String &value)
HttpAction & WithConfirmationUrl(const char *value)
AWS_IOT_API HttpAction & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetConfirmationUrl() const
void SetConfirmationUrl(const char *value)
HttpAction & WithHeaders(const Aws::Vector< HttpActionHeader > &value)
HttpAction & AddHeaders(const HttpActionHeader &value)
void SetUrl(const char *value)
void SetAuth(HttpAuthorization &&value)
void SetUrl(const Aws::String &value)
void SetUrl(Aws::String &&value)
HttpAction & AddHeaders(HttpActionHeader &&value)
const HttpAuthorization & GetAuth() const
bool ConfirmationUrlHasBeenSet() const
bool UrlHasBeenSet() const
bool HeadersHasBeenSet() const
HttpAction & WithHeaders(Aws::Vector< HttpActionHeader > &&value)
HttpAction & WithAuth(HttpAuthorization &&value)
HttpAction & WithConfirmationUrl(const Aws::String &value)
HttpAction & WithUrl(const char *value)
void SetConfirmationUrl(const Aws::String &value)
void SetAuth(const HttpAuthorization &value)
void SetHeaders(const Aws::Vector< HttpActionHeader > &value)
HttpAction & WithAuth(const HttpAuthorization &value)
bool AuthHasBeenSet() const
AWS_IOT_API HttpAction(Aws::Utils::Json::JsonView jsonValue)
void SetHeaders(Aws::Vector< HttpActionHeader > &&value)
void SetConfirmationUrl(Aws::String &&value)
AWS_IOT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetUrl() const
HttpAction & WithUrl(Aws::String &&value)
HttpAction & WithConfirmationUrl(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue