Struct aws_sdk_iot::operation::get_behavior_model_training_summaries::GetBehaviorModelTrainingSummariesInput
source · #[non_exhaustive]pub struct GetBehaviorModelTrainingSummariesInput { /* private fields */ }Implementations§
source§impl GetBehaviorModelTrainingSummariesInput
impl GetBehaviorModelTrainingSummariesInput
sourcepub fn security_profile_name(&self) -> Option<&str>
pub fn security_profile_name(&self) -> Option<&str>
The name of the security profile.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of results to return at one time. The default is 10.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token for the next set of results.
source§impl GetBehaviorModelTrainingSummariesInput
impl GetBehaviorModelTrainingSummariesInput
sourcepub fn builder() -> GetBehaviorModelTrainingSummariesInputBuilder
pub fn builder() -> GetBehaviorModelTrainingSummariesInputBuilder
Creates a new builder-style object to manufacture GetBehaviorModelTrainingSummariesInput.
source§impl GetBehaviorModelTrainingSummariesInput
impl GetBehaviorModelTrainingSummariesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetBehaviorModelTrainingSummaries, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<GetBehaviorModelTrainingSummaries, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetBehaviorModelTrainingSummaries>
Trait Implementations§
source§impl Clone for GetBehaviorModelTrainingSummariesInput
impl Clone for GetBehaviorModelTrainingSummariesInput
source§fn clone(&self) -> GetBehaviorModelTrainingSummariesInput
fn clone(&self) -> GetBehaviorModelTrainingSummariesInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl PartialEq<GetBehaviorModelTrainingSummariesInput> for GetBehaviorModelTrainingSummariesInput
impl PartialEq<GetBehaviorModelTrainingSummariesInput> for GetBehaviorModelTrainingSummariesInput
source§fn eq(&self, other: &GetBehaviorModelTrainingSummariesInput) -> bool
fn eq(&self, other: &GetBehaviorModelTrainingSummariesInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetBehaviorModelTrainingSummariesInput
Auto Trait Implementations§
impl RefUnwindSafe for GetBehaviorModelTrainingSummariesInput
impl Send for GetBehaviorModelTrainingSummariesInput
impl Sync for GetBehaviorModelTrainingSummariesInput
impl Unpin for GetBehaviorModelTrainingSummariesInput
impl UnwindSafe for GetBehaviorModelTrainingSummariesInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more