7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/resiliencehub/ResilienceHub_EXPORTS.h>
19namespace ResilienceHub {
41 template <
typename ResourceIdT = Aws::String>
43 m_resourceIdHasBeenSet =
true;
44 m_resourceId = std::forward<ResourceIdT>(value);
46 template <
typename ResourceIdT = Aws::String>
59 template <
typename TargetAccountIdT = Aws::String>
61 m_targetAccountIdHasBeenSet =
true;
62 m_targetAccountId = std::forward<TargetAccountIdT>(value);
64 template <
typename TargetAccountIdT = Aws::String>
77 template <
typename TargetRegionT = Aws::String>
79 m_targetRegionHasBeenSet =
true;
80 m_targetRegion = std::forward<TargetRegionT>(value);
82 template <
typename TargetRegionT = Aws::String>
94 bool m_resourceIdHasBeenSet =
false;
95 bool m_targetAccountIdHasBeenSet =
false;
96 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