AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DeleteAuthenticationProfileResult.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
51 inline const ResponseMetadata& GetResponseMetadata() const{ return m_responseMetadata; }
52 inline void SetResponseMetadata(const ResponseMetadata& value) { m_responseMetadata = value; }
53 inline void SetResponseMetadata(ResponseMetadata&& value) { m_responseMetadata = std::move(value); }
57 private:
58
59 Aws::String m_authenticationProfileName;
60
61 ResponseMetadata m_responseMetadata;
62 };
63
64} // namespace Model
65} // namespace Redshift
66} // namespace Aws
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
Aws::Utils::Xml::XmlDocument XmlDocument