Struct aws_sdk_robomaker::operation::create_world_template::builders::CreateWorldTemplateOutputBuilder
source · #[non_exhaustive]pub struct CreateWorldTemplateOutputBuilder { /* private fields */ }Expand description
A builder for CreateWorldTemplateOutput.
Implementations§
source§impl CreateWorldTemplateOutputBuilder
impl CreateWorldTemplateOutputBuilder
sourcepub fn arn(self, input: impl Into<String>) -> Self
pub fn arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the world template.
sourcepub fn set_arn(self, input: Option<String>) -> Self
pub fn set_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the world template.
sourcepub fn client_request_token(self, input: impl Into<String>) -> Self
pub fn client_request_token(self, input: impl Into<String>) -> Self
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
sourcepub fn set_client_request_token(self, input: Option<String>) -> Self
pub fn set_client_request_token(self, input: Option<String>) -> Self
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
sourcepub fn get_client_request_token(&self) -> &Option<String>
pub fn get_client_request_token(&self) -> &Option<String>
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
sourcepub fn created_at(self, input: DateTime) -> Self
pub fn created_at(self, input: DateTime) -> Self
The time, in milliseconds since the epoch, when the world template was created.
sourcepub fn set_created_at(self, input: Option<DateTime>) -> Self
pub fn set_created_at(self, input: Option<DateTime>) -> Self
The time, in milliseconds since the epoch, when the world template was created.
sourcepub fn get_created_at(&self) -> &Option<DateTime>
pub fn get_created_at(&self) -> &Option<DateTime>
The time, in milliseconds since the epoch, when the world template was created.
Adds a key-value pair to tags.
To override the contents of this collection use set_tags.
A map that contains tag keys and tag values that are attached to the world template.
A map that contains tag keys and tag values that are attached to the world template.
A map that contains tag keys and tag values that are attached to the world template.
sourcepub fn build(self) -> CreateWorldTemplateOutput
pub fn build(self) -> CreateWorldTemplateOutput
Consumes the builder and constructs a CreateWorldTemplateOutput.
Trait Implementations§
source§impl Clone for CreateWorldTemplateOutputBuilder
impl Clone for CreateWorldTemplateOutputBuilder
source§fn clone(&self) -> CreateWorldTemplateOutputBuilder
fn clone(&self) -> CreateWorldTemplateOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for CreateWorldTemplateOutputBuilder
impl Default for CreateWorldTemplateOutputBuilder
source§fn default() -> CreateWorldTemplateOutputBuilder
fn default() -> CreateWorldTemplateOutputBuilder
source§impl PartialEq for CreateWorldTemplateOutputBuilder
impl PartialEq for CreateWorldTemplateOutputBuilder
source§fn eq(&self, other: &CreateWorldTemplateOutputBuilder) -> bool
fn eq(&self, other: &CreateWorldTemplateOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.