Struct aws_sdk_appflow::types::ConnectorOAuthRequest
source · #[non_exhaustive]pub struct ConnectorOAuthRequest { /* private fields */ }
Expand description
Used by select connectors for which the OAuth workflow is supported, such as Salesforce, Google Analytics, Marketo, Zendesk, and Slack.
Implementations§
source§impl ConnectorOAuthRequest
impl ConnectorOAuthRequest
sourcepub fn builder() -> ConnectorOAuthRequestBuilder
pub fn builder() -> ConnectorOAuthRequestBuilder
Creates a new builder-style object to manufacture ConnectorOAuthRequest
.
Trait Implementations§
source§impl Clone for ConnectorOAuthRequest
impl Clone for ConnectorOAuthRequest
source§fn clone(&self) -> ConnectorOAuthRequest
fn clone(&self) -> ConnectorOAuthRequest
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 ConnectorOAuthRequest
impl Debug for ConnectorOAuthRequest
source§impl PartialEq<ConnectorOAuthRequest> for ConnectorOAuthRequest
impl PartialEq<ConnectorOAuthRequest> for ConnectorOAuthRequest
source§fn eq(&self, other: &ConnectorOAuthRequest) -> bool
fn eq(&self, other: &ConnectorOAuthRequest) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ConnectorOAuthRequest
Auto Trait Implementations§
impl RefUnwindSafe for ConnectorOAuthRequest
impl Send for ConnectorOAuthRequest
impl Sync for ConnectorOAuthRequest
impl Unpin for ConnectorOAuthRequest
impl UnwindSafe for ConnectorOAuthRequest
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