pub struct GetPatchBaselineForPatchGroup { /* private fields */ }
Expand description
Fluent builder constructing a request to GetPatchBaselineForPatchGroup
.
Retrieves the patch baseline that should be used for the specified patch group.
Implementations
sourceimpl GetPatchBaselineForPatchGroup
impl GetPatchBaselineForPatchGroup
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<GetPatchBaselineForPatchGroup, AwsResponseRetryClassifier>, SdkError<GetPatchBaselineForPatchGroupError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<GetPatchBaselineForPatchGroup, AwsResponseRetryClassifier>, SdkError<GetPatchBaselineForPatchGroupError>>
Consume this builder, creating a customizable operation that can be modified before being sent. The operation’s inner http::Request can be modified as well.
sourcepub async fn send(
self
) -> Result<GetPatchBaselineForPatchGroupOutput, SdkError<GetPatchBaselineForPatchGroupError>>
pub async fn send(
self
) -> Result<GetPatchBaselineForPatchGroupOutput, SdkError<GetPatchBaselineForPatchGroupError>>
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn patch_group(self, input: impl Into<String>) -> Self
pub fn patch_group(self, input: impl Into<String>) -> Self
The name of the patch group whose patch baseline should be retrieved.
sourcepub fn set_patch_group(self, input: Option<String>) -> Self
pub fn set_patch_group(self, input: Option<String>) -> Self
The name of the patch group whose patch baseline should be retrieved.
sourcepub fn operating_system(self, input: OperatingSystem) -> Self
pub fn operating_system(self, input: OperatingSystem) -> Self
Returns the operating system rule specified for patch groups using the patch baseline.
sourcepub fn set_operating_system(self, input: Option<OperatingSystem>) -> Self
pub fn set_operating_system(self, input: Option<OperatingSystem>) -> Self
Returns the operating system rule specified for patch groups using the patch baseline.
Trait Implementations
sourceimpl Clone for GetPatchBaselineForPatchGroup
impl Clone for GetPatchBaselineForPatchGroup
sourcefn clone(&self) -> GetPatchBaselineForPatchGroup
fn clone(&self) -> GetPatchBaselineForPatchGroup
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more