Struct aws_sdk_codecatalyst::output::verify_session_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for VerifySessionOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn identity(self, input: impl Into<String>) -> Self
pub fn identity(self, input: impl Into<String>) -> Self
The system-generated unique ID of the user in Amazon CodeCatalyst.
sourcepub fn set_identity(self, input: Option<String>) -> Self
pub fn set_identity(self, input: Option<String>) -> Self
The system-generated unique ID of the user in Amazon CodeCatalyst.
sourcepub fn build(self) -> VerifySessionOutput
pub fn build(self) -> VerifySessionOutput
Consumes the builder and constructs a VerifySessionOutput
.