Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ValidateConfigurationSettingsRequest.Builder,ValidateConfigurationSettingsRequest>
@Generated("software.amazon.awssdk:codegen") public class ValidateConfigurationSettingsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ValidateConfigurationSettingsRequest.Builder,ValidateConfigurationSettingsRequest>
A list of validation messages for a specified configuration template.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ValidateConfigurationSettingsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
applicationName() |
The name of the application that the configuration template or environment belongs to.
|
static ValidateConfigurationSettingsRequest.Builder |
builder() |
|
String |
environmentName() |
The name of the environment to validate the settings against.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
List<ConfigurationOptionSetting> |
optionSettings() |
A list of the options and desired values to evaluate.
|
static Class<? extends ValidateConfigurationSettingsRequest.Builder> |
serializableBuilderClass() |
|
String |
templateName() |
The name of the configuration template to validate the settings against.
|
ValidateConfigurationSettingsRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String applicationName()
The name of the application that the configuration template or environment belongs to.
public String templateName()
The name of the configuration template to validate the settings against.
Condition: You cannot specify both this and an environment name.
Condition: You cannot specify both this and an environment name.
public String environmentName()
The name of the environment to validate the settings against.
Condition: You cannot specify both this and a configuration template name.
Condition: You cannot specify both this and a configuration template name.
public List<ConfigurationOptionSetting> optionSettings()
A list of the options and desired values to evaluate.
public ValidateConfigurationSettingsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ValidateConfigurationSettingsRequest.Builder,ValidateConfigurationSettingsRequest>
public static ValidateConfigurationSettingsRequest.Builder builder()
public static Class<? extends ValidateConfigurationSettingsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.