Struct aws_sdk_xray::input::GetServiceGraphInput
source · [−]#[non_exhaustive]pub struct GetServiceGraphInput { /* private fields */ }Implementations
sourceimpl GetServiceGraphInput
impl GetServiceGraphInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetServiceGraph, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetServiceGraph, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetServiceGraph>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetServiceGraphInput.
sourceimpl GetServiceGraphInput
impl GetServiceGraphInput
sourcepub fn start_time(&self) -> Option<&DateTime>
pub fn start_time(&self) -> Option<&DateTime>
The start of the time frame for which to generate a graph.
sourcepub fn end_time(&self) -> Option<&DateTime>
pub fn end_time(&self) -> Option<&DateTime>
The end of the timeframe for which to generate a graph.
sourcepub fn group_name(&self) -> Option<&str>
pub fn group_name(&self) -> Option<&str>
The name of a group based on which you want to generate a graph.
sourcepub fn group_arn(&self) -> Option<&str>
pub fn group_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of a group based on which you want to generate a graph.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
Pagination token.
Trait Implementations
sourceimpl Clone for GetServiceGraphInput
impl Clone for GetServiceGraphInput
sourcefn clone(&self) -> GetServiceGraphInput
fn clone(&self) -> GetServiceGraphInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for GetServiceGraphInput
impl Debug for GetServiceGraphInput
sourceimpl PartialEq<GetServiceGraphInput> for GetServiceGraphInput
impl PartialEq<GetServiceGraphInput> for GetServiceGraphInput
sourcefn eq(&self, other: &GetServiceGraphInput) -> bool
fn eq(&self, other: &GetServiceGraphInput) -> bool
impl StructuralPartialEq for GetServiceGraphInput
Auto Trait Implementations
impl RefUnwindSafe for GetServiceGraphInput
impl Send for GetServiceGraphInput
impl Sync for GetServiceGraphInput
impl Unpin for GetServiceGraphInput
impl UnwindSafe for GetServiceGraphInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more