AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
DescribePublisherResult.h
1
6#pragma once
7#include <aws/cloudformation/CloudFormation_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/cloudformation/model/PublisherStatus.h>
10#include <aws/cloudformation/model/IdentityProvider.h>
11#include <aws/cloudformation/model/ResponseMetadata.h>
12#include <utility>
13
14namespace Aws
15{
16template<typename RESULT_TYPE>
17class AmazonWebServiceResult;
18
19namespace Utils
20{
21namespace Xml
22{
23 class XmlDocument;
24} // namespace Xml
25} // namespace Utils
26namespace CloudFormation
27{
28namespace Model
29{
31 {
32 public:
33 AWS_CLOUDFORMATION_API DescribePublisherResult() = default;
36
37
39
42 inline const Aws::String& GetPublisherId() const { return m_publisherId; }
43 template<typename PublisherIdT = Aws::String>
44 void SetPublisherId(PublisherIdT&& value) { m_publisherIdHasBeenSet = true; m_publisherId = std::forward<PublisherIdT>(value); }
45 template<typename PublisherIdT = Aws::String>
46 DescribePublisherResult& WithPublisherId(PublisherIdT&& value) { SetPublisherId(std::forward<PublisherIdT>(value)); return *this;}
48
50
54 inline PublisherStatus GetPublisherStatus() const { return m_publisherStatus; }
55 inline void SetPublisherStatus(PublisherStatus value) { m_publisherStatusHasBeenSet = true; m_publisherStatus = value; }
58
60
64 inline IdentityProvider GetIdentityProvider() const { return m_identityProvider; }
65 inline void SetIdentityProvider(IdentityProvider value) { m_identityProviderHasBeenSet = true; m_identityProvider = value; }
68
70
73 inline const Aws::String& GetPublisherProfile() const { return m_publisherProfile; }
74 template<typename PublisherProfileT = Aws::String>
75 void SetPublisherProfile(PublisherProfileT&& value) { m_publisherProfileHasBeenSet = true; m_publisherProfile = std::forward<PublisherProfileT>(value); }
76 template<typename PublisherProfileT = Aws::String>
77 DescribePublisherResult& WithPublisherProfile(PublisherProfileT&& value) { SetPublisherProfile(std::forward<PublisherProfileT>(value)); return *this;}
79
81
82 inline const ResponseMetadata& GetResponseMetadata() const { return m_responseMetadata; }
83 template<typename ResponseMetadataT = ResponseMetadata>
84 void SetResponseMetadata(ResponseMetadataT&& value) { m_responseMetadataHasBeenSet = true; m_responseMetadata = std::forward<ResponseMetadataT>(value); }
85 template<typename ResponseMetadataT = ResponseMetadata>
86 DescribePublisherResult& WithResponseMetadata(ResponseMetadataT&& value) { SetResponseMetadata(std::forward<ResponseMetadataT>(value)); return *this;}
88 private:
89
90 Aws::String m_publisherId;
91 bool m_publisherIdHasBeenSet = false;
92
94 bool m_publisherStatusHasBeenSet = false;
95
97 bool m_identityProviderHasBeenSet = false;
98
99 Aws::String m_publisherProfile;
100 bool m_publisherProfileHasBeenSet = false;
101
102 ResponseMetadata m_responseMetadata;
103 bool m_responseMetadataHasBeenSet = false;
104 };
105
106} // namespace Model
107} // namespace CloudFormation
108} // namespace Aws
DescribePublisherResult & WithPublisherId(PublisherIdT &&value)
AWS_CLOUDFORMATION_API DescribePublisherResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
DescribePublisherResult & WithIdentityProvider(IdentityProvider value)
AWS_CLOUDFORMATION_API DescribePublisherResult()=default
DescribePublisherResult & WithResponseMetadata(ResponseMetadataT &&value)
DescribePublisherResult & WithPublisherProfile(PublisherProfileT &&value)
DescribePublisherResult & WithPublisherStatus(PublisherStatus value)
AWS_CLOUDFORMATION_API DescribePublisherResult & 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