7#include <aws/cloudfront/CloudFront_EXPORTS.h>
8#include <aws/cloudfront/model/FunctionSummary.h>
9#include <aws/core/http/HttpResponse.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
37 template <
typename FunctionSummaryT = FunctionSummary>
39 m_functionSummaryHasBeenSet =
true;
40 m_functionSummary = std::forward<FunctionSummaryT>(value);
42 template <
typename FunctionSummaryT = FunctionSummary>
55 template <
typename LocationT = Aws::String>
57 m_locationHasBeenSet =
true;
58 m_location = std::forward<LocationT>(value);
60 template <
typename LocationT = Aws::String>
73 template <
typename ETagT = Aws::String>
75 m_eTagHasBeenSet =
true;
76 m_eTag = std::forward<ETagT>(value);
78 template <
typename ETagT = Aws::String>
80 SetETag(std::forward<ETagT>(value));
88 template <
typename RequestIdT = Aws::String>
90 m_requestIdHasBeenSet =
true;
91 m_requestId = std::forward<RequestIdT>(value);
93 template <
typename RequestIdT = Aws::String>
110 bool m_functionSummaryHasBeenSet =
false;
111 bool m_locationHasBeenSet =
false;
112 bool m_eTagHasBeenSet =
false;
113 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetETag() const
void SetRequestId(RequestIdT &&value)
void SetETag(ETagT &&value)
AWS_CLOUDFRONT_API CreateFunction2020_05_31Result(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
CreateFunction2020_05_31Result & WithFunctionSummary(FunctionSummaryT &&value)
const Aws::String & GetLocation() const
AWS_CLOUDFRONT_API CreateFunction2020_05_31Result()=default
AWS_CLOUDFRONT_API CreateFunction2020_05_31Result & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
CreateFunction2020_05_31Result & WithETag(ETagT &&value)
void SetLocation(LocationT &&value)
CreateFunction2020_05_31Result & WithLocation(LocationT &&value)
void SetFunctionSummary(FunctionSummaryT &&value)
const FunctionSummary & GetFunctionSummary() const
CreateFunction2020_05_31Result & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Xml::XmlDocument XmlDocument