7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/ec2/model/ClientVpnEndpointStatusCode.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
68 template<
typename MessageT = Aws::String>
69 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
70 template<
typename MessageT = Aws::String>
76 bool m_codeHasBeenSet =
false;
79 bool m_messageHasBeenSet =
false;
ClientVpnEndpointStatus & WithCode(ClientVpnEndpointStatusCode value)
ClientVpnEndpointStatus & WithMessage(MessageT &&value)
bool CodeHasBeenSet() const
AWS_EC2_API ClientVpnEndpointStatus(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_EC2_API ClientVpnEndpointStatus()=default
void SetMessage(MessageT &&value)
bool MessageHasBeenSet() const
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
void SetCode(ClientVpnEndpointStatusCode value)
AWS_EC2_API ClientVpnEndpointStatus & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetMessage() const
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
ClientVpnEndpointStatusCode GetCode() const
ClientVpnEndpointStatusCode
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream