7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/states/SFN_EXPORTS.h>
42 template <
typename ProtocolT = Aws::String>
44 m_protocolHasBeenSet =
true;
45 m_protocol = std::forward<ProtocolT>(value);
47 template <
typename ProtocolT = Aws::String>
60 template <
typename MethodT = Aws::String>
62 m_methodHasBeenSet =
true;
63 m_method = std::forward<MethodT>(value);
65 template <
typename MethodT = Aws::String>
78 template <
typename UrlT = Aws::String>
80 m_urlHasBeenSet =
true;
81 m_url = std::forward<UrlT>(value);
83 template <
typename UrlT = Aws::String>
85 SetUrl(std::forward<UrlT>(value));
96 template <
typename HeadersT = Aws::String>
98 m_headersHasBeenSet =
true;
99 m_headers = std::forward<HeadersT>(value);
101 template <
typename HeadersT = Aws::String>
114 template <
typename BodyT = Aws::String>
116 m_bodyHasBeenSet =
true;
117 m_body = std::forward<BodyT>(value);
119 template <
typename BodyT = Aws::String>
121 SetBody(std::forward<BodyT>(value));
135 bool m_protocolHasBeenSet =
false;
136 bool m_methodHasBeenSet =
false;
137 bool m_urlHasBeenSet =
false;
138 bool m_headersHasBeenSet =
false;
139 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