Struct aws_sdk_appflow::model::ConnectorEntity
source · [−]#[non_exhaustive]pub struct ConnectorEntity { /* private fields */ }
Expand description
The high-level entity that can be queried in Amazon AppFlow. For example, a Salesforce entity might be an Account or Opportunity, whereas a ServiceNow entity might be an Incident.
Implementations
sourceimpl ConnectorEntity
impl ConnectorEntity
sourcepub fn has_nested_entities(&self) -> bool
pub fn has_nested_entities(&self) -> bool
Specifies whether the connector entity is a parent or a category and has more entities nested underneath it. If another call is made with entitiesPath = "the_current_entity_name_with_hasNestedEntities_true"
, then it returns the nested entities underneath it. This provides a way to retrieve all supported entities in a recursive fashion.
sourceimpl ConnectorEntity
impl ConnectorEntity
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ConnectorEntity
.
Trait Implementations
sourceimpl Clone for ConnectorEntity
impl Clone for ConnectorEntity
sourcefn clone(&self) -> ConnectorEntity
fn clone(&self) -> ConnectorEntity
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 ConnectorEntity
impl Debug for ConnectorEntity
sourceimpl PartialEq<ConnectorEntity> for ConnectorEntity
impl PartialEq<ConnectorEntity> for ConnectorEntity
sourcefn eq(&self, other: &ConnectorEntity) -> bool
fn eq(&self, other: &ConnectorEntity) -> bool
impl StructuralPartialEq for ConnectorEntity
Auto Trait Implementations
impl RefUnwindSafe for ConnectorEntity
impl Send for ConnectorEntity
impl Sync for ConnectorEntity
impl Unpin for ConnectorEntity
impl UnwindSafe for ConnectorEntity
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