7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/resiliencehubv2/Resiliencehubv2Request.h>
9#include <aws/resiliencehubv2/Resiliencehubv2_EXPORTS.h>
10#include <aws/resiliencehubv2/model/DependencyCriticality.h>
15namespace resiliencehubv2 {
36 template <
typename ServiceArnT = Aws::String>
38 m_serviceArnHasBeenSet =
true;
39 m_serviceArn = std::forward<ServiceArnT>(value);
41 template <
typename ServiceArnT = Aws::String>
54 template <
typename DependencyIdT = Aws::String>
56 m_dependencyIdHasBeenSet =
true;
57 m_dependencyId = std::forward<DependencyIdT>(value);
59 template <
typename DependencyIdT = Aws::String>
73 m_criticalityHasBeenSet =
true;
74 m_criticality = value;
88 template <
typename CommentT = Aws::String>
90 m_commentHasBeenSet =
true;
91 m_comment = std::forward<CommentT>(value);
93 template <
typename CommentT = Aws::String>
107 bool m_serviceArnHasBeenSet =
false;
108 bool m_dependencyIdHasBeenSet =
false;
109 bool m_criticalityHasBeenSet =
false;
110 bool m_commentHasBeenSet =
false;
bool ServiceArnHasBeenSet() const
bool CriticalityHasBeenSet() const
AWS_RESILIENCEHUBV2_API UpdateDependencyRequest()=default
UpdateDependencyRequest & WithServiceArn(ServiceArnT &&value)
UpdateDependencyRequest & WithCriticality(DependencyCriticality value)
AWS_RESILIENCEHUBV2_API Aws::String SerializePayload() const override
UpdateDependencyRequest & WithComment(CommentT &&value)
void SetServiceArn(ServiceArnT &&value)
virtual const char * GetServiceRequestName() const override
void SetDependencyId(DependencyIdT &&value)
void SetComment(CommentT &&value)
bool CommentHasBeenSet() const
UpdateDependencyRequest & WithDependencyId(DependencyIdT &&value)
const Aws::String & GetServiceArn() const
DependencyCriticality GetCriticality() const
const Aws::String & GetComment() const
bool DependencyIdHasBeenSet() const
const Aws::String & GetDependencyId() const
void SetCriticality(DependencyCriticality value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String