7#include <aws/resiliencehub/ResilienceHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace ResilienceHub
47 template<
typename ResourceIdT = Aws::String>
48 void SetResourceId(ResourceIdT&& value) { m_resourceIdHasBeenSet =
true; m_resourceId = std::forward<ResourceIdT>(value); }
49 template<
typename ResourceIdT = Aws::String>
59 template<
typename TargetAccountIdT = Aws::String>
60 void SetTargetAccountId(TargetAccountIdT&& value) { m_targetAccountIdHasBeenSet =
true; m_targetAccountId = std::forward<TargetAccountIdT>(value); }
61 template<
typename TargetAccountIdT = Aws::String>
71 template<
typename TargetRegionT = Aws::String>
72 void SetTargetRegion(TargetRegionT&& value) { m_targetRegionHasBeenSet =
true; m_targetRegion = std::forward<TargetRegionT>(value); }
73 template<
typename TargetRegionT = Aws::String>
79 bool m_resourceIdHasBeenSet =
false;
82 bool m_targetAccountIdHasBeenSet =
false;
85 bool m_targetRegionHasBeenSet =
false;
AWS_RESILIENCEHUB_API UpdateRecommendationStatusItem(Aws::Utils::Json::JsonView jsonValue)
UpdateRecommendationStatusItem & WithTargetAccountId(TargetAccountIdT &&value)
bool ResourceIdHasBeenSet() const
void SetResourceId(ResourceIdT &&value)
bool TargetAccountIdHasBeenSet() const
const Aws::String & GetTargetRegion() const
const Aws::String & GetResourceId() const
AWS_RESILIENCEHUB_API Aws::Utils::Json::JsonValue Jsonize() const
UpdateRecommendationStatusItem & WithTargetRegion(TargetRegionT &&value)
UpdateRecommendationStatusItem & WithResourceId(ResourceIdT &&value)
void SetTargetAccountId(TargetAccountIdT &&value)
bool TargetRegionHasBeenSet() const
const Aws::String & GetTargetAccountId() const
AWS_RESILIENCEHUB_API UpdateRecommendationStatusItem()=default
AWS_RESILIENCEHUB_API UpdateRecommendationStatusItem & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetTargetRegion(TargetRegionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue