AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
UpdateConnectorResult.h
1
6#pragma once
7#include <aws/kafkaconnect/KafkaConnect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/kafkaconnect/model/ConnectorState.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 KafkaConnect
25{
26namespace Model
27{
29 {
30 public:
31 AWS_KAFKACONNECT_API UpdateConnectorResult();
34
35
37
40 inline const Aws::String& GetConnectorArn() const{ return m_connectorArn; }
41 inline void SetConnectorArn(const Aws::String& value) { m_connectorArn = value; }
42 inline void SetConnectorArn(Aws::String&& value) { m_connectorArn = std::move(value); }
43 inline void SetConnectorArn(const char* value) { m_connectorArn.assign(value); }
44 inline UpdateConnectorResult& WithConnectorArn(const Aws::String& value) { SetConnectorArn(value); return *this;}
45 inline UpdateConnectorResult& WithConnectorArn(Aws::String&& value) { SetConnectorArn(std::move(value)); return *this;}
46 inline UpdateConnectorResult& WithConnectorArn(const char* value) { SetConnectorArn(value); return *this;}
48
50
53 inline const ConnectorState& GetConnectorState() const{ return m_connectorState; }
54 inline void SetConnectorState(const ConnectorState& value) { m_connectorState = value; }
55 inline void SetConnectorState(ConnectorState&& value) { m_connectorState = std::move(value); }
56 inline UpdateConnectorResult& WithConnectorState(const ConnectorState& value) { SetConnectorState(value); return *this;}
57 inline UpdateConnectorResult& WithConnectorState(ConnectorState&& value) { SetConnectorState(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 UpdateConnectorResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
67 inline UpdateConnectorResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
68 inline UpdateConnectorResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
70 private:
71
72 Aws::String m_connectorArn;
73
74 ConnectorState m_connectorState;
75
76 Aws::String m_requestId;
77 };
78
79} // namespace Model
80} // namespace KafkaConnect
81} // namespace Aws
UpdateConnectorResult & WithConnectorArn(Aws::String &&value)
UpdateConnectorResult & WithConnectorArn(const char *value)
UpdateConnectorResult & WithConnectorArn(const Aws::String &value)
UpdateConnectorResult & WithRequestId(Aws::String &&value)
AWS_KAFKACONNECT_API UpdateConnectorResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateConnectorResult & WithConnectorState(ConnectorState &&value)
UpdateConnectorResult & WithRequestId(const char *value)
void SetConnectorState(const ConnectorState &value)
UpdateConnectorResult & WithRequestId(const Aws::String &value)
UpdateConnectorResult & WithConnectorState(const ConnectorState &value)
AWS_KAFKACONNECT_API UpdateConnectorResult(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