7#include <aws/cloudfront/CloudFrontRequest.h>
8#include <aws/cloudfront/CloudFront_EXPORTS.h>
9#include <aws/cloudfront/model/FunctionStage.h>
10#include <aws/core/utils/Array.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
41 template <
typename NameT = Aws::String>
43 m_nameHasBeenSet =
true;
44 m_name = std::forward<NameT>(value);
46 template <
typename NameT = Aws::String>
48 SetName(std::forward<NameT>(value));
60 template <
typename IfMatchT = Aws::String>
62 m_ifMatchHasBeenSet =
true;
63 m_ifMatch = std::forward<IfMatchT>(value);
65 template <
typename IfMatchT = Aws::String>
80 m_stageHasBeenSet =
true;
98 template <
typename EventObjectT = Aws::Utils::CryptoBuffer>
100 m_eventObjectHasBeenSet =
true;
101 m_eventObject = std::forward<EventObjectT>(value);
103 template <
typename EventObjectT = Aws::Utils::CryptoBuffer>
117 bool m_nameHasBeenSet =
false;
118 bool m_ifMatchHasBeenSet =
false;
119 bool m_stageHasBeenSet =
false;
120 bool m_eventObjectHasBeenSet =
false;
TestFunction2020_05_31Request & WithStage(FunctionStage value)
void SetIfMatch(IfMatchT &&value)
const Aws::String & GetIfMatch() const
bool NameHasBeenSet() const
AWS_CLOUDFRONT_API Aws::String SerializePayload() const override
void SetEventObject(EventObjectT &&value)
bool IfMatchHasBeenSet() const
void SetName(NameT &&value)
FunctionStage GetStage() const
AWS_CLOUDFRONT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool EventObjectHasBeenSet() const
const Aws::Utils::CryptoBuffer & GetEventObject() const
TestFunction2020_05_31Request & WithIfMatch(IfMatchT &&value)
void SetStage(FunctionStage value)
const Aws::String & GetName() const
AWS_CLOUDFRONT_API TestFunction2020_05_31Request()=default
TestFunction2020_05_31Request & WithEventObject(EventObjectT &&value)
virtual const char * GetServiceRequestName() const override
TestFunction2020_05_31Request & WithName(NameT &&value)
bool StageHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String