AWS SDK for C++
AWS SDK for C++
Loading...
Searching...
No Matches
DeleteCapacityProviderResult.h
Go to the documentation of this file.
1
6#pragma once
9#include <utility>
10
11namespace Aws
12{
13template<typename RESULT_TYPE>
14class AmazonWebServiceResult;
15
16namespace Utils
17{
18namespace Json
19{
20 class JsonValue;
21} // namespace Json
22} // namespace Utils
23namespace ECS
24{
25namespace Model
26{
28 {
29 public:
33
34
38 inline const CapacityProvider& GetCapacityProvider() const{ return m_capacityProvider; }
39
43 inline void SetCapacityProvider(const CapacityProvider& value) { m_capacityProvider = value; }
44
48 inline void SetCapacityProvider(CapacityProvider&& value) { m_capacityProvider = std::move(value); }
49
54
59
60 private:
61
62 CapacityProvider m_capacityProvider;
63 };
64
65} // namespace Model
66} // namespace ECS
67} // namespace Aws
#define AWS_ECS_API
Definition: ECS_EXPORTS.h:28
AWS_ECS_API DeleteCapacityProviderResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_ECS_API DeleteCapacityProviderResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeleteCapacityProviderResult & WithCapacityProvider(const CapacityProvider &value)
void SetCapacityProvider(const CapacityProvider &value)
DeleteCapacityProviderResult & WithCapacityProvider(CapacityProvider &&value)