#[non_exhaustive]pub struct DescribeServicesInput { /* private fields */ }Implementations§
source§impl DescribeServicesInput
impl DescribeServicesInput
sourcepub fn service_code_list(&self) -> Option<&[String]>
pub fn service_code_list(&self) -> Option<&[String]>
A JSON-formatted list of service codes available for Amazon Web Services services.
source§impl DescribeServicesInput
impl DescribeServicesInput
sourcepub fn builder() -> DescribeServicesInputBuilder
pub fn builder() -> DescribeServicesInputBuilder
Creates a new builder-style object to manufacture DescribeServicesInput.
source§impl DescribeServicesInput
impl DescribeServicesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeServices, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DescribeServices, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeServices>
Trait Implementations§
source§impl Clone for DescribeServicesInput
impl Clone for DescribeServicesInput
source§fn clone(&self) -> DescribeServicesInput
fn clone(&self) -> DescribeServicesInput
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 DescribeServicesInput
impl Debug for DescribeServicesInput
source§impl PartialEq<DescribeServicesInput> for DescribeServicesInput
impl PartialEq<DescribeServicesInput> for DescribeServicesInput
source§fn eq(&self, other: &DescribeServicesInput) -> bool
fn eq(&self, other: &DescribeServicesInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.