AWS SDK for C++

AWS SDK for C++ Version 1.11.719

Loading...
Searching...
No Matches
DeleteInfrastructureConfigurationResult.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/imagebuilder/Imagebuilder_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13template <typename RESULT_TYPE>
14class AmazonWebServiceResult;
15
16namespace Utils {
17namespace Json {
18class JsonValue;
19} // namespace Json
20} // namespace Utils
21namespace imagebuilder {
22namespace Model {
24 public:
25 AWS_IMAGEBUILDER_API DeleteInfrastructureConfigurationResult() = default;
29
31
34 inline const Aws::String& GetRequestId() const { return m_requestId; }
35 template <typename RequestIdT = Aws::String>
36 void SetRequestId(RequestIdT&& value) {
37 m_requestIdHasBeenSet = true;
38 m_requestId = std::forward<RequestIdT>(value);
39 }
40 template <typename RequestIdT = Aws::String>
42 SetRequestId(std::forward<RequestIdT>(value));
43 return *this;
44 }
46
48
52 inline const Aws::String& GetInfrastructureConfigurationArn() const { return m_infrastructureConfigurationArn; }
53 template <typename InfrastructureConfigurationArnT = Aws::String>
54 void SetInfrastructureConfigurationArn(InfrastructureConfigurationArnT&& value) {
55 m_infrastructureConfigurationArnHasBeenSet = true;
56 m_infrastructureConfigurationArn = std::forward<InfrastructureConfigurationArnT>(value);
57 }
58 template <typename InfrastructureConfigurationArnT = Aws::String>
60 SetInfrastructureConfigurationArn(std::forward<InfrastructureConfigurationArnT>(value));
61 return *this;
62 }
64 private:
65 Aws::String m_requestId;
66
67 Aws::String m_infrastructureConfigurationArn;
68 bool m_requestIdHasBeenSet = false;
69 bool m_infrastructureConfigurationArnHasBeenSet = false;
70};
71
72} // namespace Model
73} // namespace imagebuilder
74} // namespace Aws
DeleteInfrastructureConfigurationResult & WithRequestId(RequestIdT &&value)
DeleteInfrastructureConfigurationResult & WithInfrastructureConfigurationArn(InfrastructureConfigurationArnT &&value)
AWS_IMAGEBUILDER_API DeleteInfrastructureConfigurationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_IMAGEBUILDER_API DeleteInfrastructureConfigurationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue