7#include <aws/auditmanager/AuditManager_EXPORTS.h>
8#include <aws/auditmanager/AuditManagerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 inline void SetFrameworkId(
const char* value) { m_frameworkIdHasBeenSet =
true; m_frameworkId.assign(value); }
57 inline void SetDestinationAccount(
const char* value) { m_destinationAccountHasBeenSet =
true; m_destinationAccount.assign(value); }
71 inline void SetDestinationRegion(
const char* value) { m_destinationRegionHasBeenSet =
true; m_destinationRegion.assign(value); }
85 inline void SetComment(
const char* value) { m_commentHasBeenSet =
true; m_comment.assign(value); }
93 bool m_frameworkIdHasBeenSet =
false;
96 bool m_destinationAccountHasBeenSet =
false;
99 bool m_destinationRegionHasBeenSet =
false;
102 bool m_commentHasBeenSet =
false;
void SetFrameworkId(const char *value)
void SetDestinationRegion(const Aws::String &value)
void SetDestinationAccount(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
void SetComment(const Aws::String &value)
const Aws::String & GetDestinationRegion() const
StartAssessmentFrameworkShareRequest & WithComment(const Aws::String &value)
StartAssessmentFrameworkShareRequest & WithFrameworkId(const char *value)
StartAssessmentFrameworkShareRequest & WithFrameworkId(Aws::String &&value)
void SetDestinationAccount(const char *value)
void SetDestinationAccount(Aws::String &&value)
void SetFrameworkId(const Aws::String &value)
StartAssessmentFrameworkShareRequest & WithDestinationRegion(Aws::String &&value)
bool DestinationAccountHasBeenSet() const
AWS_AUDITMANAGER_API StartAssessmentFrameworkShareRequest()
void SetFrameworkId(Aws::String &&value)
StartAssessmentFrameworkShareRequest & WithDestinationRegion(const char *value)
StartAssessmentFrameworkShareRequest & WithDestinationAccount(const char *value)
AWS_AUDITMANAGER_API Aws::String SerializePayload() const override
void SetComment(Aws::String &&value)
const Aws::String & GetComment() const
StartAssessmentFrameworkShareRequest & WithFrameworkId(const Aws::String &value)
void SetDestinationRegion(Aws::String &&value)
StartAssessmentFrameworkShareRequest & WithDestinationAccount(Aws::String &&value)
const Aws::String & GetDestinationAccount() const
StartAssessmentFrameworkShareRequest & WithDestinationAccount(const Aws::String &value)
StartAssessmentFrameworkShareRequest & WithDestinationRegion(const Aws::String &value)
void SetComment(const char *value)
StartAssessmentFrameworkShareRequest & WithComment(Aws::String &&value)
void SetDestinationRegion(const char *value)
bool DestinationRegionHasBeenSet() const
bool CommentHasBeenSet() const
bool FrameworkIdHasBeenSet() const
const Aws::String & GetFrameworkId() const
StartAssessmentFrameworkShareRequest & WithComment(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String