7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/securityhub/SecurityHubRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/securityhub/model/ControlStatus.h>
42 template<
typename StandardsControlArnT = Aws::String>
43 void SetStandardsControlArn(StandardsControlArnT&& value) { m_standardsControlArnHasBeenSet =
true; m_standardsControlArn = std::forward<StandardsControlArnT>(value); }
44 template<
typename StandardsControlArnT = Aws::String>
65 template<
typename DisabledReasonT = Aws::String>
66 void SetDisabledReason(DisabledReasonT&& value) { m_disabledReasonHasBeenSet =
true; m_disabledReason = std::forward<DisabledReasonT>(value); }
67 template<
typename DisabledReasonT = Aws::String>
73 bool m_standardsControlArnHasBeenSet =
false;
76 bool m_controlStatusHasBeenSet =
false;
79 bool m_disabledReasonHasBeenSet =
false;
ControlStatus GetControlStatus() const
void SetDisabledReason(DisabledReasonT &&value)
virtual const char * GetServiceRequestName() const override
bool DisabledReasonHasBeenSet() const
bool StandardsControlArnHasBeenSet() const
bool ControlStatusHasBeenSet() const
void SetStandardsControlArn(StandardsControlArnT &&value)
AWS_SECURITYHUB_API UpdateStandardsControlRequest()=default
const Aws::String & GetDisabledReason() const
void SetControlStatus(ControlStatus value)
const Aws::String & GetStandardsControlArn() const
UpdateStandardsControlRequest & WithControlStatus(ControlStatus value)
AWS_SECURITYHUB_API Aws::String SerializePayload() const override
UpdateStandardsControlRequest & WithStandardsControlArn(StandardsControlArnT &&value)
UpdateStandardsControlRequest & WithDisabledReason(DisabledReasonT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String