Struct aws_sdk_iam::operation::generate_service_last_accessed_details::builders::GenerateServiceLastAccessedDetailsOutputBuilder
source · #[non_exhaustive]pub struct GenerateServiceLastAccessedDetailsOutputBuilder { /* private fields */ }Expand description
A builder for GenerateServiceLastAccessedDetailsOutput.
Implementations§
source§impl GenerateServiceLastAccessedDetailsOutputBuilder
impl GenerateServiceLastAccessedDetailsOutputBuilder
sourcepub fn job_id(self, input: impl Into<String>) -> Self
pub fn job_id(self, input: impl Into<String>) -> Self
The JobId that you can use in the GetServiceLastAccessedDetails or GetServiceLastAccessedDetailsWithEntities operations. The JobId returned by GenerateServiceLastAccessedDetail must be used by the same role within a session, or by the same user when used to call GetServiceLastAccessedDetail.
sourcepub fn set_job_id(self, input: Option<String>) -> Self
pub fn set_job_id(self, input: Option<String>) -> Self
The JobId that you can use in the GetServiceLastAccessedDetails or GetServiceLastAccessedDetailsWithEntities operations. The JobId returned by GenerateServiceLastAccessedDetail must be used by the same role within a session, or by the same user when used to call GetServiceLastAccessedDetail.
sourcepub fn get_job_id(&self) -> &Option<String>
pub fn get_job_id(&self) -> &Option<String>
The JobId that you can use in the GetServiceLastAccessedDetails or GetServiceLastAccessedDetailsWithEntities operations. The JobId returned by GenerateServiceLastAccessedDetail must be used by the same role within a session, or by the same user when used to call GetServiceLastAccessedDetail.
sourcepub fn build(self) -> GenerateServiceLastAccessedDetailsOutput
pub fn build(self) -> GenerateServiceLastAccessedDetailsOutput
Consumes the builder and constructs a GenerateServiceLastAccessedDetailsOutput.
Trait Implementations§
source§impl Clone for GenerateServiceLastAccessedDetailsOutputBuilder
impl Clone for GenerateServiceLastAccessedDetailsOutputBuilder
source§fn clone(&self) -> GenerateServiceLastAccessedDetailsOutputBuilder
fn clone(&self) -> GenerateServiceLastAccessedDetailsOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for GenerateServiceLastAccessedDetailsOutputBuilder
impl Default for GenerateServiceLastAccessedDetailsOutputBuilder
source§fn default() -> GenerateServiceLastAccessedDetailsOutputBuilder
fn default() -> GenerateServiceLastAccessedDetailsOutputBuilder
source§impl PartialEq for GenerateServiceLastAccessedDetailsOutputBuilder
impl PartialEq for GenerateServiceLastAccessedDetailsOutputBuilder
source§fn eq(&self, other: &GenerateServiceLastAccessedDetailsOutputBuilder) -> bool
fn eq(&self, other: &GenerateServiceLastAccessedDetailsOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GenerateServiceLastAccessedDetailsOutputBuilder
Auto Trait Implementations§
impl Freeze for GenerateServiceLastAccessedDetailsOutputBuilder
impl RefUnwindSafe for GenerateServiceLastAccessedDetailsOutputBuilder
impl Send for GenerateServiceLastAccessedDetailsOutputBuilder
impl Sync for GenerateServiceLastAccessedDetailsOutputBuilder
impl Unpin for GenerateServiceLastAccessedDetailsOutputBuilder
impl UnwindSafe for GenerateServiceLastAccessedDetailsOutputBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more