7#include <aws/states/SFN_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename ProtocolT = Aws::String>
49 void SetProtocol(ProtocolT&& value) { m_protocolHasBeenSet =
true; m_protocol = std::forward<ProtocolT>(value); }
50 template<
typename ProtocolT = Aws::String>
60 template<
typename MethodT = Aws::String>
61 void SetMethod(MethodT&& value) { m_methodHasBeenSet =
true; m_method = std::forward<MethodT>(value); }
62 template<
typename MethodT = Aws::String>
72 template<
typename UrlT = Aws::String>
73 void SetUrl(UrlT&& value) { m_urlHasBeenSet =
true; m_url = std::forward<UrlT>(value); }
74 template<
typename UrlT = Aws::String>
84 template<
typename HeadersT = Aws::String>
85 void SetHeaders(HeadersT&& value) { m_headersHasBeenSet =
true; m_headers = std::forward<HeadersT>(value); }
86 template<
typename HeadersT = Aws::String>
96 template<
typename BodyT = Aws::String>
97 void SetBody(BodyT&& value) { m_bodyHasBeenSet =
true; m_body = std::forward<BodyT>(value); }
98 template<
typename BodyT = Aws::String>
104 bool m_protocolHasBeenSet =
false;
107 bool m_methodHasBeenSet =
false;
110 bool m_urlHasBeenSet =
false;
113 bool m_headersHasBeenSet =
false;
116 bool m_bodyHasBeenSet =
false;
void SetHeaders(HeadersT &&value)
bool MethodHasBeenSet() const
AWS_SFN_API InspectionDataRequest()=default
AWS_SFN_API Aws::Utils::Json::JsonValue Jsonize() const
InspectionDataRequest & WithUrl(UrlT &&value)
const Aws::String & GetUrl() const
InspectionDataRequest & WithMethod(MethodT &&value)
const Aws::String & GetProtocol() const
const Aws::String & GetBody() const
bool UrlHasBeenSet() const
const Aws::String & GetHeaders() const
AWS_SFN_API InspectionDataRequest & operator=(Aws::Utils::Json::JsonView jsonValue)
InspectionDataRequest & WithHeaders(HeadersT &&value)
void SetProtocol(ProtocolT &&value)
AWS_SFN_API InspectionDataRequest(Aws::Utils::Json::JsonView jsonValue)
bool ProtocolHasBeenSet() const
void SetMethod(MethodT &&value)
InspectionDataRequest & WithBody(BodyT &&value)
bool HeadersHasBeenSet() const
void SetBody(BodyT &&value)
InspectionDataRequest & WithProtocol(ProtocolT &&value)
bool BodyHasBeenSet() const
const Aws::String & GetMethod() const
void SetUrl(UrlT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue