7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/devops-guru/DevOpsGuru_EXPORTS.h>
9#include <aws/devops-guru/model/CloudFormationCollection.h>
10#include <aws/devops-guru/model/TagCollection.h>
50 template <
typename CloudFormationT = CloudFormationCollection>
52 m_cloudFormationHasBeenSet =
true;
53 m_cloudFormation = std::forward<CloudFormationT>(value);
55 template <
typename CloudFormationT = CloudFormationCollection>
95 template <
typename TagsT = Aws::Vector<TagCollection>>
97 m_tagsHasBeenSet =
true;
98 m_tags = std::forward<TagsT>(value);
100 template <
typename TagsT = Aws::Vector<TagCollection>>
102 SetTags(std::forward<TagsT>(value));
105 template <
typename TagsT = TagCollection>
107 m_tagsHasBeenSet =
true;
108 m_tags.emplace_back(std::forward<TagsT>(value));
116 bool m_cloudFormationHasBeenSet =
false;
117 bool m_tagsHasBeenSet =
false;
bool TagsHasBeenSet() const
bool CloudFormationHasBeenSet() const
ResourceCollection & WithCloudFormation(CloudFormationT &&value)
AWS_DEVOPSGURU_API ResourceCollection & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DEVOPSGURU_API ResourceCollection()=default
AWS_DEVOPSGURU_API ResourceCollection(Aws::Utils::Json::JsonView jsonValue)
ResourceCollection & WithTags(TagsT &&value)
const Aws::Vector< TagCollection > & GetTags() const
void SetTags(TagsT &&value)
void SetCloudFormation(CloudFormationT &&value)
const CloudFormationCollection & GetCloudFormation() const
ResourceCollection & AddTags(TagsT &&value)
AWS_DEVOPSGURU_API Aws::Utils::Json::JsonValue Jsonize() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue