/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include A structure that contains the ARN of a resource and its resource
* type.See Also:
AWS
* API Reference
The ARN of a resource.
*/ inline const Aws::String& GetResourceArn() const{ return m_resourceArn; } /** *The ARN of a resource.
*/ inline bool ResourceArnHasBeenSet() const { return m_resourceArnHasBeenSet; } /** *The ARN of a resource.
*/ inline void SetResourceArn(const Aws::String& value) { m_resourceArnHasBeenSet = true; m_resourceArn = value; } /** *The ARN of a resource.
*/ inline void SetResourceArn(Aws::String&& value) { m_resourceArnHasBeenSet = true; m_resourceArn = std::move(value); } /** *The ARN of a resource.
*/ inline void SetResourceArn(const char* value) { m_resourceArnHasBeenSet = true; m_resourceArn.assign(value); } /** *The ARN of a resource.
*/ inline ResourceIdentifier& WithResourceArn(const Aws::String& value) { SetResourceArn(value); return *this;} /** *The ARN of a resource.
*/ inline ResourceIdentifier& WithResourceArn(Aws::String&& value) { SetResourceArn(std::move(value)); return *this;} /** *The ARN of a resource.
*/ inline ResourceIdentifier& WithResourceArn(const char* value) { SetResourceArn(value); return *this;} /** *The resource type of a resource, such as AWS::EC2::Instance
.
The resource type of a resource, such as AWS::EC2::Instance
.
The resource type of a resource, such as AWS::EC2::Instance
.
The resource type of a resource, such as AWS::EC2::Instance
.
The resource type of a resource, such as AWS::EC2::Instance
.
The resource type of a resource, such as AWS::EC2::Instance
.
The resource type of a resource, such as AWS::EC2::Instance
.
The resource type of a resource, such as AWS::EC2::Instance
.