@Generated(value="software.amazon.awssdk:codegen") public final class UpdateServiceSettingRequest extends SsmRequest implements ToCopyableBuilder<UpdateServiceSettingRequest.Builder,UpdateServiceSettingRequest>
The request body of the UpdateServiceSetting API action.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateServiceSettingRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateServiceSettingRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateServiceSettingRequest.Builder> |
serializableBuilderClass() |
String |
settingId()
The Amazon Resource Name (ARN) of the service setting to reset.
|
String |
settingValue()
The new value to specify for the service setting.
|
UpdateServiceSettingRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String settingId()
The Amazon Resource Name (ARN) of the service setting to reset. For example,
arn:aws:ssm:us-east-1:111122223333:servicesetting/ssm/parameter-store/high-throughput-enabled. The
setting ID can be one of the following.
/ssm/automation/customer-script-log-destination
/ssm/automation/customer-script-log-group-name
/ssm/documents/console/public-sharing-permission
/ssm/parameter-store/default-parameter-tier
/ssm/parameter-store/high-throughput-enabled
/ssm/managed-instance/activation-tier
arn:aws:ssm:us-east-1:111122223333:servicesetting/ssm/parameter-store/high-throughput-enabled
. The setting ID can be one of the following.
/ssm/automation/customer-script-log-destination
/ssm/automation/customer-script-log-group-name
/ssm/documents/console/public-sharing-permission
/ssm/parameter-store/default-parameter-tier
/ssm/parameter-store/high-throughput-enabled
/ssm/managed-instance/activation-tier
public final String settingValue()
The new value to specify for the service setting. For the
/ssm/parameter-store/default-parameter-tier setting ID, the setting value can be one of the
following.
Standard
Advanced
Intelligent-Tiering
For the /ssm/parameter-store/high-throughput-enabled, and
/ssm/managed-instance/activation-tier setting IDs, the setting value can be true or false.
For the /ssm/automation/customer-script-log-destination setting ID, the setting value can be
CloudWatch.
For the /ssm/automation/customer-script-log-group-name setting ID, the setting value can be the name
of a CloudWatch Logs log group.
For the /ssm/documents/console/public-sharing-permission setting ID, the setting value can be Enable
or Disable.
/ssm/parameter-store/default-parameter-tier setting ID, the setting value can be one of the
following.
Standard
Advanced
Intelligent-Tiering
For the /ssm/parameter-store/high-throughput-enabled, and
/ssm/managed-instance/activation-tier setting IDs, the setting value can be true or false.
For the /ssm/automation/customer-script-log-destination setting ID, the setting value can be
CloudWatch.
For the /ssm/automation/customer-script-log-group-name setting ID, the setting value can be
the name of a CloudWatch Logs log group.
For the /ssm/documents/console/public-sharing-permission setting ID, the setting value can
be Enable or Disable.
public UpdateServiceSettingRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateServiceSettingRequest.Builder,UpdateServiceSettingRequest>toBuilder in class SsmRequestpublic static UpdateServiceSettingRequest.Builder builder()
public static Class<? extends UpdateServiceSettingRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.