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>
10#include <aws/ec2/model/InstanceEventWindowState.h>
49 template<
typename InstanceEventWindowIdT = Aws::String>
50 void SetInstanceEventWindowId(InstanceEventWindowIdT&& value) { m_instanceEventWindowIdHasBeenSet =
true; m_instanceEventWindowId = std::forward<InstanceEventWindowIdT>(value); }
51 template<
typename InstanceEventWindowIdT = Aws::String>
67 bool m_instanceEventWindowIdHasBeenSet =
false;
70 bool m_stateHasBeenSet =
false;
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
AWS_EC2_API InstanceEventWindowStateChange(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetState(InstanceEventWindowState value)
bool StateHasBeenSet() const
AWS_EC2_API InstanceEventWindowStateChange & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool InstanceEventWindowIdHasBeenSet() const
const Aws::String & GetInstanceEventWindowId() const
InstanceEventWindowStateChange & WithState(InstanceEventWindowState value)
AWS_EC2_API InstanceEventWindowStateChange()=default
void SetInstanceEventWindowId(InstanceEventWindowIdT &&value)
InstanceEventWindowStateChange & WithInstanceEventWindowId(InstanceEventWindowIdT &&value)
InstanceEventWindowState GetState() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream