7#include <aws/monitoring/CloudWatch_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
51 template<
typename FailureResourceT = Aws::String>
52 void SetFailureResource(FailureResourceT&& value) { m_failureResourceHasBeenSet =
true; m_failureResource = std::forward<FailureResourceT>(value); }
53 template<
typename FailureResourceT = Aws::String>
63 template<
typename ExceptionTypeT = Aws::String>
64 void SetExceptionType(ExceptionTypeT&& value) { m_exceptionTypeHasBeenSet =
true; m_exceptionType = std::forward<ExceptionTypeT>(value); }
65 template<
typename ExceptionTypeT = Aws::String>
75 template<
typename FailureCodeT = Aws::String>
76 void SetFailureCode(FailureCodeT&& value) { m_failureCodeHasBeenSet =
true; m_failureCode = std::forward<FailureCodeT>(value); }
77 template<
typename FailureCodeT = Aws::String>
87 template<
typename FailureDescriptionT = Aws::String>
88 void SetFailureDescription(FailureDescriptionT&& value) { m_failureDescriptionHasBeenSet =
true; m_failureDescription = std::forward<FailureDescriptionT>(value); }
89 template<
typename FailureDescriptionT = Aws::String>
95 bool m_failureResourceHasBeenSet =
false;
98 bool m_exceptionTypeHasBeenSet =
false;
101 bool m_failureCodeHasBeenSet =
false;
104 bool m_failureDescriptionHasBeenSet =
false;
bool FailureResourceHasBeenSet() const
AWS_CLOUDWATCH_API PartialFailure(const Aws::Utils::Xml::XmlNode &xmlNode)
bool FailureDescriptionHasBeenSet() const
bool FailureCodeHasBeenSet() const
AWS_CLOUDWATCH_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
const Aws::String & GetFailureCode() const
PartialFailure & WithFailureResource(FailureResourceT &&value)
void SetExceptionType(ExceptionTypeT &&value)
AWS_CLOUDWATCH_API void OutputToStream(Aws::OStream &oStream, const char *location) const
const Aws::String & GetFailureResource() const
PartialFailure & WithExceptionType(ExceptionTypeT &&value)
void SetFailureResource(FailureResourceT &&value)
void SetFailureDescription(FailureDescriptionT &&value)
bool ExceptionTypeHasBeenSet() const
AWS_CLOUDWATCH_API PartialFailure & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetExceptionType() const
AWS_CLOUDWATCH_API PartialFailure()=default
void SetFailureCode(FailureCodeT &&value)
PartialFailure & WithFailureDescription(FailureDescriptionT &&value)
const Aws::String & GetFailureDescription() const
PartialFailure & WithFailureCode(FailureCodeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream