7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetEnabled(
bool value) { m_enabledHasBeenSet =
true; m_enabled = value; }
62 inline void SetCloudwatchLogGroup(
const char* value) { m_cloudwatchLogGroupHasBeenSet =
true; m_cloudwatchLogGroup.assign(value); }
77 inline void SetCloudwatchLogStream(
const char* value) { m_cloudwatchLogStreamHasBeenSet =
true; m_cloudwatchLogStream.assign(value); }
85 bool m_enabledHasBeenSet =
false;
88 bool m_cloudwatchLogGroupHasBeenSet =
false;
91 bool m_cloudwatchLogStreamHasBeenSet =
false;
AWS_EC2_API ConnectionLogOptions & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool CloudwatchLogStreamHasBeenSet() const
ConnectionLogOptions & WithCloudwatchLogGroup(const char *value)
void SetCloudwatchLogStream(const char *value)
void SetCloudwatchLogGroup(const Aws::String &value)
const Aws::String & GetCloudwatchLogStream() const
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
ConnectionLogOptions & WithCloudwatchLogStream(const Aws::String &value)
void SetCloudwatchLogGroup(Aws::String &&value)
void SetCloudwatchLogStream(const Aws::String &value)
ConnectionLogOptions & WithCloudwatchLogGroup(Aws::String &&value)
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
void SetEnabled(bool value)
ConnectionLogOptions & WithCloudwatchLogGroup(const Aws::String &value)
bool CloudwatchLogGroupHasBeenSet() const
ConnectionLogOptions & WithCloudwatchLogStream(Aws::String &&value)
AWS_EC2_API ConnectionLogOptions(const Aws::Utils::Xml::XmlNode &xmlNode)
ConnectionLogOptions & WithCloudwatchLogStream(const char *value)
void SetCloudwatchLogGroup(const char *value)
AWS_EC2_API ConnectionLogOptions()
bool EnabledHasBeenSet() const
void SetCloudwatchLogStream(Aws::String &&value)
const Aws::String & GetCloudwatchLogGroup() const
ConnectionLogOptions & WithEnabled(bool value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream