AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DeleteReplicatorResult.h
1
6#pragma once
7#include <aws/kafka/Kafka_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/kafka/model/ReplicatorState.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 Kafka
25{
26namespace Model
27{
29 {
30 public:
31 AWS_KAFKA_API DeleteReplicatorResult();
34
35
37
40 inline const Aws::String& GetReplicatorArn() const{ return m_replicatorArn; }
41 inline void SetReplicatorArn(const Aws::String& value) { m_replicatorArn = value; }
42 inline void SetReplicatorArn(Aws::String&& value) { m_replicatorArn = std::move(value); }
43 inline void SetReplicatorArn(const char* value) { m_replicatorArn.assign(value); }
44 inline DeleteReplicatorResult& WithReplicatorArn(const Aws::String& value) { SetReplicatorArn(value); return *this;}
45 inline DeleteReplicatorResult& WithReplicatorArn(Aws::String&& value) { SetReplicatorArn(std::move(value)); return *this;}
46 inline DeleteReplicatorResult& WithReplicatorArn(const char* value) { SetReplicatorArn(value); return *this;}
48
50
53 inline const ReplicatorState& GetReplicatorState() const{ return m_replicatorState; }
54 inline void SetReplicatorState(const ReplicatorState& value) { m_replicatorState = value; }
55 inline void SetReplicatorState(ReplicatorState&& value) { m_replicatorState = std::move(value); }
57 inline DeleteReplicatorResult& WithReplicatorState(ReplicatorState&& value) { SetReplicatorState(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 DeleteReplicatorResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
67 inline DeleteReplicatorResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
68 inline DeleteReplicatorResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
70 private:
71
72 Aws::String m_replicatorArn;
73
74 ReplicatorState m_replicatorState;
75
76 Aws::String m_requestId;
77 };
78
79} // namespace Model
80} // namespace Kafka
81} // namespace Aws
DeleteReplicatorResult & WithRequestId(const char *value)
void SetReplicatorState(ReplicatorState &&value)
DeleteReplicatorResult & WithRequestId(Aws::String &&value)
DeleteReplicatorResult & WithReplicatorArn(Aws::String &&value)
void SetReplicatorState(const ReplicatorState &value)
DeleteReplicatorResult & WithReplicatorState(const ReplicatorState &value)
DeleteReplicatorResult & WithRequestId(const Aws::String &value)
AWS_KAFKA_API DeleteReplicatorResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const ReplicatorState & GetReplicatorState() const
AWS_KAFKA_API DeleteReplicatorResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeleteReplicatorResult & WithReplicatorState(ReplicatorState &&value)
DeleteReplicatorResult & WithReplicatorArn(const Aws::String &value)
void SetReplicatorArn(const Aws::String &value)
DeleteReplicatorResult & WithReplicatorArn(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue