AWS SDK for C++

AWS SDK for C++ Version 1.11.606

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:
31 AWS_REDSHIFT_API ModifyAuthenticationProfileResult() = default;
34
35
37
40 inline const Aws::String& GetAuthenticationProfileName() const { return m_authenticationProfileName; }
41 template<typename AuthenticationProfileNameT = Aws::String>
42 void SetAuthenticationProfileName(AuthenticationProfileNameT&& value) { m_authenticationProfileNameHasBeenSet = true; m_authenticationProfileName = std::forward<AuthenticationProfileNameT>(value); }
43 template<typename AuthenticationProfileNameT = Aws::String>
44 ModifyAuthenticationProfileResult& WithAuthenticationProfileName(AuthenticationProfileNameT&& value) { SetAuthenticationProfileName(std::forward<AuthenticationProfileNameT>(value)); return *this;}
46
48
51 inline const Aws::String& GetAuthenticationProfileContent() const { return m_authenticationProfileContent; }
52 template<typename AuthenticationProfileContentT = Aws::String>
53 void SetAuthenticationProfileContent(AuthenticationProfileContentT&& value) { m_authenticationProfileContentHasBeenSet = true; m_authenticationProfileContent = std::forward<AuthenticationProfileContentT>(value); }
54 template<typename AuthenticationProfileContentT = Aws::String>
55 ModifyAuthenticationProfileResult& WithAuthenticationProfileContent(AuthenticationProfileContentT&& value) { SetAuthenticationProfileContent(std::forward<AuthenticationProfileContentT>(value)); return *this;}
57
59
60 inline const ResponseMetadata& GetResponseMetadata() const { return m_responseMetadata; }
61 template<typename ResponseMetadataT = ResponseMetadata>
62 void SetResponseMetadata(ResponseMetadataT&& value) { m_responseMetadataHasBeenSet = true; m_responseMetadata = std::forward<ResponseMetadataT>(value); }
63 template<typename ResponseMetadataT = ResponseMetadata>
64 ModifyAuthenticationProfileResult& WithResponseMetadata(ResponseMetadataT&& value) { SetResponseMetadata(std::forward<ResponseMetadataT>(value)); return *this;}
66 private:
67
68 Aws::String m_authenticationProfileName;
69 bool m_authenticationProfileNameHasBeenSet = false;
70
71 Aws::String m_authenticationProfileContent;
72 bool m_authenticationProfileContentHasBeenSet = false;
73
74 ResponseMetadata m_responseMetadata;
75 bool m_responseMetadataHasBeenSet = false;
76 };
77
78} // namespace Model
79} // namespace Redshift
80} // namespace Aws
AWS_REDSHIFT_API ModifyAuthenticationProfileResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
AWS_REDSHIFT_API ModifyAuthenticationProfileResult()=default
ModifyAuthenticationProfileResult & WithAuthenticationProfileContent(AuthenticationProfileContentT &&value)
AWS_REDSHIFT_API ModifyAuthenticationProfileResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
void SetAuthenticationProfileContent(AuthenticationProfileContentT &&value)
ModifyAuthenticationProfileResult & WithResponseMetadata(ResponseMetadataT &&value)
ModifyAuthenticationProfileResult & WithAuthenticationProfileName(AuthenticationProfileNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Xml::XmlDocument XmlDocument