Struct aws_sdk_apprunner::operation::describe_custom_domains::builders::DescribeCustomDomainsInputBuilder
source · #[non_exhaustive]pub struct DescribeCustomDomainsInputBuilder { /* private fields */ }
Expand description
A builder for DescribeCustomDomainsInput
.
Implementations§
source§impl DescribeCustomDomainsInputBuilder
impl DescribeCustomDomainsInputBuilder
sourcepub fn service_arn(self, input: impl Into<String>) -> Self
pub fn service_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the App Runner service that you want associated custom domain names to be described for.
This field is required.sourcepub fn set_service_arn(self, input: Option<String>) -> Self
pub fn set_service_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the App Runner service that you want associated custom domain names to be described for.
sourcepub fn get_service_arn(&self) -> &Option<String>
pub fn get_service_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the App Runner service that you want associated custom domain names to be described for.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
A token from a previous result page. It's used for a paginated request. The request retrieves the next result page. All other parameter values must be identical to the ones that are specified in the initial request.
If you don't specify NextToken
, the request retrieves the first result page.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
A token from a previous result page. It's used for a paginated request. The request retrieves the next result page. All other parameter values must be identical to the ones that are specified in the initial request.
If you don't specify NextToken
, the request retrieves the first result page.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
A token from a previous result page. It's used for a paginated request. The request retrieves the next result page. All other parameter values must be identical to the ones that are specified in the initial request.
If you don't specify NextToken
, the request retrieves the first result page.
sourcepub fn max_results(self, input: i32) -> Self
pub fn max_results(self, input: i32) -> Self
The maximum number of results that each response (result page) can include. It's used for a paginated request.
If you don't specify MaxResults
, the request retrieves all available results in a single response.
sourcepub fn set_max_results(self, input: Option<i32>) -> Self
pub fn set_max_results(self, input: Option<i32>) -> Self
The maximum number of results that each response (result page) can include. It's used for a paginated request.
If you don't specify MaxResults
, the request retrieves all available results in a single response.
sourcepub fn get_max_results(&self) -> &Option<i32>
pub fn get_max_results(&self) -> &Option<i32>
The maximum number of results that each response (result page) can include. It's used for a paginated request.
If you don't specify MaxResults
, the request retrieves all available results in a single response.
sourcepub fn build(self) -> Result<DescribeCustomDomainsInput, BuildError>
pub fn build(self) -> Result<DescribeCustomDomainsInput, BuildError>
Consumes the builder and constructs a DescribeCustomDomainsInput
.
source§impl DescribeCustomDomainsInputBuilder
impl DescribeCustomDomainsInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DescribeCustomDomainsOutput, SdkError<DescribeCustomDomainsError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DescribeCustomDomainsOutput, SdkError<DescribeCustomDomainsError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DescribeCustomDomainsInputBuilder
impl Clone for DescribeCustomDomainsInputBuilder
source§fn clone(&self) -> DescribeCustomDomainsInputBuilder
fn clone(&self) -> DescribeCustomDomainsInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for DescribeCustomDomainsInputBuilder
impl Default for DescribeCustomDomainsInputBuilder
source§fn default() -> DescribeCustomDomainsInputBuilder
fn default() -> DescribeCustomDomainsInputBuilder
source§impl PartialEq for DescribeCustomDomainsInputBuilder
impl PartialEq for DescribeCustomDomainsInputBuilder
source§fn eq(&self, other: &DescribeCustomDomainsInputBuilder) -> bool
fn eq(&self, other: &DescribeCustomDomainsInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.