7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/resiliencehubv2/Resiliencehubv2_EXPORTS.h>
19namespace resiliencehubv2 {
41 template <
typename IdentifierT = Aws::String>
43 m_identifierHasBeenSet =
true;
44 m_identifier = std::forward<IdentifierT>(value);
46 template <
typename IdentifierT = Aws::String>
59 template <
typename AwsRegionT = Aws::String>
61 m_awsRegionHasBeenSet =
true;
62 m_awsRegion = std::forward<AwsRegionT>(value);
64 template <
typename AwsRegionT = Aws::String>
77 template <
typename AwsAccountIdT = Aws::String>
79 m_awsAccountIdHasBeenSet =
true;
80 m_awsAccountId = std::forward<AwsAccountIdT>(value);
82 template <
typename AwsAccountIdT = Aws::String>
95 template <
typename ResourceTypeT = Aws::String>
97 m_resourceTypeHasBeenSet =
true;
98 m_resourceType = std::forward<ResourceTypeT>(value);
100 template <
typename ResourceTypeT = Aws::String>
114 bool m_identifierHasBeenSet =
false;
115 bool m_awsRegionHasBeenSet =
false;
116 bool m_awsAccountIdHasBeenSet =
false;
117 bool m_resourceTypeHasBeenSet =
false;
bool AwsRegionHasBeenSet() const
AWS_RESILIENCEHUBV2_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetIdentifier() const
Resource & WithAwsRegion(AwsRegionT &&value)
AWS_RESILIENCEHUBV2_API Resource & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetAwsAccountId() const
Resource & WithIdentifier(IdentifierT &&value)
bool IdentifierHasBeenSet() const
Resource & WithAwsAccountId(AwsAccountIdT &&value)
void SetIdentifier(IdentifierT &&value)
const Aws::String & GetAwsRegion() const
AWS_RESILIENCEHUBV2_API Resource()=default
void SetResourceType(ResourceTypeT &&value)
void SetAwsAccountId(AwsAccountIdT &&value)
Resource & WithResourceType(ResourceTypeT &&value)
AWS_RESILIENCEHUBV2_API Resource(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetResourceType() const
bool AwsAccountIdHasBeenSet() const
void SetAwsRegion(AwsRegionT &&value)
bool ResourceTypeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue