7#include <aws/auditmanager/AuditManager_EXPORTS.h>
8#include <aws/auditmanager/AuditManagerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename FrameworkIdT = Aws::String>
42 void SetFrameworkId(FrameworkIdT&& value) { m_frameworkIdHasBeenSet =
true; m_frameworkId = std::forward<FrameworkIdT>(value); }
43 template<
typename FrameworkIdT = Aws::String>
53 template<
typename DestinationAccountT = Aws::String>
54 void SetDestinationAccount(DestinationAccountT&& value) { m_destinationAccountHasBeenSet =
true; m_destinationAccount = std::forward<DestinationAccountT>(value); }
55 template<
typename DestinationAccountT = Aws::String>
65 template<
typename DestinationRegionT = Aws::String>
66 void SetDestinationRegion(DestinationRegionT&& value) { m_destinationRegionHasBeenSet =
true; m_destinationRegion = std::forward<DestinationRegionT>(value); }
67 template<
typename DestinationRegionT = Aws::String>
77 template<
typename CommentT = Aws::String>
78 void SetComment(CommentT&& value) { m_commentHasBeenSet =
true; m_comment = std::forward<CommentT>(value); }
79 template<
typename CommentT = Aws::String>
85 bool m_frameworkIdHasBeenSet =
false;
88 bool m_destinationAccountHasBeenSet =
false;
91 bool m_destinationRegionHasBeenSet =
false;
94 bool m_commentHasBeenSet =
false;
StartAssessmentFrameworkShareRequest & WithFrameworkId(FrameworkIdT &&value)
StartAssessmentFrameworkShareRequest & WithComment(CommentT &&value)
AWS_AUDITMANAGER_API StartAssessmentFrameworkShareRequest()=default
virtual const char * GetServiceRequestName() const override
void SetDestinationRegion(DestinationRegionT &&value)
const Aws::String & GetDestinationRegion() const
StartAssessmentFrameworkShareRequest & WithDestinationAccount(DestinationAccountT &&value)
bool DestinationAccountHasBeenSet() const
AWS_AUDITMANAGER_API Aws::String SerializePayload() const override
void SetDestinationAccount(DestinationAccountT &&value)
const Aws::String & GetComment() const
void SetFrameworkId(FrameworkIdT &&value)
const Aws::String & GetDestinationAccount() const
bool DestinationRegionHasBeenSet() const
bool CommentHasBeenSet() const
StartAssessmentFrameworkShareRequest & WithDestinationRegion(DestinationRegionT &&value)
bool FrameworkIdHasBeenSet() const
const Aws::String & GetFrameworkId() const
void SetComment(CommentT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String