7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ec2/EC2_EXPORTS.h>
43 m_defaultEnaQueueCountHasBeenSet =
true;
44 m_defaultEnaQueueCount = value;
59 m_enaQueueCountHasBeenSet =
true;
60 m_enaQueueCount = value;
74 template <
typename AttachmentIdT = Aws::String>
76 m_attachmentIdHasBeenSet =
true;
77 m_attachmentId = std::forward<AttachmentIdT>(value);
79 template <
typename AttachmentIdT = Aws::String>
94 m_deleteOnTerminationHasBeenSet =
true;
95 m_deleteOnTermination = value;
103 bool m_defaultEnaQueueCount{
false};
105 int m_enaQueueCount{0};
109 bool m_deleteOnTermination{
false};
110 bool m_defaultEnaQueueCountHasBeenSet =
false;
111 bool m_enaQueueCountHasBeenSet =
false;
112 bool m_attachmentIdHasBeenSet =
false;
113 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