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 SetAssociatedRoleArn(
const char* value) { m_associatedRoleArnHasBeenSet =
true; m_associatedRoleArn.assign(value); }
64 inline void SetCertificateS3BucketName(
const char* value) { m_certificateS3BucketNameHasBeenSet =
true; m_certificateS3BucketName.assign(value); }
80 inline void SetCertificateS3ObjectKey(
const char* value) { m_certificateS3ObjectKeyHasBeenSet =
true; m_certificateS3ObjectKey.assign(value); }
94 inline void SetEncryptionKmsKeyId(
const char* value) { m_encryptionKmsKeyIdHasBeenSet =
true; m_encryptionKmsKeyId.assign(value); }
102 bool m_associatedRoleArnHasBeenSet =
false;
105 bool m_certificateS3BucketNameHasBeenSet =
false;
108 bool m_certificateS3ObjectKeyHasBeenSet =
false;
111 bool m_encryptionKmsKeyIdHasBeenSet =
false;
AssociatedRole & WithCertificateS3BucketName(const char *value)
void SetEncryptionKmsKeyId(const Aws::String &value)
bool CertificateS3ObjectKeyHasBeenSet() const
void SetCertificateS3BucketName(const Aws::String &value)
const Aws::String & GetAssociatedRoleArn() const
AWS_EC2_API AssociatedRole()
const Aws::String & GetEncryptionKmsKeyId() const
AWS_EC2_API AssociatedRole(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetCertificateS3ObjectKey() const
void SetAssociatedRoleArn(const Aws::String &value)
bool EncryptionKmsKeyIdHasBeenSet() const
AssociatedRole & WithCertificateS3BucketName(Aws::String &&value)
AssociatedRole & WithEncryptionKmsKeyId(const char *value)
void SetCertificateS3BucketName(const char *value)
AssociatedRole & WithCertificateS3ObjectKey(Aws::String &&value)
void SetAssociatedRoleArn(const char *value)
AssociatedRole & WithCertificateS3BucketName(const Aws::String &value)
void SetCertificateS3ObjectKey(const Aws::String &value)
void SetCertificateS3ObjectKey(const char *value)
void SetEncryptionKmsKeyId(const char *value)
AssociatedRole & WithEncryptionKmsKeyId(const Aws::String &value)
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
AssociatedRole & WithCertificateS3ObjectKey(const char *value)
AssociatedRole & WithAssociatedRoleArn(const char *value)
AssociatedRole & WithCertificateS3ObjectKey(const Aws::String &value)
AssociatedRole & WithAssociatedRoleArn(Aws::String &&value)
void SetAssociatedRoleArn(Aws::String &&value)
AssociatedRole & WithAssociatedRoleArn(const Aws::String &value)
void SetCertificateS3BucketName(Aws::String &&value)
bool AssociatedRoleArnHasBeenSet() const
AssociatedRole & WithEncryptionKmsKeyId(Aws::String &&value)
AWS_EC2_API AssociatedRole & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetCertificateS3ObjectKey(Aws::String &&value)
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
bool CertificateS3BucketNameHasBeenSet() const
const Aws::String & GetCertificateS3BucketName() const
void SetEncryptionKmsKeyId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream