pub struct Builder { /* private fields */ }
Expand description
A builder for GetEndpointOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn endpoint(self, input: impl Into<String>) -> Self
pub fn endpoint(self, input: impl Into<String>) -> Self
The response of an Device Advisor endpoint.
sourcepub fn set_endpoint(self, input: Option<String>) -> Self
pub fn set_endpoint(self, input: Option<String>) -> Self
The response of an Device Advisor endpoint.
sourcepub fn build(self) -> GetEndpointOutput
pub fn build(self) -> GetEndpointOutput
Consumes the builder and constructs a GetEndpointOutput
.