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();
54 inline Plan&
AddStages(
const Stage& value) { m_stagesHasBeenSet =
true; m_stages.push_back(value);
return *
this; }
55 inline Plan&
AddStages(
Stage&& value) { m_stagesHasBeenSet =
true; m_stages.push_back(std::move(value));
return *
this; }
71 inline Plan&
AddRotationIds(
const char* value) { m_rotationIdsHasBeenSet =
true; m_rotationIds.push_back(value);
return *
this; }
76 bool m_stagesHasBeenSet =
false;
79 bool m_rotationIdsHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue