AWS SDK for C++
AWS SDK for C++
Loading...
Searching...
No Matches
DeleteAuthenticationProfileResult.h
Go to the documentation of this file.
1
6#pragma once
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 Redshift
25{
26namespace Model
27{
29 {
30 public:
34
35
39 inline const Aws::String& GetAuthenticationProfileName() const{ return m_authenticationProfileName; }
40
44 inline void SetAuthenticationProfileName(const Aws::String& value) { m_authenticationProfileName = value; }
45
49 inline void SetAuthenticationProfileName(Aws::String&& value) { m_authenticationProfileName = std::move(value); }
50
54 inline void SetAuthenticationProfileName(const char* value) { m_authenticationProfileName.assign(value); }
55
60
65
70
71
72
73 inline const ResponseMetadata& GetResponseMetadata() const{ return m_responseMetadata; }
74
75
76 inline void SetResponseMetadata(const ResponseMetadata& value) { m_responseMetadata = value; }
77
78
79 inline void SetResponseMetadata(ResponseMetadata&& value) { m_responseMetadata = std::move(value); }
80
81
83
84
86
87 private:
88
89 Aws::String m_authenticationProfileName;
90
91 ResponseMetadata m_responseMetadata;
92 };
93
94} // namespace Model
95} // namespace Redshift
96} // namespace Aws
#define AWS_REDSHIFT_API
DeleteAuthenticationProfileResult & WithAuthenticationProfileName(const Aws::String &value)
DeleteAuthenticationProfileResult & WithResponseMetadata(const ResponseMetadata &value)
AWS_REDSHIFT_API DeleteAuthenticationProfileResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
DeleteAuthenticationProfileResult & WithResponseMetadata(ResponseMetadata &&value)
DeleteAuthenticationProfileResult & WithAuthenticationProfileName(const char *value)
DeleteAuthenticationProfileResult & WithAuthenticationProfileName(Aws::String &&value)
AWS_REDSHIFT_API DeleteAuthenticationProfileResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String