7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/devops-guru/DevOpsGuru_EXPORTS.h>
11#include <aws/devops-guru/model/CloudFormationHealth.h>
12#include <aws/devops-guru/model/ServiceHealth.h>
13#include <aws/devops-guru/model/TagHealth.h>
18template <
typename RESULT_TYPE>
19class AmazonWebServiceResult;
42 template <
typename CloudFormationT = Aws::Vector<CloudFormationHealth>>
44 m_cloudFormationHasBeenSet =
true;
45 m_cloudFormation = std::forward<CloudFormationT>(value);
47 template <
typename CloudFormationT = Aws::Vector<CloudFormationHealth>>
52 template <
typename CloudFormationT = CloudFormationHealth>
54 m_cloudFormationHasBeenSet =
true;
55 m_cloudFormation.emplace_back(std::forward<CloudFormationT>(value));
67 template <
typename ServiceT = Aws::Vector<ServiceHealth>>
69 m_serviceHasBeenSet =
true;
70 m_service = std::forward<ServiceT>(value);
72 template <
typename ServiceT = Aws::Vector<ServiceHealth>>
77 template <
typename ServiceT = ServiceHealth>
79 m_serviceHasBeenSet =
true;
80 m_service.emplace_back(std::forward<ServiceT>(value));
91 template <
typename NextTokenT = Aws::String>
93 m_nextTokenHasBeenSet =
true;
94 m_nextToken = std::forward<NextTokenT>(value);
96 template <
typename NextTokenT = Aws::String>
135 template <
typename TagsT = Aws::Vector<TagHealth>>
137 m_tagsHasBeenSet =
true;
138 m_tags = std::forward<TagsT>(value);
140 template <
typename TagsT = Aws::Vector<TagHealth>>
142 SetTags(std::forward<TagsT>(value));
145 template <
typename TagsT = TagHealth>
147 m_tagsHasBeenSet =
true;
148 m_tags.emplace_back(std::forward<TagsT>(value));
156 template <
typename RequestIdT = Aws::String>
158 m_requestIdHasBeenSet =
true;
159 m_requestId = std::forward<RequestIdT>(value);
161 template <
typename RequestIdT = Aws::String>
180 bool m_cloudFormationHasBeenSet =
false;
181 bool m_serviceHasBeenSet =
false;
182 bool m_nextTokenHasBeenSet =
false;
183 bool m_tagsHasBeenSet =
false;
184 bool m_requestIdHasBeenSet =
false;
AWS_DEVOPSGURU_API DescribeResourceCollectionHealthResult()=default
const Aws::Vector< TagHealth > & GetTags() const
const Aws::String & GetNextToken() const
const Aws::Vector< ServiceHealth > & GetService() const
DescribeResourceCollectionHealthResult & WithRequestId(RequestIdT &&value)
void SetNextToken(NextTokenT &&value)
const Aws::String & GetRequestId() const
void SetCloudFormation(CloudFormationT &&value)
DescribeResourceCollectionHealthResult & AddCloudFormation(CloudFormationT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
DescribeResourceCollectionHealthResult & AddService(ServiceT &&value)
DescribeResourceCollectionHealthResult & WithTags(TagsT &&value)
AWS_DEVOPSGURU_API DescribeResourceCollectionHealthResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeResourceCollectionHealthResult & WithNextToken(NextTokenT &&value)
const Aws::Vector< CloudFormationHealth > & GetCloudFormation() const
void SetTags(TagsT &&value)
DescribeResourceCollectionHealthResult & WithService(ServiceT &&value)
void SetService(ServiceT &&value)
AWS_DEVOPSGURU_API DescribeResourceCollectionHealthResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
DescribeResourceCollectionHealthResult & WithCloudFormation(CloudFormationT &&value)
DescribeResourceCollectionHealthResult & AddTags(TagsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue