7#include <aws/appconfigdata/AppConfigData_EXPORTS.h>
8#include <aws/appconfigdata/AppConfigDataRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace AppConfigData
41 template<
typename ApplicationIdentifierT = Aws::String>
42 void SetApplicationIdentifier(ApplicationIdentifierT&& value) { m_applicationIdentifierHasBeenSet =
true; m_applicationIdentifier = std::forward<ApplicationIdentifierT>(value); }
43 template<
typename ApplicationIdentifierT = Aws::String>
53 template<
typename EnvironmentIdentifierT = Aws::String>
54 void SetEnvironmentIdentifier(EnvironmentIdentifierT&& value) { m_environmentIdentifierHasBeenSet =
true; m_environmentIdentifier = std::forward<EnvironmentIdentifierT>(value); }
55 template<
typename EnvironmentIdentifierT = Aws::String>
65 template<
typename ConfigurationProfileIdentifierT = Aws::String>
66 void SetConfigurationProfileIdentifier(ConfigurationProfileIdentifierT&& value) { m_configurationProfileIdentifierHasBeenSet =
true; m_configurationProfileIdentifier = std::forward<ConfigurationProfileIdentifierT>(value); }
67 template<
typename ConfigurationProfileIdentifierT = Aws::String>
85 bool m_applicationIdentifierHasBeenSet =
false;
88 bool m_environmentIdentifierHasBeenSet =
false;
91 bool m_configurationProfileIdentifierHasBeenSet =
false;
93 int m_requiredMinimumPollIntervalInSeconds{0};
94 bool m_requiredMinimumPollIntervalInSecondsHasBeenSet =
false;
AWS_APPCONFIGDATA_API StartConfigurationSessionRequest()=default
void SetConfigurationProfileIdentifier(ConfigurationProfileIdentifierT &&value)
void SetEnvironmentIdentifier(EnvironmentIdentifierT &&value)
bool ApplicationIdentifierHasBeenSet() const
StartConfigurationSessionRequest & WithEnvironmentIdentifier(EnvironmentIdentifierT &&value)
void SetRequiredMinimumPollIntervalInSeconds(int value)
const Aws::String & GetConfigurationProfileIdentifier() const
bool ConfigurationProfileIdentifierHasBeenSet() const
void SetApplicationIdentifier(ApplicationIdentifierT &&value)
const Aws::String & GetEnvironmentIdentifier() const
AWS_APPCONFIGDATA_API Aws::String SerializePayload() const override
const Aws::String & GetApplicationIdentifier() const
StartConfigurationSessionRequest & WithRequiredMinimumPollIntervalInSeconds(int value)
bool EnvironmentIdentifierHasBeenSet() const
StartConfigurationSessionRequest & WithApplicationIdentifier(ApplicationIdentifierT &&value)
bool RequiredMinimumPollIntervalInSecondsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
StartConfigurationSessionRequest & WithConfigurationProfileIdentifier(ConfigurationProfileIdentifierT &&value)
int GetRequiredMinimumPollIntervalInSeconds() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String