Struct aws_sdk_securityhub::model::standards_status_reason::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for StandardsStatusReason
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn status_reason_code(self, input: StatusReasonCode) -> Self
pub fn status_reason_code(self, input: StatusReasonCode) -> Self
The reason code that represents the reason for the current status of a standard subscription.
sourcepub fn set_status_reason_code(self, input: Option<StatusReasonCode>) -> Self
pub fn set_status_reason_code(self, input: Option<StatusReasonCode>) -> Self
The reason code that represents the reason for the current status of a standard subscription.
sourcepub fn build(self) -> StandardsStatusReason
pub fn build(self) -> StandardsStatusReason
Consumes the builder and constructs a StandardsStatusReason
.