7#include <aws/cloudfront/CloudFrontRequest.h>
8#include <aws/cloudfront/CloudFront_EXPORTS.h>
9#include <aws/cloudfront/model/FunctionConfig.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>
78 template <
typename FunctionConfigT = FunctionConfig>
80 m_functionConfigHasBeenSet =
true;
81 m_functionConfig = std::forward<FunctionConfigT>(value);
83 template <
typename FunctionConfigT = FunctionConfig>
100 template <
typename FunctionCodeT = Aws::Utils::CryptoBuffer>
102 m_functionCodeHasBeenSet =
true;
103 m_functionCode = std::forward<FunctionCodeT>(value);
105 template <
typename FunctionCodeT = Aws::Utils::CryptoBuffer>
119 bool m_nameHasBeenSet =
false;
120 bool m_ifMatchHasBeenSet =
false;
121 bool m_functionConfigHasBeenSet =
false;
122 bool m_functionCodeHasBeenSet =
false;
const FunctionConfig & GetFunctionConfig() const
AWS_CLOUDFRONT_API Aws::String SerializePayload() const override
void SetIfMatch(IfMatchT &&value)
void SetName(NameT &&value)
UpdateFunction2020_05_31Request & WithIfMatch(IfMatchT &&value)
virtual const char * GetServiceRequestName() const override
UpdateFunction2020_05_31Request & WithFunctionCode(FunctionCodeT &&value)
bool NameHasBeenSet() const
bool IfMatchHasBeenSet() const
AWS_CLOUDFRONT_API UpdateFunction2020_05_31Request()=default
const Aws::String & GetName() const
const Aws::Utils::CryptoBuffer & GetFunctionCode() const
void SetFunctionCode(FunctionCodeT &&value)
const Aws::String & GetIfMatch() const
UpdateFunction2020_05_31Request & WithName(NameT &&value)
bool FunctionConfigHasBeenSet() const
void SetFunctionConfig(FunctionConfigT &&value)
AWS_CLOUDFRONT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
UpdateFunction2020_05_31Request & WithFunctionConfig(FunctionConfigT &&value)
bool FunctionCodeHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String