pub struct Builder { /* private fields */ }Expand description
A builder for AgentConfigurationStatus.
Implementations§
source§impl Builder
impl Builder
sourcepub fn set_agent_id(self, input: Option<String>) -> Self
pub fn set_agent_id(self, input: Option<String>) -> Self
The agent/connector ID.
sourcepub fn operation_succeeded(self, input: bool) -> Self
pub fn operation_succeeded(self, input: bool) -> Self
Information about the status of the StartDataCollection and StopDataCollection operations. The system has recorded the data collection operation. The agent/connector receives this command the next time it polls for a new command.
sourcepub fn set_operation_succeeded(self, input: Option<bool>) -> Self
pub fn set_operation_succeeded(self, input: Option<bool>) -> Self
Information about the status of the StartDataCollection and StopDataCollection operations. The system has recorded the data collection operation. The agent/connector receives this command the next time it polls for a new command.
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
A description of the operation performed.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
A description of the operation performed.
sourcepub fn build(self) -> AgentConfigurationStatus
pub fn build(self) -> AgentConfigurationStatus
Consumes the builder and constructs a AgentConfigurationStatus.