7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename AutomatedUpdateDateT = Aws::String>
50 void SetAutomatedUpdateDate(AutomatedUpdateDateT&& value) { m_automatedUpdateDateHasBeenSet =
true; m_automatedUpdateDate = std::forward<AutomatedUpdateDateT>(value); }
51 template<
typename AutomatedUpdateDateT = Aws::String>
61 inline void SetCancellable(
bool value) { m_cancellableHasBeenSet =
true; m_cancellable = value; }
72 template<
typename CurrentVersionT = Aws::String>
73 void SetCurrentVersion(CurrentVersionT&& value) { m_currentVersionHasBeenSet =
true; m_currentVersion = std::forward<CurrentVersionT>(value); }
74 template<
typename CurrentVersionT = Aws::String>
84 template<
typename DescriptionT = Aws::String>
85 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
86 template<
typename DescriptionT = Aws::String>
96 template<
typename NewVersionT = Aws::String>
97 void SetNewVersion(NewVersionT&& value) { m_newVersionHasBeenSet =
true; m_newVersion = std::forward<NewVersionT>(value); }
98 template<
typename NewVersionT = Aws::String>
108 inline void SetUpdateAvailable(
bool value) { m_updateAvailableHasBeenSet =
true; m_updateAvailable = value; }
122 template<
typename UpdateStatusT = Aws::String>
123 void SetUpdateStatus(UpdateStatusT&& value) { m_updateStatusHasBeenSet =
true; m_updateStatus = std::forward<UpdateStatusT>(value); }
124 template<
typename UpdateStatusT = Aws::String>
130 bool m_automatedUpdateDateHasBeenSet =
false;
132 bool m_cancellable{
false};
133 bool m_cancellableHasBeenSet =
false;
136 bool m_currentVersionHasBeenSet =
false;
139 bool m_descriptionHasBeenSet =
false;
142 bool m_newVersionHasBeenSet =
false;
144 bool m_updateAvailable{
false};
145 bool m_updateAvailableHasBeenSet =
false;
148 bool m_updateStatusHasBeenSet =
false;
bool UpdateStatusHasBeenSet() const
void SetUpdateAvailable(bool value)
void SetCurrentVersion(CurrentVersionT &&value)
const Aws::String & GetDescription() const
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
AwsElasticsearchDomainServiceSoftwareOptions & WithUpdateStatus(UpdateStatusT &&value)
void SetDescription(DescriptionT &&value)
AwsElasticsearchDomainServiceSoftwareOptions & WithCurrentVersion(CurrentVersionT &&value)
void SetCancellable(bool value)
void SetNewVersion(NewVersionT &&value)
bool AutomatedUpdateDateHasBeenSet() const
AWS_SECURITYHUB_API AwsElasticsearchDomainServiceSoftwareOptions(Aws::Utils::Json::JsonView jsonValue)
bool NewVersionHasBeenSet() const
void SetUpdateStatus(UpdateStatusT &&value)
AwsElasticsearchDomainServiceSoftwareOptions & WithAutomatedUpdateDate(AutomatedUpdateDateT &&value)
AWS_SECURITYHUB_API AwsElasticsearchDomainServiceSoftwareOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetNewVersion() const
AWS_SECURITYHUB_API AwsElasticsearchDomainServiceSoftwareOptions()=default
AwsElasticsearchDomainServiceSoftwareOptions & WithUpdateAvailable(bool value)
bool GetCancellable() const
const Aws::String & GetCurrentVersion() const
const Aws::String & GetUpdateStatus() const
const Aws::String & GetAutomatedUpdateDate() const
AwsElasticsearchDomainServiceSoftwareOptions & WithNewVersion(NewVersionT &&value)
AwsElasticsearchDomainServiceSoftwareOptions & WithDescription(DescriptionT &&value)
bool GetUpdateAvailable() const
bool CancellableHasBeenSet() const
AwsElasticsearchDomainServiceSoftwareOptions & WithCancellable(bool value)
void SetAutomatedUpdateDate(AutomatedUpdateDateT &&value)
bool UpdateAvailableHasBeenSet() const
bool DescriptionHasBeenSet() const
bool CurrentVersionHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue