Struct aws_sdk_codestar::input::list_user_profiles_input::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ListUserProfilesInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The continuation token for the next set of results, if the results cannot be returned in one response.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The continuation token for the next set of results, if the results cannot be returned in one response.
sourcepub fn max_results(self, input: i32) -> Self
pub fn max_results(self, input: i32) -> Self
The maximum number of results to return in a response.
sourcepub fn set_max_results(self, input: Option<i32>) -> Self
pub fn set_max_results(self, input: Option<i32>) -> Self
The maximum number of results to return in a response.
sourcepub fn build(self) -> Result<ListUserProfilesInput, BuildError>
pub fn build(self) -> Result<ListUserProfilesInput, BuildError>
Consumes the builder and constructs a ListUserProfilesInput
.