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>
48 inline void SetDefaultEnaQueueCount(
bool value) { m_defaultEnaQueueCountHasBeenSet =
true; m_defaultEnaQueueCount = value; }
58 inline void SetEnaQueueCount(
int value) { m_enaQueueCountHasBeenSet =
true; m_enaQueueCount = value; }
68 template<
typename AttachmentIdT = Aws::String>
69 void SetAttachmentId(AttachmentIdT&& value) { m_attachmentIdHasBeenSet =
true; m_attachmentId = std::forward<AttachmentIdT>(value); }
70 template<
typename AttachmentIdT = Aws::String>
81 inline void SetDeleteOnTermination(
bool value) { m_deleteOnTerminationHasBeenSet =
true; m_deleteOnTermination = value; }
86 bool m_defaultEnaQueueCount{
false};
87 bool m_defaultEnaQueueCountHasBeenSet =
false;
89 int m_enaQueueCount{0};
90 bool m_enaQueueCountHasBeenSet =
false;
93 bool m_attachmentIdHasBeenSet =
false;
95 bool m_deleteOnTermination{
false};
96 bool m_deleteOnTerminationHasBeenSet =
false;
NetworkInterfaceAttachmentChanges & WithDefaultEnaQueueCount(bool value)
void SetAttachmentId(AttachmentIdT &&value)
bool GetDeleteOnTermination() const
void SetDeleteOnTermination(bool value)
NetworkInterfaceAttachmentChanges & WithDeleteOnTermination(bool value)
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
bool DefaultEnaQueueCountHasBeenSet() const
const Aws::String & GetAttachmentId() const
NetworkInterfaceAttachmentChanges & WithEnaQueueCount(int value)
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
NetworkInterfaceAttachmentChanges & WithAttachmentId(AttachmentIdT &&value)
void SetEnaQueueCount(int value)
AWS_EC2_API NetworkInterfaceAttachmentChanges & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_EC2_API NetworkInterfaceAttachmentChanges(const Aws::Utils::Xml::XmlNode &xmlNode)
bool DeleteOnTerminationHasBeenSet() const
void SetDefaultEnaQueueCount(bool value)
AWS_EC2_API NetworkInterfaceAttachmentChanges()=default
int GetEnaQueueCount() const
bool AttachmentIdHasBeenSet() const
bool GetDefaultEnaQueueCount() const
bool EnaQueueCountHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream