AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DeleteServiceResult.h
1
6#pragma once
7#include <aws/apprunner/AppRunner_EXPORTS.h>
8#include <aws/apprunner/model/Service.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <utility>
11
12namespace Aws
13{
14template<typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils
18{
19namespace Json
20{
21 class JsonValue;
22} // namespace Json
23} // namespace Utils
24namespace AppRunner
25{
26namespace Model
27{
29 {
30 public:
31 AWS_APPRUNNER_API DeleteServiceResult();
34
35
37
40 inline const Service& GetService() const{ return m_service; }
41 inline void SetService(const Service& value) { m_service = value; }
42 inline void SetService(Service&& value) { m_service = std::move(value); }
43 inline DeleteServiceResult& WithService(const Service& value) { SetService(value); return *this;}
44 inline DeleteServiceResult& WithService(Service&& value) { SetService(std::move(value)); return *this;}
46
48
53 inline const Aws::String& GetOperationId() const{ return m_operationId; }
54 inline void SetOperationId(const Aws::String& value) { m_operationId = value; }
55 inline void SetOperationId(Aws::String&& value) { m_operationId = std::move(value); }
56 inline void SetOperationId(const char* value) { m_operationId.assign(value); }
57 inline DeleteServiceResult& WithOperationId(const Aws::String& value) { SetOperationId(value); return *this;}
58 inline DeleteServiceResult& WithOperationId(Aws::String&& value) { SetOperationId(std::move(value)); return *this;}
59 inline DeleteServiceResult& WithOperationId(const char* value) { SetOperationId(value); return *this;}
61
63
64 inline const Aws::String& GetRequestId() const{ return m_requestId; }
65 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
66 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
67 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
68 inline DeleteServiceResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
69 inline DeleteServiceResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
70 inline DeleteServiceResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
72 private:
73
74 Service m_service;
75
76 Aws::String m_operationId;
77
78 Aws::String m_requestId;
79 };
80
81} // namespace Model
82} // namespace AppRunner
83} // namespace Aws
AWS_APPRUNNER_API DeleteServiceResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeleteServiceResult & WithRequestId(const char *value)
DeleteServiceResult & WithOperationId(Aws::String &&value)
void SetRequestId(const Aws::String &value)
DeleteServiceResult & WithRequestId(const Aws::String &value)
DeleteServiceResult & WithService(Service &&value)
AWS_APPRUNNER_API DeleteServiceResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeleteServiceResult & WithRequestId(Aws::String &&value)
DeleteServiceResult & WithService(const Service &value)
DeleteServiceResult & WithOperationId(const Aws::String &value)
void SetOperationId(const Aws::String &value)
DeleteServiceResult & WithOperationId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue