7#include <aws/apprunner/AppRunner_EXPORTS.h>
8#include <aws/apprunner/model/AutoScalingConfigurationStatus.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
49 template <
typename AutoScalingConfigurationArnT = Aws::String>
51 m_autoScalingConfigurationArnHasBeenSet =
true;
52 m_autoScalingConfigurationArn = std::forward<AutoScalingConfigurationArnT>(value);
54 template <
typename AutoScalingConfigurationArnT = Aws::String>
68 template <
typename AutoScalingConfigurationNameT = Aws::String>
70 m_autoScalingConfigurationNameHasBeenSet =
true;
71 m_autoScalingConfigurationName = std::forward<AutoScalingConfigurationNameT>(value);
73 template <
typename AutoScalingConfigurationNameT = Aws::String>
89 m_autoScalingConfigurationRevisionHasBeenSet =
true;
90 m_autoScalingConfigurationRevision = value;
108 m_statusHasBeenSet =
true;
124 template <
typename CreatedAtT = Aws::Utils::DateTime>
126 m_createdAtHasBeenSet =
true;
127 m_createdAt = std::forward<CreatedAtT>(value);
129 template <
typename CreatedAtT = Aws::Utils::DateTime>
146 m_hasAssociatedServiceHasBeenSet =
true;
147 m_hasAssociatedService = value;
167 m_isDefaultHasBeenSet =
true;
180 int m_autoScalingConfigurationRevision{0};
186 bool m_hasAssociatedService{
false};
188 bool m_isDefault{
false};
189 bool m_autoScalingConfigurationArnHasBeenSet =
false;
190 bool m_autoScalingConfigurationNameHasBeenSet =
false;
191 bool m_autoScalingConfigurationRevisionHasBeenSet =
false;
192 bool m_statusHasBeenSet =
false;
193 bool m_createdAtHasBeenSet =
false;
194 bool m_hasAssociatedServiceHasBeenSet =
false;
195 bool m_isDefaultHasBeenSet =
false;
bool HasAssociatedServiceHasBeenSet() const
void SetAutoScalingConfigurationArn(AutoScalingConfigurationArnT &&value)
AWS_APPRUNNER_API AutoScalingConfigurationSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetStatus(AutoScalingConfigurationStatus value)
AutoScalingConfigurationStatus GetStatus() const
AWS_APPRUNNER_API AutoScalingConfigurationSummary(Aws::Utils::Json::JsonView jsonValue)
void SetAutoScalingConfigurationName(AutoScalingConfigurationNameT &&value)
AutoScalingConfigurationSummary & WithAutoScalingConfigurationName(AutoScalingConfigurationNameT &&value)
bool GetHasAssociatedService() const
void SetCreatedAt(CreatedAtT &&value)
AutoScalingConfigurationSummary & WithCreatedAt(CreatedAtT &&value)
bool IsDefaultHasBeenSet() const
bool StatusHasBeenSet() const
bool CreatedAtHasBeenSet() const
int GetAutoScalingConfigurationRevision() const
const Aws::Utils::DateTime & GetCreatedAt() const
void SetAutoScalingConfigurationRevision(int value)
bool AutoScalingConfigurationArnHasBeenSet() const
AutoScalingConfigurationSummary & WithStatus(AutoScalingConfigurationStatus value)
const Aws::String & GetAutoScalingConfigurationArn() const
AWS_APPRUNNER_API AutoScalingConfigurationSummary()=default
const Aws::String & GetAutoScalingConfigurationName() const
void SetIsDefault(bool value)
bool AutoScalingConfigurationRevisionHasBeenSet() const
AutoScalingConfigurationSummary & WithHasAssociatedService(bool value)
AWS_APPRUNNER_API Aws::Utils::Json::JsonValue Jsonize() const
AutoScalingConfigurationSummary & WithAutoScalingConfigurationRevision(int value)
bool GetIsDefault() const
bool AutoScalingConfigurationNameHasBeenSet() const
AutoScalingConfigurationSummary & WithIsDefault(bool value)
void SetHasAssociatedService(bool value)
AutoScalingConfigurationSummary & WithAutoScalingConfigurationArn(AutoScalingConfigurationArnT &&value)
AutoScalingConfigurationStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue