#[non_exhaustive]pub struct UpdateAppImageConfigInput { /* private fields */ }
Implementations§
source§impl UpdateAppImageConfigInput
impl UpdateAppImageConfigInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateAppImageConfig, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateAppImageConfig, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateAppImageConfig
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateAppImageConfigInput
.
source§impl UpdateAppImageConfigInput
impl UpdateAppImageConfigInput
sourcepub fn app_image_config_name(&self) -> Option<&str>
pub fn app_image_config_name(&self) -> Option<&str>
The name of the AppImageConfig to update.
sourcepub fn kernel_gateway_image_config(&self) -> Option<&KernelGatewayImageConfig>
pub fn kernel_gateway_image_config(&self) -> Option<&KernelGatewayImageConfig>
The new KernelGateway app to run on the image.
Trait Implementations§
source§impl Clone for UpdateAppImageConfigInput
impl Clone for UpdateAppImageConfigInput
source§fn clone(&self) -> UpdateAppImageConfigInput
fn clone(&self) -> UpdateAppImageConfigInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for UpdateAppImageConfigInput
impl Debug for UpdateAppImageConfigInput
source§impl PartialEq<UpdateAppImageConfigInput> for UpdateAppImageConfigInput
impl PartialEq<UpdateAppImageConfigInput> for UpdateAppImageConfigInput
source§fn eq(&self, other: &UpdateAppImageConfigInput) -> bool
fn eq(&self, other: &UpdateAppImageConfigInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.