#[non_exhaustive]pub struct GetChangeTokenOutput { /* private fields */ }Implementations§
source§impl GetChangeTokenOutput
impl GetChangeTokenOutput
sourcepub fn change_token(&self) -> Option<&str>
pub fn change_token(&self) -> Option<&str>
The ChangeToken that you used in the request. Use this value in a GetChangeTokenStatus request to get the current status of the request.
source§impl GetChangeTokenOutput
impl GetChangeTokenOutput
sourcepub fn builder() -> GetChangeTokenOutputBuilder
pub fn builder() -> GetChangeTokenOutputBuilder
Creates a new builder-style object to manufacture GetChangeTokenOutput.
Trait Implementations§
source§impl Clone for GetChangeTokenOutput
impl Clone for GetChangeTokenOutput
source§fn clone(&self) -> GetChangeTokenOutput
fn clone(&self) -> GetChangeTokenOutput
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 Debug for GetChangeTokenOutput
impl Debug for GetChangeTokenOutput
source§impl PartialEq<GetChangeTokenOutput> for GetChangeTokenOutput
impl PartialEq<GetChangeTokenOutput> for GetChangeTokenOutput
source§fn eq(&self, other: &GetChangeTokenOutput) -> bool
fn eq(&self, other: &GetChangeTokenOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for GetChangeTokenOutput
impl RequestId for GetChangeTokenOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.