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>
10#include <aws/ec2/model/InstanceEventWindowState.h>
43 template <
typename InstanceEventWindowIdT = Aws::String>
45 m_instanceEventWindowIdHasBeenSet =
true;
46 m_instanceEventWindowId = std::forward<InstanceEventWindowIdT>(value);
48 template <
typename InstanceEventWindowIdT = Aws::String>
62 m_stateHasBeenSet =
true;
74 bool m_instanceEventWindowIdHasBeenSet =
false;
75 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