7#include <aws/servicecatalog/ServiceCatalog_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/servicecatalog/model/ConstraintSummary.h>
11#include <aws/servicecatalog/model/Tag.h>
24namespace ServiceCatalog
50 template<
typename IdT = Aws::String>
51 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
52 template<
typename IdT = Aws::String>
62 template<
typename Constra
intSummariesT = Aws::Vector<Constra
intSummary>>
63 void SetConstraintSummaries(ConstraintSummariesT&& value) { m_constraintSummariesHasBeenSet =
true; m_constraintSummaries = std::forward<ConstraintSummariesT>(value); }
64 template<
typename Constra
intSummariesT = Aws::Vector<Constra
intSummary>>
66 template<
typename Constra
intSummariesT = Constra
intSummary>
67 LaunchPathSummary&
AddConstraintSummaries(ConstraintSummariesT&& value) { m_constraintSummariesHasBeenSet =
true; m_constraintSummaries.emplace_back(std::forward<ConstraintSummariesT>(value));
return *
this; }
76 template<
typename TagsT = Aws::Vector<Tag>>
77 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
78 template<
typename TagsT = Aws::Vector<Tag>>
80 template<
typename TagsT = Tag>
81 LaunchPathSummary&
AddTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags.emplace_back(std::forward<TagsT>(value));
return *
this; }
90 template<
typename NameT = Aws::String>
91 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
92 template<
typename NameT = Aws::String>
98 bool m_idHasBeenSet =
false;
101 bool m_constraintSummariesHasBeenSet =
false;
104 bool m_tagsHasBeenSet =
false;
107 bool m_nameHasBeenSet =
false;
bool TagsHasBeenSet() const
LaunchPathSummary & AddTags(TagsT &&value)
bool NameHasBeenSet() const
LaunchPathSummary & WithTags(TagsT &&value)
const Aws::Vector< ConstraintSummary > & GetConstraintSummaries() const
LaunchPathSummary & WithId(IdT &&value)
LaunchPathSummary & WithConstraintSummaries(ConstraintSummariesT &&value)
void SetConstraintSummaries(ConstraintSummariesT &&value)
const Aws::String & GetId() const
AWS_SERVICECATALOG_API LaunchPathSummary()=default
void SetName(NameT &&value)
AWS_SERVICECATALOG_API Aws::Utils::Json::JsonValue Jsonize() const
bool ConstraintSummariesHasBeenSet() const
AWS_SERVICECATALOG_API LaunchPathSummary(Aws::Utils::Json::JsonView jsonValue)
bool IdHasBeenSet() const
void SetTags(TagsT &&value)
LaunchPathSummary & WithName(NameT &&value)
const Aws::Vector< Tag > & GetTags() const
LaunchPathSummary & AddConstraintSummaries(ConstraintSummariesT &&value)
AWS_SERVICECATALOG_API LaunchPathSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue