7#include <aws/waf/WAF_EXPORTS.h>
8#include <aws/waf/model/ByteMatchSet.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
50 template<
typename ByteMatchSetT = ByteMatchSet>
51 void SetByteMatchSet(ByteMatchSetT&& value) { m_byteMatchSetHasBeenSet =
true; m_byteMatchSet = std::forward<ByteMatchSetT>(value); }
52 template<
typename ByteMatchSetT = ByteMatchSet>
59 template<
typename RequestIdT = Aws::String>
60 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
61 template<
typename RequestIdT = Aws::String>
67 bool m_byteMatchSetHasBeenSet =
false;
70 bool m_requestIdHasBeenSet =
false;
void SetByteMatchSet(ByteMatchSetT &&value)
AWS_WAF_API GetByteMatchSetResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
GetByteMatchSetResult & WithRequestId(RequestIdT &&value)
GetByteMatchSetResult & WithByteMatchSet(ByteMatchSetT &&value)
AWS_WAF_API GetByteMatchSetResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_WAF_API GetByteMatchSetResult()=default
const ByteMatchSet & GetByteMatchSet() const
void SetRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue