Struct aws_sdk_mediapackage::model::IngestEndpoint
source · #[non_exhaustive]pub struct IngestEndpoint { /* private fields */ }
Expand description
An endpoint for ingesting source content for a Channel.
Implementations§
source§impl IngestEndpoint
impl IngestEndpoint
source§impl IngestEndpoint
impl IngestEndpoint
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture IngestEndpoint
.
Trait Implementations§
source§impl Clone for IngestEndpoint
impl Clone for IngestEndpoint
source§fn clone(&self) -> IngestEndpoint
fn clone(&self) -> IngestEndpoint
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 IngestEndpoint
impl Debug for IngestEndpoint
source§impl PartialEq<IngestEndpoint> for IngestEndpoint
impl PartialEq<IngestEndpoint> for IngestEndpoint
source§fn eq(&self, other: &IngestEndpoint) -> bool
fn eq(&self, other: &IngestEndpoint) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.