7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/resiliencehub/ResilienceHub_EXPORTS.h>
9#include <aws/resiliencehub/model/PhysicalIdentifierType.h>
20namespace ResilienceHub {
41 template <
typename AwsAccountIdT = Aws::String>
43 m_awsAccountIdHasBeenSet =
true;
44 m_awsAccountId = std::forward<AwsAccountIdT>(value);
46 template <
typename AwsAccountIdT = 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 IdentifierT = Aws::String>
79 m_identifierHasBeenSet =
true;
80 m_identifier = std::forward<IdentifierT>(value);
82 template <
typename IdentifierT = Aws::String>
124 m_typeHasBeenSet =
true;
140 bool m_awsAccountIdHasBeenSet =
false;
141 bool m_awsRegionHasBeenSet =
false;
142 bool m_identifierHasBeenSet =
false;
143 bool m_typeHasBeenSet =
false;
PhysicalResourceId & WithAwsRegion(AwsRegionT &&value)
PhysicalResourceId & WithAwsAccountId(AwsAccountIdT &&value)
const Aws::String & GetAwsRegion() const
void SetType(PhysicalIdentifierType value)
bool TypeHasBeenSet() const
void SetAwsRegion(AwsRegionT &&value)
PhysicalResourceId & WithIdentifier(IdentifierT &&value)
const Aws::String & GetAwsAccountId() const
AWS_RESILIENCEHUB_API PhysicalResourceId(Aws::Utils::Json::JsonView jsonValue)
void SetIdentifier(IdentifierT &&value)
PhysicalIdentifierType GetType() const
void SetAwsAccountId(AwsAccountIdT &&value)
AWS_RESILIENCEHUB_API Aws::Utils::Json::JsonValue Jsonize() const
bool AwsAccountIdHasBeenSet() const
AWS_RESILIENCEHUB_API PhysicalResourceId()=default
bool AwsRegionHasBeenSet() const
AWS_RESILIENCEHUB_API PhysicalResourceId & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetIdentifier() const
bool IdentifierHasBeenSet() const
PhysicalResourceId & WithType(PhysicalIdentifierType value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue