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>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
26namespace CloudFormation
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>
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>
83 template<
typename ResponseMetadataT = ResponseMetadata>
84 void SetResponseMetadata(ResponseMetadataT&& value) { m_responseMetadataHasBeenSet =
true; m_responseMetadata = std::forward<ResponseMetadataT>(value); }
85 template<
typename ResponseMetadataT = ResponseMetadata>
91 bool m_publisherIdHasBeenSet =
false;
94 bool m_publisherStatusHasBeenSet =
false;
97 bool m_identityProviderHasBeenSet =
false;
100 bool m_publisherProfileHasBeenSet =
false;
102 ResponseMetadata m_responseMetadata;
103 bool m_responseMetadataHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Xml::XmlDocument XmlDocument