7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityhub/SecurityHubRequest.h>
9#include <aws/securityhub/SecurityHub_EXPORTS.h>
10#include <aws/securityhub/model/ControlStatus.h>
38 template <
typename StandardsControlArnT = Aws::String>
40 m_standardsControlArnHasBeenSet =
true;
41 m_standardsControlArn = std::forward<StandardsControlArnT>(value);
43 template <
typename StandardsControlArnT = Aws::String>
57 m_controlStatusHasBeenSet =
true;
58 m_controlStatus = value;
73 template <
typename DisabledReasonT = Aws::String>
75 m_disabledReasonHasBeenSet =
true;
76 m_disabledReason = std::forward<DisabledReasonT>(value);
78 template <
typename DisabledReasonT = Aws::String>
90 bool m_standardsControlArnHasBeenSet =
false;
91 bool m_controlStatusHasBeenSet =
false;
92 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