7#include <aws/appconfigdata/AppConfigData_EXPORTS.h>
8#include <aws/core/utils/stream/ResponseStream.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/Array.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
18namespace AppConfigData
49 template<
typename NextPollConfigurationTokenT = Aws::String>
50 void SetNextPollConfigurationToken(NextPollConfigurationTokenT&& value) { m_nextPollConfigurationTokenHasBeenSet =
true; m_nextPollConfigurationToken = std::forward<NextPollConfigurationTokenT>(value); }
51 template<
typename NextPollConfigurationTokenT = Aws::String>
71 template<
typename ContentTypeT = Aws::String>
72 void SetContentType(ContentTypeT&& value) { m_contentTypeHasBeenSet =
true; m_contentType = std::forward<ContentTypeT>(value); }
73 template<
typename ContentTypeT = Aws::String>
95 template<
typename VersionLabelT = Aws::String>
96 void SetVersionLabel(VersionLabelT&& value) { m_versionLabelHasBeenSet =
true; m_versionLabel = std::forward<VersionLabelT>(value); }
97 template<
typename VersionLabelT = Aws::String>
104 template<
typename RequestIdT = Aws::String>
105 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
106 template<
typename RequestIdT = Aws::String>
112 bool m_nextPollConfigurationTokenHasBeenSet =
false;
114 int m_nextPollIntervalInSeconds{0};
115 bool m_nextPollIntervalInSecondsHasBeenSet =
false;
118 bool m_contentTypeHasBeenSet =
false;
121 bool m_configurationHasBeenSet =
false;
124 bool m_versionLabelHasBeenSet =
false;
127 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