Struct aws_sdk_elasticloadbalancingv2::operation::describe_trust_store_revocations::builders::DescribeTrustStoreRevocationsInputBuilder
source · #[non_exhaustive]pub struct DescribeTrustStoreRevocationsInputBuilder { /* private fields */ }Expand description
A builder for DescribeTrustStoreRevocationsInput.
Implementations§
source§impl DescribeTrustStoreRevocationsInputBuilder
impl DescribeTrustStoreRevocationsInputBuilder
sourcepub fn trust_store_arn(self, input: impl Into<String>) -> Self
pub fn trust_store_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the trust store.
This field is required.sourcepub fn set_trust_store_arn(self, input: Option<String>) -> Self
pub fn set_trust_store_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the trust store.
sourcepub fn get_trust_store_arn(&self) -> &Option<String>
pub fn get_trust_store_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the trust store.
sourcepub fn revocation_ids(self, input: i64) -> Self
pub fn revocation_ids(self, input: i64) -> Self
Appends an item to revocation_ids.
To override the contents of this collection use set_revocation_ids.
The revocation IDs of the revocation files you want to describe.
sourcepub fn set_revocation_ids(self, input: Option<Vec<i64>>) -> Self
pub fn set_revocation_ids(self, input: Option<Vec<i64>>) -> Self
The revocation IDs of the revocation files you want to describe.
sourcepub fn get_revocation_ids(&self) -> &Option<Vec<i64>>
pub fn get_revocation_ids(&self) -> &Option<Vec<i64>>
The revocation IDs of the revocation files you want to describe.
sourcepub fn marker(self, input: impl Into<String>) -> Self
pub fn marker(self, input: impl Into<String>) -> Self
The marker for the next set of results. (You received this marker from a previous call.)
sourcepub fn set_marker(self, input: Option<String>) -> Self
pub fn set_marker(self, input: Option<String>) -> Self
The marker for the next set of results. (You received this marker from a previous call.)
sourcepub fn get_marker(&self) -> &Option<String>
pub fn get_marker(&self) -> &Option<String>
The marker for the next set of results. (You received this marker from a previous call.)
sourcepub fn page_size(self, input: i32) -> Self
pub fn page_size(self, input: i32) -> Self
The maximum number of results to return with this call.
sourcepub fn set_page_size(self, input: Option<i32>) -> Self
pub fn set_page_size(self, input: Option<i32>) -> Self
The maximum number of results to return with this call.
sourcepub fn get_page_size(&self) -> &Option<i32>
pub fn get_page_size(&self) -> &Option<i32>
The maximum number of results to return with this call.
sourcepub fn build(self) -> Result<DescribeTrustStoreRevocationsInput, BuildError>
pub fn build(self) -> Result<DescribeTrustStoreRevocationsInput, BuildError>
Consumes the builder and constructs a DescribeTrustStoreRevocationsInput.
source§impl DescribeTrustStoreRevocationsInputBuilder
impl DescribeTrustStoreRevocationsInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DescribeTrustStoreRevocationsOutput, SdkError<DescribeTrustStoreRevocationsError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DescribeTrustStoreRevocationsOutput, SdkError<DescribeTrustStoreRevocationsError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DescribeTrustStoreRevocationsInputBuilder
impl Clone for DescribeTrustStoreRevocationsInputBuilder
source§fn clone(&self) -> DescribeTrustStoreRevocationsInputBuilder
fn clone(&self) -> DescribeTrustStoreRevocationsInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for DescribeTrustStoreRevocationsInputBuilder
impl Default for DescribeTrustStoreRevocationsInputBuilder
source§fn default() -> DescribeTrustStoreRevocationsInputBuilder
fn default() -> DescribeTrustStoreRevocationsInputBuilder
source§impl PartialEq for DescribeTrustStoreRevocationsInputBuilder
impl PartialEq for DescribeTrustStoreRevocationsInputBuilder
source§fn eq(&self, other: &DescribeTrustStoreRevocationsInputBuilder) -> bool
fn eq(&self, other: &DescribeTrustStoreRevocationsInputBuilder) -> bool
self and other values to be equal, and is used
by ==.