Struct aws_sdk_iotthingsgraph::operation::get_system_template_revisions::builders::GetSystemTemplateRevisionsInputBuilder
source · #[non_exhaustive]pub struct GetSystemTemplateRevisionsInputBuilder { /* private fields */ }Expand description
A builder for GetSystemTemplateRevisionsInput.
Implementations§
source§impl GetSystemTemplateRevisionsInputBuilder
impl GetSystemTemplateRevisionsInputBuilder
sourcepub fn id(self, input: impl Into<String>) -> Self
pub fn id(self, input: impl Into<String>) -> Self
The ID of the system template.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
sourcepub fn set_id(self, input: Option<String>) -> Self
pub fn set_id(self, input: Option<String>) -> Self
The ID of the system template.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
sourcepub fn get_id(&self) -> &Option<String>
pub fn get_id(&self) -> &Option<String>
The ID of the system template.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The string that specifies the next page of results. Use this when you're paginating results.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The string that specifies the next page of results. Use this when you're paginating results.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
The string that specifies the next page of results. Use this when you're paginating results.
sourcepub fn max_results(self, input: i32) -> Self
pub fn max_results(self, input: i32) -> Self
The maximum number of results to return in the 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 to return in the response.
sourcepub fn get_max_results(&self) -> &Option<i32>
pub fn get_max_results(&self) -> &Option<i32>
The maximum number of results to return in the response.
sourcepub fn build(self) -> Result<GetSystemTemplateRevisionsInput, BuildError>
pub fn build(self) -> Result<GetSystemTemplateRevisionsInput, BuildError>
Consumes the builder and constructs a GetSystemTemplateRevisionsInput.
source§impl GetSystemTemplateRevisionsInputBuilder
impl GetSystemTemplateRevisionsInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<GetSystemTemplateRevisionsOutput, SdkError<GetSystemTemplateRevisionsError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<GetSystemTemplateRevisionsOutput, SdkError<GetSystemTemplateRevisionsError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for GetSystemTemplateRevisionsInputBuilder
impl Clone for GetSystemTemplateRevisionsInputBuilder
source§fn clone(&self) -> GetSystemTemplateRevisionsInputBuilder
fn clone(&self) -> GetSystemTemplateRevisionsInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for GetSystemTemplateRevisionsInputBuilder
impl Default for GetSystemTemplateRevisionsInputBuilder
source§fn default() -> GetSystemTemplateRevisionsInputBuilder
fn default() -> GetSystemTemplateRevisionsInputBuilder
source§impl PartialEq<GetSystemTemplateRevisionsInputBuilder> for GetSystemTemplateRevisionsInputBuilder
impl PartialEq<GetSystemTemplateRevisionsInputBuilder> for GetSystemTemplateRevisionsInputBuilder
source§fn eq(&self, other: &GetSystemTemplateRevisionsInputBuilder) -> bool
fn eq(&self, other: &GetSystemTemplateRevisionsInputBuilder) -> bool
self and other values to be equal, and is used
by ==.