/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include A resource association result for a percentage custom line
* item.See Also:
AWS
* API Reference
The resource ARN that was associated to the custom line item.
*/ inline const Aws::String& GetArn() const{ return m_arn; } /** *The resource ARN that was associated to the custom line item.
*/ inline bool ArnHasBeenSet() const { return m_arnHasBeenSet; } /** *The resource ARN that was associated to the custom line item.
*/ inline void SetArn(const Aws::String& value) { m_arnHasBeenSet = true; m_arn = value; } /** *The resource ARN that was associated to the custom line item.
*/ inline void SetArn(Aws::String&& value) { m_arnHasBeenSet = true; m_arn = std::move(value); } /** *The resource ARN that was associated to the custom line item.
*/ inline void SetArn(const char* value) { m_arnHasBeenSet = true; m_arn.assign(value); } /** *The resource ARN that was associated to the custom line item.
*/ inline AssociateResourceResponseElement& WithArn(const Aws::String& value) { SetArn(value); return *this;} /** *The resource ARN that was associated to the custom line item.
*/ inline AssociateResourceResponseElement& WithArn(Aws::String&& value) { SetArn(std::move(value)); return *this;} /** *The resource ARN that was associated to the custom line item.
*/ inline AssociateResourceResponseElement& WithArn(const char* value) { SetArn(value); return *this;} /** *An AssociateResourceError
that will populate if the resource
* association fails.
An AssociateResourceError
that will populate if the resource
* association fails.
An AssociateResourceError
that will populate if the resource
* association fails.
An AssociateResourceError
that will populate if the resource
* association fails.
An AssociateResourceError
that will populate if the resource
* association fails.
An AssociateResourceError
that will populate if the resource
* association fails.