AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ModifyAuthenticationProfileResult.h
1
6#pragma once
7#include <aws/redshift/Redshift_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/redshift/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 Redshift
25{
26namespace Model
27{
29 {
30 public:
34
35
37
40 inline const Aws::String& GetAuthenticationProfileName() const{ return m_authenticationProfileName; }
41 inline void SetAuthenticationProfileName(const Aws::String& value) { m_authenticationProfileName = value; }
42 inline void SetAuthenticationProfileName(Aws::String&& value) { m_authenticationProfileName = std::move(value); }
43 inline void SetAuthenticationProfileName(const char* value) { m_authenticationProfileName.assign(value); }
48
50
53 inline const Aws::String& GetAuthenticationProfileContent() const{ return m_authenticationProfileContent; }
54 inline void SetAuthenticationProfileContent(const Aws::String& value) { m_authenticationProfileContent = value; }
55 inline void SetAuthenticationProfileContent(Aws::String&& value) { m_authenticationProfileContent = std::move(value); }
56 inline void SetAuthenticationProfileContent(const char* value) { m_authenticationProfileContent.assign(value); }
61
63
64 inline const ResponseMetadata& GetResponseMetadata() const{ return m_responseMetadata; }
65 inline void SetResponseMetadata(const ResponseMetadata& value) { m_responseMetadata = value; }
66 inline void SetResponseMetadata(ResponseMetadata&& value) { m_responseMetadata = std::move(value); }
70 private:
71
72 Aws::String m_authenticationProfileName;
73
74 Aws::String m_authenticationProfileContent;
75
76 ResponseMetadata m_responseMetadata;
77 };
78
79} // namespace Model
80} // namespace Redshift
81} // namespace Aws
AWS_REDSHIFT_API ModifyAuthenticationProfileResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
ModifyAuthenticationProfileResult & WithAuthenticationProfileContent(const Aws::String &value)
ModifyAuthenticationProfileResult & WithAuthenticationProfileName(const Aws::String &value)
AWS_REDSHIFT_API ModifyAuthenticationProfileResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
ModifyAuthenticationProfileResult & WithAuthenticationProfileContent(const char *value)
ModifyAuthenticationProfileResult & WithAuthenticationProfileContent(Aws::String &&value)
ModifyAuthenticationProfileResult & WithAuthenticationProfileName(const char *value)
ModifyAuthenticationProfileResult & WithResponseMetadata(ResponseMetadata &&value)
ModifyAuthenticationProfileResult & WithResponseMetadata(const ResponseMetadata &value)
ModifyAuthenticationProfileResult & WithAuthenticationProfileName(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Xml::XmlDocument XmlDocument