AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
StopDiscovererResult.h
1
6#pragma once
7#include <aws/schemas/Schemas_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/schemas/model/DiscovererState.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 Schemas
25{
26namespace Model
27{
29 {
30 public:
31 AWS_SCHEMAS_API StopDiscovererResult();
34
35
37
40 inline const Aws::String& GetDiscovererId() const{ return m_discovererId; }
41 inline void SetDiscovererId(const Aws::String& value) { m_discovererId = value; }
42 inline void SetDiscovererId(Aws::String&& value) { m_discovererId = std::move(value); }
43 inline void SetDiscovererId(const char* value) { m_discovererId.assign(value); }
44 inline StopDiscovererResult& WithDiscovererId(const Aws::String& value) { SetDiscovererId(value); return *this;}
45 inline StopDiscovererResult& WithDiscovererId(Aws::String&& value) { SetDiscovererId(std::move(value)); return *this;}
46 inline StopDiscovererResult& WithDiscovererId(const char* value) { SetDiscovererId(value); return *this;}
48
50
53 inline const DiscovererState& GetState() const{ return m_state; }
54 inline void SetState(const DiscovererState& value) { m_state = value; }
55 inline void SetState(DiscovererState&& value) { m_state = std::move(value); }
56 inline StopDiscovererResult& WithState(const DiscovererState& value) { SetState(value); return *this;}
57 inline StopDiscovererResult& WithState(DiscovererState&& value) { SetState(std::move(value)); return *this;}
59
61
62 inline const Aws::String& GetRequestId() const{ return m_requestId; }
63 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
64 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
65 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
66 inline StopDiscovererResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
67 inline StopDiscovererResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
68 inline StopDiscovererResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
70 private:
71
72 Aws::String m_discovererId;
73
74 DiscovererState m_state;
75
76 Aws::String m_requestId;
77 };
78
79} // namespace Model
80} // namespace Schemas
81} // namespace Aws
void SetRequestId(const Aws::String &value)
StopDiscovererResult & WithRequestId(const Aws::String &value)
StopDiscovererResult & WithDiscovererId(const Aws::String &value)
StopDiscovererResult & WithRequestId(Aws::String &&value)
StopDiscovererResult & WithRequestId(const char *value)
AWS_SCHEMAS_API StopDiscovererResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
StopDiscovererResult & WithDiscovererId(const char *value)
AWS_SCHEMAS_API StopDiscovererResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetDiscovererId(const Aws::String &value)
const DiscovererState & GetState() const
StopDiscovererResult & WithDiscovererId(Aws::String &&value)
StopDiscovererResult & WithState(DiscovererState &&value)
void SetState(const DiscovererState &value)
StopDiscovererResult & WithState(const DiscovererState &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue