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>
47 m_customerManagedKeyEnabledHasBeenSet =
true;
48 m_customerManagedKeyEnabled = value;
62 template <
typename KmsKeyArnT = Aws::String>
64 m_kmsKeyArnHasBeenSet =
true;
65 m_kmsKeyArn = std::forward<KmsKeyArnT>(value);
67 template <
typename KmsKeyArnT = Aws::String>
74 bool m_customerManagedKeyEnabled{
false};
77 bool m_customerManagedKeyEnabledHasBeenSet =
false;
78 bool m_kmsKeyArnHasBeenSet =
false;
AWS_EC2_API VerifiedAccessSseSpecificationRequest & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_EC2_API VerifiedAccessSseSpecificationRequest(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetCustomerManagedKeyEnabled(bool value)
VerifiedAccessSseSpecificationRequest & WithKmsKeyArn(KmsKeyArnT &&value)
const Aws::String & GetKmsKeyArn() const
bool GetCustomerManagedKeyEnabled() const
AWS_EC2_API VerifiedAccessSseSpecificationRequest()=default
bool CustomerManagedKeyEnabledHasBeenSet() const
void SetKmsKeyArn(KmsKeyArnT &&value)
VerifiedAccessSseSpecificationRequest & WithCustomerManagedKeyEnabled(bool value)
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
bool KmsKeyArnHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream