7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/resiliencehubv2/Resiliencehubv2_EXPORTS.h>
11#include <aws/resiliencehubv2/model/DependencyCriticality.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace resiliencehubv2 {
37 template <
typename DependencyIdT = Aws::String>
39 m_dependencyIdHasBeenSet =
true;
40 m_dependencyId = std::forward<DependencyIdT>(value);
42 template <
typename DependencyIdT = Aws::String>
54 template <
typename DependencyNameT = Aws::String>
56 m_dependencyNameHasBeenSet =
true;
57 m_dependencyName = std::forward<DependencyNameT>(value);
59 template <
typename DependencyNameT = Aws::String>
71 template <
typename LocationT = Aws::String>
73 m_locationHasBeenSet =
true;
74 m_location = std::forward<LocationT>(value);
76 template <
typename LocationT = Aws::String>
89 m_criticalityHasBeenSet =
true;
90 m_criticality = value;
103 template <
typename CommentT = Aws::String>
105 m_commentHasBeenSet =
true;
106 m_comment = std::forward<CommentT>(value);
108 template <
typename CommentT = Aws::String>
120 template <
typename Prov
iderT = Aws::String>
122 m_providerHasBeenSet =
true;
123 m_provider = std::forward<ProviderT>(value);
125 template <
typename Prov
iderT = Aws::String>
137 template <
typename UpdatedAtT = Aws::Utils::DateTime>
139 m_updatedAtHasBeenSet =
true;
140 m_updatedAt = std::forward<UpdatedAtT>(value);
142 template <
typename UpdatedAtT = Aws::Utils::DateTime>
152 template <
typename RequestIdT = Aws::String>
154 m_requestIdHasBeenSet =
true;
155 m_requestId = std::forward<RequestIdT>(value);
157 template <
typename RequestIdT = Aws::String>
182 bool m_dependencyIdHasBeenSet =
false;
183 bool m_dependencyNameHasBeenSet =
false;
184 bool m_locationHasBeenSet =
false;
185 bool m_criticalityHasBeenSet =
false;
186 bool m_commentHasBeenSet =
false;
187 bool m_providerHasBeenSet =
false;
188 bool m_updatedAtHasBeenSet =
false;
189 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
UpdateDependencyResult & WithComment(CommentT &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_RESILIENCEHUBV2_API UpdateDependencyResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetProvider(ProviderT &&value)
void SetComment(CommentT &&value)
UpdateDependencyResult & WithRequestId(RequestIdT &&value)
AWS_RESILIENCEHUBV2_API UpdateDependencyResult()=default
UpdateDependencyResult & WithUpdatedAt(UpdatedAtT &&value)
const Aws::String & GetLocation() const
const Aws::String & GetProvider() const
AWS_RESILIENCEHUBV2_API UpdateDependencyResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateDependencyResult & WithDependencyName(DependencyNameT &&value)
const Aws::String & GetDependencyId() const
UpdateDependencyResult & WithDependencyId(DependencyIdT &&value)
void SetDependencyName(DependencyNameT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
void SetLocation(LocationT &&value)
const Aws::String & GetRequestId() const
void SetDependencyId(DependencyIdT &&value)
UpdateDependencyResult & WithLocation(LocationT &&value)
void SetCriticality(DependencyCriticality value)
DependencyCriticality GetCriticality() const
UpdateDependencyResult & WithProvider(ProviderT &&value)
UpdateDependencyResult & WithCriticality(DependencyCriticality value)
const Aws::String & GetDependencyName() const
const Aws::String & GetComment() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue