/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Defines a physical resource identifier.See Also:
AWS
* API Reference
The Amazon Web Services account that owns the physical resource.
*/ inline const Aws::String& GetAwsAccountId() const{ return m_awsAccountId; } /** *The Amazon Web Services account that owns the physical resource.
*/ inline bool AwsAccountIdHasBeenSet() const { return m_awsAccountIdHasBeenSet; } /** *The Amazon Web Services account that owns the physical resource.
*/ inline void SetAwsAccountId(const Aws::String& value) { m_awsAccountIdHasBeenSet = true; m_awsAccountId = value; } /** *The Amazon Web Services account that owns the physical resource.
*/ inline void SetAwsAccountId(Aws::String&& value) { m_awsAccountIdHasBeenSet = true; m_awsAccountId = std::move(value); } /** *The Amazon Web Services account that owns the physical resource.
*/ inline void SetAwsAccountId(const char* value) { m_awsAccountIdHasBeenSet = true; m_awsAccountId.assign(value); } /** *The Amazon Web Services account that owns the physical resource.
*/ inline PhysicalResourceId& WithAwsAccountId(const Aws::String& value) { SetAwsAccountId(value); return *this;} /** *The Amazon Web Services account that owns the physical resource.
*/ inline PhysicalResourceId& WithAwsAccountId(Aws::String&& value) { SetAwsAccountId(std::move(value)); return *this;} /** *The Amazon Web Services account that owns the physical resource.
*/ inline PhysicalResourceId& WithAwsAccountId(const char* value) { SetAwsAccountId(value); return *this;} /** *The Amazon Web Services Region that the physical resource is located in.
*/ inline const Aws::String& GetAwsRegion() const{ return m_awsRegion; } /** *The Amazon Web Services Region that the physical resource is located in.
*/ inline bool AwsRegionHasBeenSet() const { return m_awsRegionHasBeenSet; } /** *The Amazon Web Services Region that the physical resource is located in.
*/ inline void SetAwsRegion(const Aws::String& value) { m_awsRegionHasBeenSet = true; m_awsRegion = value; } /** *The Amazon Web Services Region that the physical resource is located in.
*/ inline void SetAwsRegion(Aws::String&& value) { m_awsRegionHasBeenSet = true; m_awsRegion = std::move(value); } /** *The Amazon Web Services Region that the physical resource is located in.
*/ inline void SetAwsRegion(const char* value) { m_awsRegionHasBeenSet = true; m_awsRegion.assign(value); } /** *The Amazon Web Services Region that the physical resource is located in.
*/ inline PhysicalResourceId& WithAwsRegion(const Aws::String& value) { SetAwsRegion(value); return *this;} /** *The Amazon Web Services Region that the physical resource is located in.
*/ inline PhysicalResourceId& WithAwsRegion(Aws::String&& value) { SetAwsRegion(std::move(value)); return *this;} /** *The Amazon Web Services Region that the physical resource is located in.
*/ inline PhysicalResourceId& WithAwsRegion(const char* value) { SetAwsRegion(value); return *this;} /** *The identifier of the physical resource.
*/ inline const Aws::String& GetIdentifier() const{ return m_identifier; } /** *The identifier of the physical resource.
*/ inline bool IdentifierHasBeenSet() const { return m_identifierHasBeenSet; } /** *The identifier of the physical resource.
*/ inline void SetIdentifier(const Aws::String& value) { m_identifierHasBeenSet = true; m_identifier = value; } /** *The identifier of the physical resource.
*/ inline void SetIdentifier(Aws::String&& value) { m_identifierHasBeenSet = true; m_identifier = std::move(value); } /** *The identifier of the physical resource.
*/ inline void SetIdentifier(const char* value) { m_identifierHasBeenSet = true; m_identifier.assign(value); } /** *The identifier of the physical resource.
*/ inline PhysicalResourceId& WithIdentifier(const Aws::String& value) { SetIdentifier(value); return *this;} /** *The identifier of the physical resource.
*/ inline PhysicalResourceId& WithIdentifier(Aws::String&& value) { SetIdentifier(std::move(value)); return *this;} /** *The identifier of the physical resource.
*/ inline PhysicalResourceId& WithIdentifier(const char* value) { SetIdentifier(value); return *this;} /** *Specifies the type of physical resource identifier.
The resource identifier is an Amazon Resource Name (ARN) .
The resource identifier is an Resilience Hub-native * identifier.
Specifies the type of physical resource identifier.
The resource identifier is an Amazon Resource Name (ARN) .
The resource identifier is an Resilience Hub-native * identifier.
Specifies the type of physical resource identifier.
The resource identifier is an Amazon Resource Name (ARN) .
The resource identifier is an Resilience Hub-native * identifier.
Specifies the type of physical resource identifier.
The resource identifier is an Amazon Resource Name (ARN) .
The resource identifier is an Resilience Hub-native * identifier.
Specifies the type of physical resource identifier.
The resource identifier is an Amazon Resource Name (ARN) .
The resource identifier is an Resilience Hub-native * identifier.
Specifies the type of physical resource identifier.
The resource identifier is an Amazon Resource Name (ARN) .
The resource identifier is an Resilience Hub-native * identifier.