7#include <aws/rds/RDS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/rds/model/IssueDetails.h>
12#include <aws/rds/model/RecommendedActionParameter.h>
13#include <aws/rds/model/ContextAttribute.h>
56 inline void SetActionId(
const char* value) { m_actionIdHasBeenSet =
true; m_actionId.assign(value); }
71 inline void SetTitle(
const char* value) { m_titleHasBeenSet =
true; m_title.assign(value); }
86 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
100 inline void SetOperation(
const char* value) { m_operationHasBeenSet =
true; m_operation.assign(value); }
150 inline void SetStatus(
const char* value) { m_statusHasBeenSet =
true; m_status.assign(value); }
184 bool m_actionIdHasBeenSet =
false;
187 bool m_titleHasBeenSet =
false;
190 bool m_descriptionHasBeenSet =
false;
193 bool m_operationHasBeenSet =
false;
196 bool m_parametersHasBeenSet =
false;
199 bool m_applyModesHasBeenSet =
false;
202 bool m_statusHasBeenSet =
false;
205 bool m_issueDetailsHasBeenSet =
false;
208 bool m_contextAttributesHasBeenSet =
false;
void SetActionId(const char *value)
RecommendedAction & AddApplyModes(const char *value)
void SetContextAttributes(Aws::Vector< ContextAttribute > &&value)
RecommendedAction & WithOperation(const Aws::String &value)
void SetIssueDetails(const IssueDetails &value)
void SetActionId(const Aws::String &value)
AWS_RDS_API RecommendedAction()
RecommendedAction & WithStatus(Aws::String &&value)
void SetStatus(Aws::String &&value)
RecommendedAction & WithTitle(Aws::String &&value)
const Aws::Vector< ContextAttribute > & GetContextAttributes() const
RecommendedAction & WithApplyModes(Aws::Vector< Aws::String > &&value)
void SetTitle(Aws::String &&value)
RecommendedAction & WithTitle(const Aws::String &value)
const Aws::String & GetActionId() const
bool ParametersHasBeenSet() const
RecommendedAction & WithActionId(Aws::String &&value)
const Aws::String & GetDescription() const
bool DescriptionHasBeenSet() const
RecommendedAction & AddParameters(const RecommendedActionParameter &value)
const Aws::String & GetOperation() const
RecommendedAction & AddContextAttributes(ContextAttribute &&value)
bool ActionIdHasBeenSet() const
const Aws::Vector< RecommendedActionParameter > & GetParameters() const
RecommendedAction & WithContextAttributes(const Aws::Vector< ContextAttribute > &value)
bool TitleHasBeenSet() const
void SetIssueDetails(IssueDetails &&value)
const Aws::String & GetStatus() const
RecommendedAction & AddApplyModes(const Aws::String &value)
void SetTitle(const char *value)
RecommendedAction & WithActionId(const Aws::String &value)
RecommendedAction & WithParameters(Aws::Vector< RecommendedActionParameter > &&value)
RecommendedAction & WithTitle(const char *value)
RecommendedAction & WithDescription(Aws::String &&value)
void SetOperation(const Aws::String &value)
const IssueDetails & GetIssueDetails() const
RecommendedAction & WithStatus(const char *value)
void SetContextAttributes(const Aws::Vector< ContextAttribute > &value)
RecommendedAction & AddParameters(RecommendedActionParameter &&value)
bool StatusHasBeenSet() const
bool ContextAttributesHasBeenSet() const
RecommendedAction & WithStatus(const Aws::String &value)
void SetDescription(const Aws::String &value)
RecommendedAction & WithIssueDetails(IssueDetails &&value)
RecommendedAction & WithActionId(const char *value)
RecommendedAction & WithIssueDetails(const IssueDetails &value)
RecommendedAction & WithDescription(const Aws::String &value)
bool OperationHasBeenSet() const
void SetDescription(Aws::String &&value)
bool ApplyModesHasBeenSet() const
RecommendedAction & WithOperation(Aws::String &&value)
void SetApplyModes(const Aws::Vector< Aws::String > &value)
AWS_RDS_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
RecommendedAction & WithOperation(const char *value)
void SetActionId(Aws::String &&value)
AWS_RDS_API RecommendedAction & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool IssueDetailsHasBeenSet() const
AWS_RDS_API RecommendedAction(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetDescription(const char *value)
RecommendedAction & WithDescription(const char *value)
RecommendedAction & WithContextAttributes(Aws::Vector< ContextAttribute > &&value)
void SetParameters(Aws::Vector< RecommendedActionParameter > &&value)
RecommendedAction & AddApplyModes(Aws::String &&value)
const Aws::Vector< Aws::String > & GetApplyModes() const
void SetOperation(const char *value)
AWS_RDS_API void OutputToStream(Aws::OStream &oStream, const char *location) const
void SetParameters(const Aws::Vector< RecommendedActionParameter > &value)
RecommendedAction & WithParameters(const Aws::Vector< RecommendedActionParameter > &value)
RecommendedAction & AddContextAttributes(const ContextAttribute &value)
void SetStatus(const char *value)
void SetApplyModes(Aws::Vector< Aws::String > &&value)
RecommendedAction & WithApplyModes(const Aws::Vector< Aws::String > &value)
const Aws::String & GetTitle() const
void SetTitle(const Aws::String &value)
void SetStatus(const Aws::String &value)
void SetOperation(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
std::basic_ostream< char, std::char_traits< char > > OStream