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/EncryptionStateValue.h>
45 m_encryptionStateHasBeenSet =
true;
46 m_encryptionState = value;
60 template <
typename StateMessageT = Aws::String>
62 m_stateMessageHasBeenSet =
true;
63 m_stateMessage = std::forward<StateMessageT>(value);
65 template <
typename StateMessageT = Aws::String>
75 bool m_encryptionStateHasBeenSet =
false;
76 bool m_stateMessageHasBeenSet =
false;
void SetEncryptionState(EncryptionStateValue value)
EncryptionSupport & WithStateMessage(StateMessageT &&value)
bool EncryptionStateHasBeenSet() const
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
const Aws::String & GetStateMessage() const
EncryptionStateValue GetEncryptionState() const
AWS_EC2_API EncryptionSupport(const Aws::Utils::Xml::XmlNode &xmlNode)
bool StateMessageHasBeenSet() const
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
AWS_EC2_API EncryptionSupport()=default
AWS_EC2_API EncryptionSupport & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetStateMessage(StateMessageT &&value)
EncryptionSupport & WithEncryptionState(EncryptionStateValue value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream