7#include <aws/cloudfront/CloudFront_EXPORTS.h>
8#include <aws/cloudfront/model/FunctionStage.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
43 template <
typename FunctionARNT = Aws::String>
45 m_functionARNHasBeenSet =
true;
46 m_functionARN = std::forward<FunctionARNT>(value);
48 template <
typename FunctionARNT = Aws::String>
67 m_stageHasBeenSet =
true;
82 template <
typename CreatedTimeT = Aws::Utils::DateTime>
84 m_createdTimeHasBeenSet =
true;
85 m_createdTime = std::forward<CreatedTimeT>(value);
87 template <
typename CreatedTimeT = Aws::Utils::DateTime>
100 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
102 m_lastModifiedTimeHasBeenSet =
true;
103 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
105 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
119 bool m_functionARNHasBeenSet =
false;
120 bool m_stageHasBeenSet =
false;
121 bool m_createdTimeHasBeenSet =
false;
122 bool m_lastModifiedTimeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String