7#include <aws/appconfigdata/AppConfigData_EXPORTS.h>
8#include <aws/core/utils/Array.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/stream/ResponseStream.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
18namespace AppConfigData {
43 template <
typename NextPollConfigurationTokenT = Aws::String>
45 m_nextPollConfigurationTokenHasBeenSet =
true;
46 m_nextPollConfigurationToken = std::forward<NextPollConfigurationTokenT>(value);
48 template <
typename NextPollConfigurationTokenT = Aws::String>
63 m_nextPollIntervalInSecondsHasBeenSet =
true;
64 m_nextPollIntervalInSeconds = value;
77 template <
typename ContentTypeT = Aws::String>
79 m_contentTypeHasBeenSet =
true;
80 m_contentType = std::forward<ContentTypeT>(value);
82 template <
typename ContentTypeT = Aws::String>
107 template <
typename VersionLabelT = Aws::String>
109 m_versionLabelHasBeenSet =
true;
110 m_versionLabel = std::forward<VersionLabelT>(value);
112 template <
typename VersionLabelT = Aws::String>
122 template <
typename RequestIdT = Aws::String>
124 m_requestIdHasBeenSet =
true;
125 m_requestId = std::forward<RequestIdT>(value);
127 template <
typename RequestIdT = Aws::String>
136 int m_nextPollIntervalInSeconds{0};
145 bool m_nextPollConfigurationTokenHasBeenSet =
false;
146 bool m_nextPollIntervalInSecondsHasBeenSet =
false;
147 bool m_contentTypeHasBeenSet =
false;
148 bool m_configurationHasBeenSet =
false;
149 bool m_versionLabelHasBeenSet =
false;
150 bool m_requestIdHasBeenSet =
false;
void ReplaceBody(Aws::IOStream *body)
GetLatestConfigurationResult(const GetLatestConfigurationResult &)=delete
GetLatestConfigurationResult & WithVersionLabel(VersionLabelT &&value)
AWS_APPCONFIGDATA_API GetLatestConfigurationResult()=default
void SetContentType(ContentTypeT &&value)
AWS_APPCONFIGDATA_API GetLatestConfigurationResult & operator=(Aws::AmazonWebServiceResult< Aws::Utils::Stream::ResponseStream > &&result)
GetLatestConfigurationResult & operator=(const GetLatestConfigurationResult &)=delete
int GetNextPollIntervalInSeconds() const
GetLatestConfigurationResult & WithRequestId(RequestIdT &&value)
GetLatestConfigurationResult & WithNextPollIntervalInSeconds(int value)
Aws::IOStream & GetConfiguration() const
const Aws::String & GetRequestId() const
AWS_APPCONFIGDATA_API GetLatestConfigurationResult(Aws::AmazonWebServiceResult< Aws::Utils::Stream::ResponseStream > &&result)
void SetRequestId(RequestIdT &&value)
GetLatestConfigurationResult & WithContentType(ContentTypeT &&value)
void SetNextPollIntervalInSeconds(int value)
const Aws::String & GetVersionLabel() const
const Aws::String & GetNextPollConfigurationToken() const
GetLatestConfigurationResult & WithNextPollConfigurationToken(NextPollConfigurationTokenT &&value)
AWS_APPCONFIGDATA_API GetLatestConfigurationResult(GetLatestConfigurationResult &&)=default
AWS_APPCONFIGDATA_API GetLatestConfigurationResult & operator=(GetLatestConfigurationResult &&)=default
const Aws::String & GetContentType() const
void SetVersionLabel(VersionLabelT &&value)
void SetNextPollConfigurationToken(NextPollConfigurationTokenT &&value)
Aws::IOStream & GetUnderlyingStream() const
std::basic_iostream< char, std::char_traits< char > > IOStream
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String