7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/elasticbeanstalk/ElasticBeanstalk_EXPORTS.h>
11#include <aws/elasticbeanstalk/model/ActionStatus.h>
12#include <aws/elasticbeanstalk/model/ActionType.h>
22namespace ElasticBeanstalk {
38 const char* locationValue)
const;
47 template <
typename ActionIdT = Aws::String>
49 m_actionIdHasBeenSet =
true;
50 m_actionId = std::forward<ActionIdT>(value);
52 template <
typename ActionIdT = Aws::String>
65 template <
typename ActionDescriptionT = Aws::String>
67 m_actionDescriptionHasBeenSet =
true;
68 m_actionDescription = std::forward<ActionDescriptionT>(value);
70 template <
typename ActionDescriptionT = Aws::String>
84 m_actionTypeHasBeenSet =
true;
101 m_statusHasBeenSet =
true;
117 template <
typename WindowStartTimeT = Aws::Utils::DateTime>
119 m_windowStartTimeHasBeenSet =
true;
120 m_windowStartTime = std::forward<WindowStartTimeT>(value);
122 template <
typename WindowStartTimeT = Aws::Utils::DateTime>
138 bool m_actionIdHasBeenSet =
false;
139 bool m_actionDescriptionHasBeenSet =
false;
140 bool m_actionTypeHasBeenSet =
false;
141 bool m_statusHasBeenSet =
false;
142 bool m_windowStartTimeHasBeenSet =
false;
const Aws::String & GetActionDescription() const
bool WindowStartTimeHasBeenSet() const
AWS_ELASTICBEANSTALK_API ManagedAction & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
ActionType GetActionType() const
const Aws::String & GetActionId() const
ManagedAction & WithStatus(ActionStatus value)
ManagedAction & WithActionType(ActionType value)
void SetActionType(ActionType value)
bool ActionDescriptionHasBeenSet() const
ActionStatus GetStatus() const
void SetActionId(ActionIdT &&value)
void SetWindowStartTime(WindowStartTimeT &&value)
void SetStatus(ActionStatus value)
ManagedAction & WithActionDescription(ActionDescriptionT &&value)
bool ActionIdHasBeenSet() const
bool StatusHasBeenSet() const
bool ActionTypeHasBeenSet() const
ManagedAction & WithActionId(ActionIdT &&value)
AWS_ELASTICBEANSTALK_API void OutputToStream(Aws::OStream &oStream, const char *location) const
AWS_ELASTICBEANSTALK_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
AWS_ELASTICBEANSTALK_API ManagedAction()=default
ManagedAction & WithWindowStartTime(WindowStartTimeT &&value)
const Aws::Utils::DateTime & GetWindowStartTime() const
void SetActionDescription(ActionDescriptionT &&value)
AWS_ELASTICBEANSTALK_API ManagedAction(const Aws::Utils::Xml::XmlNode &xmlNode)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream