7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/ec2/model/DeleteFleetErrorCode.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
63 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
71 bool m_codeHasBeenSet =
false;
74 bool m_messageHasBeenSet =
false;
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
void SetMessage(Aws::String &&value)
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
DeleteFleetError & WithMessage(const Aws::String &value)
void SetMessage(const char *value)
void SetCode(const DeleteFleetErrorCode &value)
AWS_EC2_API DeleteFleetError()
AWS_EC2_API DeleteFleetError(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_EC2_API DeleteFleetError & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
DeleteFleetError & WithMessage(Aws::String &&value)
void SetMessage(const Aws::String &value)
bool CodeHasBeenSet() const
const DeleteFleetErrorCode & GetCode() const
bool MessageHasBeenSet() const
void SetCode(DeleteFleetErrorCode &&value)
DeleteFleetError & WithMessage(const char *value)
DeleteFleetError & WithCode(DeleteFleetErrorCode &&value)
const Aws::String & GetMessage() const
DeleteFleetError & WithCode(const DeleteFleetErrorCode &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream