@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateServiceSettingRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The request body of the UpdateServiceSetting API operation.
NOOP
Constructor and Description |
---|
UpdateServiceSettingRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateServiceSettingRequest |
clone() |
boolean |
equals(Object obj) |
String |
getSettingId()
The Amazon Resource Name (ARN) of the service setting to reset.
|
String |
getSettingValue()
The new value to specify for the service setting.
|
int |
hashCode() |
void |
setSettingId(String settingId)
The Amazon Resource Name (ARN) of the service setting to reset.
|
void |
setSettingValue(String settingValue)
The new value to specify for the service setting.
|
String |
toString()
Returns a string representation of this object.
|
UpdateServiceSettingRequest |
withSettingId(String settingId)
The Amazon Resource Name (ARN) of the service setting to reset.
|
UpdateServiceSettingRequest |
withSettingValue(String settingValue)
The new value to specify for the service setting.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setSettingId(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
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
public String getSettingId()
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 UpdateServiceSettingRequest withSettingId(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
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
public void setSettingValue(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 an Amazon CloudWatch Logs log group.
For the /ssm/documents/console/public-sharing-permission
setting ID, the setting value can be
Enable
or Disable
.
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 an Amazon CloudWatch Logs log group.
For the /ssm/documents/console/public-sharing-permission
setting ID, the setting value can be
Enable
or Disable
.
public String getSettingValue()
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 an Amazon 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 an Amazon CloudWatch Logs log group.
For the /ssm/documents/console/public-sharing-permission
setting ID, the setting value can
be Enable
or Disable
.
public UpdateServiceSettingRequest withSettingValue(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 an Amazon CloudWatch Logs log group.
For the /ssm/documents/console/public-sharing-permission
setting ID, the setting value can be
Enable
or Disable
.
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 an Amazon CloudWatch Logs log group.
For the /ssm/documents/console/public-sharing-permission
setting ID, the setting value can be
Enable
or Disable
.
public String toString()
toString
in class Object
Object.toString()
public UpdateServiceSettingRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2021. All rights reserved.