AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
CreateTopicResult.h
1
6#pragma once
7#include <aws/sns/SNS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sns/model/ResponseMetadata.h>
10#include <utility>
11
12namespace Aws
13{
14template<typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils
18{
19namespace Xml
20{
21 class XmlDocument;
22} // namespace Xml
23} // namespace Utils
24namespace SNS
25{
26namespace Model
27{
34 {
35 public:
36 AWS_SNS_API CreateTopicResult();
39
40
42
45 inline const Aws::String& GetTopicArn() const{ return m_topicArn; }
46 inline void SetTopicArn(const Aws::String& value) { m_topicArn = value; }
47 inline void SetTopicArn(Aws::String&& value) { m_topicArn = std::move(value); }
48 inline void SetTopicArn(const char* value) { m_topicArn.assign(value); }
49 inline CreateTopicResult& WithTopicArn(const Aws::String& value) { SetTopicArn(value); return *this;}
50 inline CreateTopicResult& WithTopicArn(Aws::String&& value) { SetTopicArn(std::move(value)); return *this;}
51 inline CreateTopicResult& WithTopicArn(const char* value) { SetTopicArn(value); return *this;}
53
55
56 inline const ResponseMetadata& GetResponseMetadata() const{ return m_responseMetadata; }
57 inline void SetResponseMetadata(const ResponseMetadata& value) { m_responseMetadata = value; }
58 inline void SetResponseMetadata(ResponseMetadata&& value) { m_responseMetadata = std::move(value); }
59 inline CreateTopicResult& WithResponseMetadata(const ResponseMetadata& value) { SetResponseMetadata(value); return *this;}
60 inline CreateTopicResult& WithResponseMetadata(ResponseMetadata&& value) { SetResponseMetadata(std::move(value)); return *this;}
62 private:
63
64 Aws::String m_topicArn;
65
66 ResponseMetadata m_responseMetadata;
67 };
68
69} // namespace Model
70} // namespace SNS
71} // namespace Aws
void SetTopicArn(Aws::String &&value)
AWS_SNS_API CreateTopicResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
void SetResponseMetadata(const ResponseMetadata &value)
void SetTopicArn(const char *value)
CreateTopicResult & WithTopicArn(const Aws::String &value)
CreateTopicResult & WithResponseMetadata(ResponseMetadata &&value)
AWS_SNS_API CreateTopicResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
CreateTopicResult & WithTopicArn(const char *value)
CreateTopicResult & WithResponseMetadata(const ResponseMetadata &value)
const ResponseMetadata & GetResponseMetadata() const
void SetResponseMetadata(ResponseMetadata &&value)
void SetTopicArn(const Aws::String &value)
CreateTopicResult & WithTopicArn(Aws::String &&value)
const Aws::String & GetTopicArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Xml::XmlDocument XmlDocument