#[non_exhaustive]pub struct GetServiceSettingInputBuilder { /* private fields */ }
Expand description
A builder for GetServiceSettingInput
.
Implementations§
source§impl GetServiceSettingInputBuilder
impl GetServiceSettingInputBuilder
sourcepub fn setting_id(self, input: impl Into<String>) -> Self
pub fn setting_id(self, input: impl Into<String>) -> Self
The ID of the service setting to get. The setting ID can be one of the following.
-
/ssm/managed-instance/default-ec2-instance-management-role
-
/ssm/automation/customer-script-log-destination
-
/ssm/automation/customer-script-log-group-name
-
/ssm/documents/console/public-sharing-permission
-
/ssm/managed-instance/activation-tier
-
/ssm/opsinsights/opscenter
-
/ssm/parameter-store/default-parameter-tier
-
/ssm/parameter-store/high-throughput-enabled
sourcepub fn set_setting_id(self, input: Option<String>) -> Self
pub fn set_setting_id(self, input: Option<String>) -> Self
The ID of the service setting to get. The setting ID can be one of the following.
-
/ssm/managed-instance/default-ec2-instance-management-role
-
/ssm/automation/customer-script-log-destination
-
/ssm/automation/customer-script-log-group-name
-
/ssm/documents/console/public-sharing-permission
-
/ssm/managed-instance/activation-tier
-
/ssm/opsinsights/opscenter
-
/ssm/parameter-store/default-parameter-tier
-
/ssm/parameter-store/high-throughput-enabled
sourcepub fn get_setting_id(&self) -> &Option<String>
pub fn get_setting_id(&self) -> &Option<String>
The ID of the service setting to get. The setting ID can be one of the following.
-
/ssm/managed-instance/default-ec2-instance-management-role
-
/ssm/automation/customer-script-log-destination
-
/ssm/automation/customer-script-log-group-name
-
/ssm/documents/console/public-sharing-permission
-
/ssm/managed-instance/activation-tier
-
/ssm/opsinsights/opscenter
-
/ssm/parameter-store/default-parameter-tier
-
/ssm/parameter-store/high-throughput-enabled
sourcepub fn build(self) -> Result<GetServiceSettingInput, BuildError>
pub fn build(self) -> Result<GetServiceSettingInput, BuildError>
Consumes the builder and constructs a GetServiceSettingInput
.
source§impl GetServiceSettingInputBuilder
impl GetServiceSettingInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<GetServiceSettingOutput, SdkError<GetServiceSettingError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<GetServiceSettingOutput, SdkError<GetServiceSettingError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for GetServiceSettingInputBuilder
impl Clone for GetServiceSettingInputBuilder
source§fn clone(&self) -> GetServiceSettingInputBuilder
fn clone(&self) -> GetServiceSettingInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for GetServiceSettingInputBuilder
impl Default for GetServiceSettingInputBuilder
source§fn default() -> GetServiceSettingInputBuilder
fn default() -> GetServiceSettingInputBuilder
source§impl PartialEq for GetServiceSettingInputBuilder
impl PartialEq for GetServiceSettingInputBuilder
source§fn eq(&self, other: &GetServiceSettingInputBuilder) -> bool
fn eq(&self, other: &GetServiceSettingInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.