7#include <aws/ssm-contacts/SSMContacts_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/ssm-contacts/model/Stage.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
37 AWS_SSMCONTACTS_API
Plan() =
default;
50 template<
typename StagesT = Aws::Vector<Stage>>
51 void SetStages(StagesT&& value) { m_stagesHasBeenSet =
true; m_stages = std::forward<StagesT>(value); }
52 template<
typename StagesT = Aws::Vector<Stage>>
54 template<
typename StagesT = Stage>
55 Plan&
AddStages(StagesT&& value) { m_stagesHasBeenSet =
true; m_stages.emplace_back(std::forward<StagesT>(value));
return *
this; }
65 template<
typename RotationIdsT = Aws::Vector<Aws::String>>
66 void SetRotationIds(RotationIdsT&& value) { m_rotationIdsHasBeenSet =
true; m_rotationIds = std::forward<RotationIdsT>(value); }
67 template<
typename RotationIdsT = Aws::Vector<Aws::String>>
69 template<
typename RotationIdsT = Aws::String>
70 Plan&
AddRotationIds(RotationIdsT&& value) { m_rotationIdsHasBeenSet =
true; m_rotationIds.emplace_back(std::forward<RotationIdsT>(value));
return *
this; }
75 bool m_stagesHasBeenSet =
false;
78 bool m_rotationIdsHasBeenSet =
false;
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue