/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The input for DescribeStackResources action.See Also:
* AWS
* API Reference
The name or the unique stack ID that is associated with the stack, which * aren't always interchangeable:
Running stacks: You can specify * either the stack's name or its unique stack ID.
Deleted * stacks: You must specify the unique stack ID.
Default: There * is no default value.
Required: Conditional. If you don't specify
* StackName
, you must specify PhysicalResourceId
.
The name or the unique stack ID that is associated with the stack, which * aren't always interchangeable:
Running stacks: You can specify * either the stack's name or its unique stack ID.
Deleted * stacks: You must specify the unique stack ID.
Default: There * is no default value.
Required: Conditional. If you don't specify
* StackName
, you must specify PhysicalResourceId
.
The name or the unique stack ID that is associated with the stack, which * aren't always interchangeable:
Running stacks: You can specify * either the stack's name or its unique stack ID.
Deleted * stacks: You must specify the unique stack ID.
Default: There * is no default value.
Required: Conditional. If you don't specify
* StackName
, you must specify PhysicalResourceId
.
The name or the unique stack ID that is associated with the stack, which * aren't always interchangeable:
Running stacks: You can specify * either the stack's name or its unique stack ID.
Deleted * stacks: You must specify the unique stack ID.
Default: There * is no default value.
Required: Conditional. If you don't specify
* StackName
, you must specify PhysicalResourceId
.
The name or the unique stack ID that is associated with the stack, which * aren't always interchangeable:
Running stacks: You can specify * either the stack's name or its unique stack ID.
Deleted * stacks: You must specify the unique stack ID.
Default: There * is no default value.
Required: Conditional. If you don't specify
* StackName
, you must specify PhysicalResourceId
.
The name or the unique stack ID that is associated with the stack, which * aren't always interchangeable:
Running stacks: You can specify * either the stack's name or its unique stack ID.
Deleted * stacks: You must specify the unique stack ID.
Default: There * is no default value.
Required: Conditional. If you don't specify
* StackName
, you must specify PhysicalResourceId
.
The name or the unique stack ID that is associated with the stack, which * aren't always interchangeable:
Running stacks: You can specify * either the stack's name or its unique stack ID.
Deleted * stacks: You must specify the unique stack ID.
Default: There * is no default value.
Required: Conditional. If you don't specify
* StackName
, you must specify PhysicalResourceId
.
The name or the unique stack ID that is associated with the stack, which * aren't always interchangeable:
Running stacks: You can specify * either the stack's name or its unique stack ID.
Deleted * stacks: You must specify the unique stack ID.
Default: There * is no default value.
Required: Conditional. If you don't specify
* StackName
, you must specify PhysicalResourceId
.
The logical name of the resource as specified in the template.
*Default: There is no default value.
*/ inline const Aws::String& GetLogicalResourceId() const{ return m_logicalResourceId; } /** *The logical name of the resource as specified in the template.
*Default: There is no default value.
*/ inline bool LogicalResourceIdHasBeenSet() const { return m_logicalResourceIdHasBeenSet; } /** *The logical name of the resource as specified in the template.
*Default: There is no default value.
*/ inline void SetLogicalResourceId(const Aws::String& value) { m_logicalResourceIdHasBeenSet = true; m_logicalResourceId = value; } /** *The logical name of the resource as specified in the template.
*Default: There is no default value.
*/ inline void SetLogicalResourceId(Aws::String&& value) { m_logicalResourceIdHasBeenSet = true; m_logicalResourceId = std::move(value); } /** *The logical name of the resource as specified in the template.
*Default: There is no default value.
*/ inline void SetLogicalResourceId(const char* value) { m_logicalResourceIdHasBeenSet = true; m_logicalResourceId.assign(value); } /** *The logical name of the resource as specified in the template.
*Default: There is no default value.
*/ inline DescribeStackResourcesRequest& WithLogicalResourceId(const Aws::String& value) { SetLogicalResourceId(value); return *this;} /** *The logical name of the resource as specified in the template.
*Default: There is no default value.
*/ inline DescribeStackResourcesRequest& WithLogicalResourceId(Aws::String&& value) { SetLogicalResourceId(std::move(value)); return *this;} /** *The logical name of the resource as specified in the template.
*Default: There is no default value.
*/ inline DescribeStackResourcesRequest& WithLogicalResourceId(const char* value) { SetLogicalResourceId(value); return *this;} /** *The name or unique identifier that corresponds to a physical instance ID of a * resource supported by CloudFormation.
For example, for an Amazon Elastic
* Compute Cloud (EC2) instance, PhysicalResourceId
corresponds to the
* InstanceId
. You can pass the EC2 InstanceId
to
* DescribeStackResources
to find which stack the instance belongs to
* and what other resources are part of the stack.
Required: Conditional. If
* you don't specify PhysicalResourceId
, you must specify
* StackName
.
Default: There is no default value.
*/ inline const Aws::String& GetPhysicalResourceId() const{ return m_physicalResourceId; } /** *The name or unique identifier that corresponds to a physical instance ID of a * resource supported by CloudFormation.
For example, for an Amazon Elastic
* Compute Cloud (EC2) instance, PhysicalResourceId
corresponds to the
* InstanceId
. You can pass the EC2 InstanceId
to
* DescribeStackResources
to find which stack the instance belongs to
* and what other resources are part of the stack.
Required: Conditional. If
* you don't specify PhysicalResourceId
, you must specify
* StackName
.
Default: There is no default value.
*/ inline bool PhysicalResourceIdHasBeenSet() const { return m_physicalResourceIdHasBeenSet; } /** *The name or unique identifier that corresponds to a physical instance ID of a * resource supported by CloudFormation.
For example, for an Amazon Elastic
* Compute Cloud (EC2) instance, PhysicalResourceId
corresponds to the
* InstanceId
. You can pass the EC2 InstanceId
to
* DescribeStackResources
to find which stack the instance belongs to
* and what other resources are part of the stack.
Required: Conditional. If
* you don't specify PhysicalResourceId
, you must specify
* StackName
.
Default: There is no default value.
*/ inline void SetPhysicalResourceId(const Aws::String& value) { m_physicalResourceIdHasBeenSet = true; m_physicalResourceId = value; } /** *The name or unique identifier that corresponds to a physical instance ID of a * resource supported by CloudFormation.
For example, for an Amazon Elastic
* Compute Cloud (EC2) instance, PhysicalResourceId
corresponds to the
* InstanceId
. You can pass the EC2 InstanceId
to
* DescribeStackResources
to find which stack the instance belongs to
* and what other resources are part of the stack.
Required: Conditional. If
* you don't specify PhysicalResourceId
, you must specify
* StackName
.
Default: There is no default value.
*/ inline void SetPhysicalResourceId(Aws::String&& value) { m_physicalResourceIdHasBeenSet = true; m_physicalResourceId = std::move(value); } /** *The name or unique identifier that corresponds to a physical instance ID of a * resource supported by CloudFormation.
For example, for an Amazon Elastic
* Compute Cloud (EC2) instance, PhysicalResourceId
corresponds to the
* InstanceId
. You can pass the EC2 InstanceId
to
* DescribeStackResources
to find which stack the instance belongs to
* and what other resources are part of the stack.
Required: Conditional. If
* you don't specify PhysicalResourceId
, you must specify
* StackName
.
Default: There is no default value.
*/ inline void SetPhysicalResourceId(const char* value) { m_physicalResourceIdHasBeenSet = true; m_physicalResourceId.assign(value); } /** *The name or unique identifier that corresponds to a physical instance ID of a * resource supported by CloudFormation.
For example, for an Amazon Elastic
* Compute Cloud (EC2) instance, PhysicalResourceId
corresponds to the
* InstanceId
. You can pass the EC2 InstanceId
to
* DescribeStackResources
to find which stack the instance belongs to
* and what other resources are part of the stack.
Required: Conditional. If
* you don't specify PhysicalResourceId
, you must specify
* StackName
.
Default: There is no default value.
*/ inline DescribeStackResourcesRequest& WithPhysicalResourceId(const Aws::String& value) { SetPhysicalResourceId(value); return *this;} /** *The name or unique identifier that corresponds to a physical instance ID of a * resource supported by CloudFormation.
For example, for an Amazon Elastic
* Compute Cloud (EC2) instance, PhysicalResourceId
corresponds to the
* InstanceId
. You can pass the EC2 InstanceId
to
* DescribeStackResources
to find which stack the instance belongs to
* and what other resources are part of the stack.
Required: Conditional. If
* you don't specify PhysicalResourceId
, you must specify
* StackName
.
Default: There is no default value.
*/ inline DescribeStackResourcesRequest& WithPhysicalResourceId(Aws::String&& value) { SetPhysicalResourceId(std::move(value)); return *this;} /** *The name or unique identifier that corresponds to a physical instance ID of a * resource supported by CloudFormation.
For example, for an Amazon Elastic
* Compute Cloud (EC2) instance, PhysicalResourceId
corresponds to the
* InstanceId
. You can pass the EC2 InstanceId
to
* DescribeStackResources
to find which stack the instance belongs to
* and what other resources are part of the stack.
Required: Conditional. If
* you don't specify PhysicalResourceId
, you must specify
* StackName
.
Default: There is no default value.
*/ inline DescribeStackResourcesRequest& WithPhysicalResourceId(const char* value) { SetPhysicalResourceId(value); return *this;} private: Aws::String m_stackName; bool m_stackNameHasBeenSet = false; Aws::String m_logicalResourceId; bool m_logicalResourceIdHasBeenSet = false; Aws::String m_physicalResourceId; bool m_physicalResourceIdHasBeenSet = false; }; } // namespace Model } // namespace CloudFormation } // namespace Aws