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>
50 inline void SetPrimary(
bool value) { m_primaryHasBeenSet =
true; m_primary = value; }
60 template<
typename PrivateIpAddressT = Aws::String>
61 void SetPrivateIpAddress(PrivateIpAddressT&& value) { m_privateIpAddressHasBeenSet =
true; m_privateIpAddress = std::forward<PrivateIpAddressT>(value); }
62 template<
typename PrivateIpAddressT = Aws::String>
67 bool m_primary{
false};
68 bool m_primaryHasBeenSet =
false;
71 bool m_privateIpAddressHasBeenSet =
false;
void SetPrivateIpAddress(PrivateIpAddressT &&value)
bool PrimaryHasBeenSet() const
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
AWS_EC2_API ScheduledInstancesPrivateIpAddressConfig(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetPrimary(bool value)
AWS_EC2_API ScheduledInstancesPrivateIpAddressConfig()=default
AWS_EC2_API ScheduledInstancesPrivateIpAddressConfig & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
ScheduledInstancesPrivateIpAddressConfig & WithPrimary(bool value)
bool PrivateIpAddressHasBeenSet() const
const Aws::String & GetPrivateIpAddress() const
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
ScheduledInstancesPrivateIpAddressConfig & WithPrivateIpAddress(PrivateIpAddressT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream