7#include <aws/codepipeline/CodePipeline_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
20namespace CodePipeline {
41 template <
typename PipelineArnT = Aws::String>
43 m_pipelineArnHasBeenSet =
true;
44 m_pipelineArn = std::forward<PipelineArnT>(value);
46 template <
typename PipelineArnT = Aws::String>
59 template <
typename CreatedT = Aws::Utils::DateTime>
61 m_createdHasBeenSet =
true;
62 m_created = std::forward<CreatedT>(value);
64 template <
typename CreatedT = Aws::Utils::DateTime>
77 template <
typename UpdatedT = Aws::Utils::DateTime>
79 m_updatedHasBeenSet =
true;
80 m_updated = std::forward<UpdatedT>(value);
82 template <
typename UpdatedT = Aws::Utils::DateTime>
110 template <
typename PollingDisabledAtT = Aws::Utils::DateTime>
112 m_pollingDisabledAtHasBeenSet =
true;
113 m_pollingDisabledAt = std::forward<PollingDisabledAtT>(value);
115 template <
typename PollingDisabledAtT = Aws::Utils::DateTime>
129 bool m_pipelineArnHasBeenSet =
false;
130 bool m_createdHasBeenSet =
false;
131 bool m_updatedHasBeenSet =
false;
132 bool m_pollingDisabledAtHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue