7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename TokenT = Aws::String>
50 void SetToken(TokenT&& value) { m_tokenHasBeenSet =
true; m_token = std::forward<TokenT>(value); }
51 template<
typename TokenT = Aws::String>
63 template<
typename UrlT = Aws::String>
64 void SetUrl(UrlT&& value) { m_urlHasBeenSet =
true; m_url = std::forward<UrlT>(value); }
65 template<
typename UrlT = Aws::String>
71 bool m_tokenHasBeenSet =
false;
74 bool m_urlHasBeenSet =
false;
void SetToken(TokenT &&value)
AWS_IOT_API SalesforceAction & operator=(Aws::Utils::Json::JsonView jsonValue)
SalesforceAction & WithUrl(UrlT &&value)
bool TokenHasBeenSet() const
void SetUrl(UrlT &&value)
AWS_IOT_API SalesforceAction(Aws::Utils::Json::JsonView jsonValue)
SalesforceAction & WithToken(TokenT &&value)
const Aws::String & GetToken() const
AWS_IOT_API SalesforceAction()=default
const Aws::String & GetUrl() const
bool UrlHasBeenSet() const
AWS_IOT_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue