/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Returns information about a provisioned cluster
* operation.See Also:
AWS
* API Reference
Steps completed during the operation.
*/ inline const Aws::VectorSteps completed during the operation.
*/ inline bool OperationStepsHasBeenSet() const { return m_operationStepsHasBeenSet; } /** *Steps completed during the operation.
*/ inline void SetOperationSteps(const Aws::VectorSteps completed during the operation.
*/ inline void SetOperationSteps(Aws::VectorSteps completed during the operation.
*/ inline ClusterOperationV2Provisioned& WithOperationSteps(const Aws::VectorSteps completed during the operation.
*/ inline ClusterOperationV2Provisioned& WithOperationSteps(Aws::VectorSteps completed during the operation.
*/ inline ClusterOperationV2Provisioned& AddOperationSteps(const ClusterOperationStep& value) { m_operationStepsHasBeenSet = true; m_operationSteps.push_back(value); return *this; } /** *Steps completed during the operation.
*/ inline ClusterOperationV2Provisioned& AddOperationSteps(ClusterOperationStep&& value) { m_operationStepsHasBeenSet = true; m_operationSteps.push_back(std::move(value)); return *this; } /** *Information about cluster attributes before a cluster is * updated.
*/ inline const MutableClusterInfo& GetSourceClusterInfo() const{ return m_sourceClusterInfo; } /** *Information about cluster attributes before a cluster is * updated.
*/ inline bool SourceClusterInfoHasBeenSet() const { return m_sourceClusterInfoHasBeenSet; } /** *Information about cluster attributes before a cluster is * updated.
*/ inline void SetSourceClusterInfo(const MutableClusterInfo& value) { m_sourceClusterInfoHasBeenSet = true; m_sourceClusterInfo = value; } /** *Information about cluster attributes before a cluster is * updated.
*/ inline void SetSourceClusterInfo(MutableClusterInfo&& value) { m_sourceClusterInfoHasBeenSet = true; m_sourceClusterInfo = std::move(value); } /** *Information about cluster attributes before a cluster is * updated.
*/ inline ClusterOperationV2Provisioned& WithSourceClusterInfo(const MutableClusterInfo& value) { SetSourceClusterInfo(value); return *this;} /** *Information about cluster attributes before a cluster is * updated.
*/ inline ClusterOperationV2Provisioned& WithSourceClusterInfo(MutableClusterInfo&& value) { SetSourceClusterInfo(std::move(value)); return *this;} /** *Information about cluster attributes after a cluster is * updated.
*/ inline const MutableClusterInfo& GetTargetClusterInfo() const{ return m_targetClusterInfo; } /** *Information about cluster attributes after a cluster is * updated.
*/ inline bool TargetClusterInfoHasBeenSet() const { return m_targetClusterInfoHasBeenSet; } /** *Information about cluster attributes after a cluster is * updated.
*/ inline void SetTargetClusterInfo(const MutableClusterInfo& value) { m_targetClusterInfoHasBeenSet = true; m_targetClusterInfo = value; } /** *Information about cluster attributes after a cluster is * updated.
*/ inline void SetTargetClusterInfo(MutableClusterInfo&& value) { m_targetClusterInfoHasBeenSet = true; m_targetClusterInfo = std::move(value); } /** *Information about cluster attributes after a cluster is * updated.
*/ inline ClusterOperationV2Provisioned& WithTargetClusterInfo(const MutableClusterInfo& value) { SetTargetClusterInfo(value); return *this;} /** *Information about cluster attributes after a cluster is * updated.
*/ inline ClusterOperationV2Provisioned& WithTargetClusterInfo(MutableClusterInfo&& value) { SetTargetClusterInfo(std::move(value)); return *this;} /** *Description of the VPC connection for CreateVpcConnection and * DeleteVpcConnection operations.
*/ inline const VpcConnectionInfo& GetVpcConnectionInfo() const{ return m_vpcConnectionInfo; } /** *Description of the VPC connection for CreateVpcConnection and * DeleteVpcConnection operations.
*/ inline bool VpcConnectionInfoHasBeenSet() const { return m_vpcConnectionInfoHasBeenSet; } /** *Description of the VPC connection for CreateVpcConnection and * DeleteVpcConnection operations.
*/ inline void SetVpcConnectionInfo(const VpcConnectionInfo& value) { m_vpcConnectionInfoHasBeenSet = true; m_vpcConnectionInfo = value; } /** *Description of the VPC connection for CreateVpcConnection and * DeleteVpcConnection operations.
*/ inline void SetVpcConnectionInfo(VpcConnectionInfo&& value) { m_vpcConnectionInfoHasBeenSet = true; m_vpcConnectionInfo = std::move(value); } /** *Description of the VPC connection for CreateVpcConnection and * DeleteVpcConnection operations.
*/ inline ClusterOperationV2Provisioned& WithVpcConnectionInfo(const VpcConnectionInfo& value) { SetVpcConnectionInfo(value); return *this;} /** *Description of the VPC connection for CreateVpcConnection and * DeleteVpcConnection operations.
*/ inline ClusterOperationV2Provisioned& WithVpcConnectionInfo(VpcConnectionInfo&& value) { SetVpcConnectionInfo(std::move(value)); return *this;} private: Aws::Vector