Struct aws_sdk_datasync::input::DescribeLocationHdfsInput
source · #[non_exhaustive]pub struct DescribeLocationHdfsInput { /* private fields */ }
Implementations§
source§impl DescribeLocationHdfsInput
impl DescribeLocationHdfsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeLocationHdfs, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeLocationHdfs, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeLocationHdfs
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeLocationHdfsInput
.
source§impl DescribeLocationHdfsInput
impl DescribeLocationHdfsInput
sourcepub fn location_arn(&self) -> Option<&str>
pub fn location_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the HDFS cluster location to describe.
Trait Implementations§
source§impl Clone for DescribeLocationHdfsInput
impl Clone for DescribeLocationHdfsInput
source§fn clone(&self) -> DescribeLocationHdfsInput
fn clone(&self) -> DescribeLocationHdfsInput
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 DescribeLocationHdfsInput
impl Debug for DescribeLocationHdfsInput
source§impl PartialEq<DescribeLocationHdfsInput> for DescribeLocationHdfsInput
impl PartialEq<DescribeLocationHdfsInput> for DescribeLocationHdfsInput
source§fn eq(&self, other: &DescribeLocationHdfsInput) -> bool
fn eq(&self, other: &DescribeLocationHdfsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.