7#include <aws/resiliencehub/ResilienceHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/resiliencehub/model/PhysicalIdentifierType.h>
22namespace ResilienceHub
47 template<
typename AwsAccountIdT = Aws::String>
48 void SetAwsAccountId(AwsAccountIdT&& value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId = std::forward<AwsAccountIdT>(value); }
49 template<
typename AwsAccountIdT = Aws::String>
59 template<
typename AwsRegionT = Aws::String>
60 void SetAwsRegion(AwsRegionT&& value) { m_awsRegionHasBeenSet =
true; m_awsRegion = std::forward<AwsRegionT>(value); }
61 template<
typename AwsRegionT = Aws::String>
71 template<
typename IdentifierT = Aws::String>
72 void SetIdentifier(IdentifierT&& value) { m_identifierHasBeenSet =
true; m_identifier = std::forward<IdentifierT>(value); }
73 template<
typename IdentifierT = Aws::String>
117 bool m_awsAccountIdHasBeenSet =
false;
120 bool m_awsRegionHasBeenSet =
false;
123 bool m_identifierHasBeenSet =
false;
126 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