Struct aws_sdk_iam::operation::get_server_certificate::builders::GetServerCertificateInputBuilder
source · #[non_exhaustive]pub struct GetServerCertificateInputBuilder { /* private fields */ }
Expand description
A builder for GetServerCertificateInput
.
Implementations§
source§impl GetServerCertificateInputBuilder
impl GetServerCertificateInputBuilder
sourcepub fn server_certificate_name(self, input: impl Into<String>) -> Self
pub fn server_certificate_name(self, input: impl Into<String>) -> Self
The name of the server certificate you want to retrieve information about.
This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
This field is required.sourcepub fn set_server_certificate_name(self, input: Option<String>) -> Self
pub fn set_server_certificate_name(self, input: Option<String>) -> Self
The name of the server certificate you want to retrieve information about.
This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
sourcepub fn get_server_certificate_name(&self) -> &Option<String>
pub fn get_server_certificate_name(&self) -> &Option<String>
The name of the server certificate you want to retrieve information about.
This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
sourcepub fn build(self) -> Result<GetServerCertificateInput, BuildError>
pub fn build(self) -> Result<GetServerCertificateInput, BuildError>
Consumes the builder and constructs a GetServerCertificateInput
.
source§impl GetServerCertificateInputBuilder
impl GetServerCertificateInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<GetServerCertificateOutput, SdkError<GetServerCertificateError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<GetServerCertificateOutput, SdkError<GetServerCertificateError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for GetServerCertificateInputBuilder
impl Clone for GetServerCertificateInputBuilder
source§fn clone(&self) -> GetServerCertificateInputBuilder
fn clone(&self) -> GetServerCertificateInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for GetServerCertificateInputBuilder
impl Default for GetServerCertificateInputBuilder
source§fn default() -> GetServerCertificateInputBuilder
fn default() -> GetServerCertificateInputBuilder
source§impl PartialEq for GetServerCertificateInputBuilder
impl PartialEq for GetServerCertificateInputBuilder
source§fn eq(&self, other: &GetServerCertificateInputBuilder) -> bool
fn eq(&self, other: &GetServerCertificateInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.