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/ActionHistoryStatus.h>
12#include <aws/elasticbeanstalk/model/ActionType.h>
13#include <aws/elasticbeanstalk/model/FailureType.h>
23namespace ElasticBeanstalk {
39 const char* locationValue)
const;
48 template <
typename ActionIdT = Aws::String>
50 m_actionIdHasBeenSet =
true;
51 m_actionId = std::forward<ActionIdT>(value);
53 template <
typename ActionIdT = Aws::String>
67 m_actionTypeHasBeenSet =
true;
82 template <
typename ActionDescriptionT = Aws::String>
84 m_actionDescriptionHasBeenSet =
true;
85 m_actionDescription = std::forward<ActionDescriptionT>(value);
87 template <
typename ActionDescriptionT = Aws::String>
101 m_failureTypeHasBeenSet =
true;
102 m_failureType = value;
117 m_statusHasBeenSet =
true;
132 template <
typename FailureDescriptionT = Aws::String>
134 m_failureDescriptionHasBeenSet =
true;
135 m_failureDescription = std::forward<FailureDescriptionT>(value);
137 template <
typename FailureDescriptionT = Aws::String>
150 template <
typename ExecutedTimeT = Aws::Utils::DateTime>
152 m_executedTimeHasBeenSet =
true;
153 m_executedTime = std::forward<ExecutedTimeT>(value);
155 template <
typename ExecutedTimeT = Aws::Utils::DateTime>
168 template <
typename FinishedTimeT = Aws::Utils::DateTime>
170 m_finishedTimeHasBeenSet =
true;
171 m_finishedTime = std::forward<FinishedTimeT>(value);
173 template <
typename FinishedTimeT = Aws::Utils::DateTime>
195 bool m_actionIdHasBeenSet =
false;
196 bool m_actionTypeHasBeenSet =
false;
197 bool m_actionDescriptionHasBeenSet =
false;
198 bool m_failureTypeHasBeenSet =
false;
199 bool m_statusHasBeenSet =
false;
200 bool m_failureDescriptionHasBeenSet =
false;
201 bool m_executedTimeHasBeenSet =
false;
202 bool m_finishedTimeHasBeenSet =
false;
ManagedActionHistoryItem & WithStatus(ActionHistoryStatus value)
ActionHistoryStatus GetStatus() const
ManagedActionHistoryItem & WithExecutedTime(ExecutedTimeT &&value)
bool StatusHasBeenSet() const
ManagedActionHistoryItem & WithActionId(ActionIdT &&value)
const Aws::String & GetActionId() const
AWS_ELASTICBEANSTALK_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
FailureType GetFailureType() const
bool FinishedTimeHasBeenSet() const
AWS_ELASTICBEANSTALK_API ManagedActionHistoryItem(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetFailureType(FailureType value)
void SetActionId(ActionIdT &&value)
bool ActionIdHasBeenSet() const
void SetFinishedTime(FinishedTimeT &&value)
bool ActionDescriptionHasBeenSet() const
AWS_ELASTICBEANSTALK_API void OutputToStream(Aws::OStream &oStream, const char *location) const
const Aws::Utils::DateTime & GetExecutedTime() const
void SetActionType(ActionType value)
void SetFailureDescription(FailureDescriptionT &&value)
ManagedActionHistoryItem & WithActionType(ActionType value)
void SetActionDescription(ActionDescriptionT &&value)
ManagedActionHistoryItem & WithFailureDescription(FailureDescriptionT &&value)
bool FailureDescriptionHasBeenSet() const
const Aws::String & GetFailureDescription() const
ManagedActionHistoryItem & WithFinishedTime(FinishedTimeT &&value)
const Aws::String & GetActionDescription() const
void SetExecutedTime(ExecutedTimeT &&value)
AWS_ELASTICBEANSTALK_API ManagedActionHistoryItem()=default
bool FailureTypeHasBeenSet() const
const Aws::Utils::DateTime & GetFinishedTime() const
void SetStatus(ActionHistoryStatus value)
ActionType GetActionType() const
ManagedActionHistoryItem & WithFailureType(FailureType value)
ManagedActionHistoryItem & WithActionDescription(ActionDescriptionT &&value)
AWS_ELASTICBEANSTALK_API ManagedActionHistoryItem & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool ActionTypeHasBeenSet() const
bool ExecutedTimeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream