/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Contains the output of DeleteVpcEndpoints.See Also:
AWS
* API Reference
Information about the VPC endpoints that were not successfully deleted.
*/ inline const Aws::VectorInformation about the VPC endpoints that were not successfully deleted.
*/ inline void SetUnsuccessful(const Aws::VectorInformation about the VPC endpoints that were not successfully deleted.
*/ inline void SetUnsuccessful(Aws::VectorInformation about the VPC endpoints that were not successfully deleted.
*/ inline DeleteVpcEndpointsResponse& WithUnsuccessful(const Aws::VectorInformation about the VPC endpoints that were not successfully deleted.
*/ inline DeleteVpcEndpointsResponse& WithUnsuccessful(Aws::VectorInformation about the VPC endpoints that were not successfully deleted.
*/ inline DeleteVpcEndpointsResponse& AddUnsuccessful(const UnsuccessfulItem& value) { m_unsuccessful.push_back(value); return *this; } /** *Information about the VPC endpoints that were not successfully deleted.
*/ inline DeleteVpcEndpointsResponse& AddUnsuccessful(UnsuccessfulItem&& value) { m_unsuccessful.push_back(std::move(value)); return *this; } inline const ResponseMetadata& GetResponseMetadata() const{ return m_responseMetadata; } inline void SetResponseMetadata(const ResponseMetadata& value) { m_responseMetadata = value; } inline void SetResponseMetadata(ResponseMetadata&& value) { m_responseMetadata = std::move(value); } inline DeleteVpcEndpointsResponse& WithResponseMetadata(const ResponseMetadata& value) { SetResponseMetadata(value); return *this;} inline DeleteVpcEndpointsResponse& WithResponseMetadata(ResponseMetadata&& value) { SetResponseMetadata(std::move(value)); return *this;} private: Aws::Vector