7#include <aws/devops-guru/DevOpsGuru_EXPORTS.h>
8#include <aws/devops-guru/model/CloudFormationCollection.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/devops-guru/model/TagCollection.h>
56 template<
typename CloudFormationT = CloudFormationCollection>
57 void SetCloudFormation(CloudFormationT&& value) { m_cloudFormationHasBeenSet =
true; m_cloudFormation = std::forward<CloudFormationT>(value); }
58 template<
typename CloudFormationT = CloudFormationCollection>
95 template<
typename TagsT = Aws::Vector<TagCollection>>
96 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
97 template<
typename TagsT = Aws::Vector<TagCollection>>
99 template<
typename TagsT = TagCollection>
105 bool m_cloudFormationHasBeenSet =
false;
108 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