7#include <aws/cloudfront/CloudFront_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/cloudfront/model/FunctionStage.h>
10#include <aws/core/utils/DateTime.h>
49 template<
typename FunctionARNT = Aws::String>
50 void SetFunctionARN(FunctionARNT&& value) { m_functionARNHasBeenSet =
true; m_functionARN = std::forward<FunctionARNT>(value); }
51 template<
typename FunctionARNT = Aws::String>
76 template<
typename CreatedTimeT = Aws::Utils::DateTime>
77 void SetCreatedTime(CreatedTimeT&& value) { m_createdTimeHasBeenSet =
true; m_createdTime = std::forward<CreatedTimeT>(value); }
78 template<
typename CreatedTimeT = Aws::Utils::DateTime>
88 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
89 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
90 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
96 bool m_functionARNHasBeenSet =
false;
99 bool m_stageHasBeenSet =
false;
102 bool m_createdTimeHasBeenSet =
false;
105 bool m_lastModifiedTimeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String