7#include <aws/cloudfront/CloudFront_EXPORTS.h>
8#include <aws/cloudfront/CloudFrontRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/cloudfront/model/FunctionStage.h>
11#include <aws/core/utils/Array.h>
45 template<
typename NameT = Aws::String>
46 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
47 template<
typename NameT = Aws::String>
58 template<
typename IfMatchT = Aws::String>
59 void SetIfMatch(IfMatchT&& value) { m_ifMatchHasBeenSet =
true; m_ifMatch = std::forward<IfMatchT>(value); }
60 template<
typename IfMatchT = Aws::String>
84 template<
typename EventObjectT = Aws::Utils::CryptoBuffer>
85 void SetEventObject(EventObjectT&& value) { m_eventObjectHasBeenSet =
true; m_eventObject = std::forward<EventObjectT>(value); }
86 template<
typename EventObjectT = Aws::Utils::CryptoBuffer>
92 bool m_nameHasBeenSet =
false;
95 bool m_ifMatchHasBeenSet =
false;
98 bool m_stageHasBeenSet =
false;
101 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