@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResetServiceSettingRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The request body of the ResetServiceSetting API operation.
NOOP
Constructor and Description |
---|
ResetServiceSettingRequest() |
Modifier and Type | Method and Description |
---|---|
ResetServiceSettingRequest |
clone() |
boolean |
equals(Object obj) |
String |
getSettingId()
The Amazon Resource Name (ARN) of the service setting to reset.
|
int |
hashCode() |
void |
setSettingId(String settingId)
The Amazon Resource Name (ARN) of the service setting to reset.
|
String |
toString()
Returns a string representation of this object.
|
ResetServiceSettingRequest |
withSettingId(String settingId)
The Amazon Resource Name (ARN) of the service setting to reset.
|
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. 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. 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. 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
/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 ResetServiceSettingRequest withSettingId(String settingId)
The Amazon Resource Name (ARN) of the service setting to reset. 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. 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 toString()
toString
in class Object
Object.toString()
public ResetServiceSettingRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2021. All rights reserved.