Struct aws_sdk_robomaker::operation::create_deployment_job::builders::CreateDeploymentJobInputBuilder
source · #[non_exhaustive]pub struct CreateDeploymentJobInputBuilder { /* private fields */ }Expand description
A builder for CreateDeploymentJobInput.
Implementations§
source§impl CreateDeploymentJobInputBuilder
impl CreateDeploymentJobInputBuilder
sourcepub fn deployment_config(self, input: DeploymentConfig) -> Self
pub fn deployment_config(self, input: DeploymentConfig) -> Self
The requested deployment configuration.
sourcepub fn set_deployment_config(self, input: Option<DeploymentConfig>) -> Self
pub fn set_deployment_config(self, input: Option<DeploymentConfig>) -> Self
The requested deployment configuration.
sourcepub fn get_deployment_config(&self) -> &Option<DeploymentConfig>
pub fn get_deployment_config(&self) -> &Option<DeploymentConfig>
The requested deployment configuration.
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.
This field is required.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 fleet(self, input: impl Into<String>) -> Self
pub fn fleet(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the fleet to deploy.
This field is required.sourcepub fn set_fleet(self, input: Option<String>) -> Self
pub fn set_fleet(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the fleet to deploy.
sourcepub fn get_fleet(&self) -> &Option<String>
pub fn get_fleet(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the fleet to deploy.
sourcepub fn deployment_application_configs(
self,
input: DeploymentApplicationConfig
) -> Self
pub fn deployment_application_configs( self, input: DeploymentApplicationConfig ) -> Self
Appends an item to deployment_application_configs.
To override the contents of this collection use set_deployment_application_configs.
The deployment application configuration.
sourcepub fn set_deployment_application_configs(
self,
input: Option<Vec<DeploymentApplicationConfig>>
) -> Self
pub fn set_deployment_application_configs( self, input: Option<Vec<DeploymentApplicationConfig>> ) -> Self
The deployment application configuration.
sourcepub fn get_deployment_application_configs(
&self
) -> &Option<Vec<DeploymentApplicationConfig>>
pub fn get_deployment_application_configs( &self ) -> &Option<Vec<DeploymentApplicationConfig>>
The deployment application configuration.
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 deployment job.
A map that contains tag keys and tag values that are attached to the deployment job.
A map that contains tag keys and tag values that are attached to the deployment job.
sourcepub fn build(self) -> Result<CreateDeploymentJobInput, BuildError>
pub fn build(self) -> Result<CreateDeploymentJobInput, BuildError>
Consumes the builder and constructs a CreateDeploymentJobInput.
source§impl CreateDeploymentJobInputBuilder
impl CreateDeploymentJobInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<CreateDeploymentJobOutput, SdkError<CreateDeploymentJobError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<CreateDeploymentJobOutput, SdkError<CreateDeploymentJobError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for CreateDeploymentJobInputBuilder
impl Clone for CreateDeploymentJobInputBuilder
source§fn clone(&self) -> CreateDeploymentJobInputBuilder
fn clone(&self) -> CreateDeploymentJobInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for CreateDeploymentJobInputBuilder
impl Default for CreateDeploymentJobInputBuilder
source§fn default() -> CreateDeploymentJobInputBuilder
fn default() -> CreateDeploymentJobInputBuilder
source§impl PartialEq for CreateDeploymentJobInputBuilder
impl PartialEq for CreateDeploymentJobInputBuilder
source§fn eq(&self, other: &CreateDeploymentJobInputBuilder) -> bool
fn eq(&self, other: &CreateDeploymentJobInputBuilder) -> bool
self and other values to be equal, and is used
by ==.