@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateEndpointRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| UpdateEndpointRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| UpdateEndpointRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| DeploymentConfig | getDeploymentConfig()
 The deployment configuration for the endpoint to be updated. | 
| String | getEndpointConfigName()
 The name of the new endpoint configuration. | 
| String | getEndpointName()
 The name of the endpoint whose configuration you want to update. | 
| List<VariantProperty> | getExcludeRetainedVariantProperties()
 When you are updating endpoint resources with UpdateEndpointInput$RetainAllVariantProperties, whose value
 is set to  true,ExcludeRetainedVariantPropertiesspecifies the list of type
 VariantProperty to override with the values provided byEndpointConfig. | 
| Boolean | getRetainAllVariantProperties()
 When updating endpoint resources, enables or disables the retention of variant properties,
 such as the instance count or the variant weight. | 
| int | hashCode() | 
| Boolean | isRetainAllVariantProperties()
 When updating endpoint resources, enables or disables the retention of variant properties,
 such as the instance count or the variant weight. | 
| void | setDeploymentConfig(DeploymentConfig deploymentConfig)
 The deployment configuration for the endpoint to be updated. | 
| void | setEndpointConfigName(String endpointConfigName)
 The name of the new endpoint configuration. | 
| void | setEndpointName(String endpointName)
 The name of the endpoint whose configuration you want to update. | 
| void | setExcludeRetainedVariantProperties(Collection<VariantProperty> excludeRetainedVariantProperties)
 When you are updating endpoint resources with UpdateEndpointInput$RetainAllVariantProperties, whose value
 is set to  true,ExcludeRetainedVariantPropertiesspecifies the list of type
 VariantProperty to override with the values provided byEndpointConfig. | 
| void | setRetainAllVariantProperties(Boolean retainAllVariantProperties)
 When updating endpoint resources, enables or disables the retention of variant properties,
 such as the instance count or the variant weight. | 
| String | toString()Returns a string representation of this object. | 
| UpdateEndpointRequest | withDeploymentConfig(DeploymentConfig deploymentConfig)
 The deployment configuration for the endpoint to be updated. | 
| UpdateEndpointRequest | withEndpointConfigName(String endpointConfigName)
 The name of the new endpoint configuration. | 
| UpdateEndpointRequest | withEndpointName(String endpointName)
 The name of the endpoint whose configuration you want to update. | 
| UpdateEndpointRequest | withExcludeRetainedVariantProperties(Collection<VariantProperty> excludeRetainedVariantProperties)
 When you are updating endpoint resources with UpdateEndpointInput$RetainAllVariantProperties, whose value
 is set to  true,ExcludeRetainedVariantPropertiesspecifies the list of type
 VariantProperty to override with the values provided byEndpointConfig. | 
| UpdateEndpointRequest | withExcludeRetainedVariantProperties(VariantProperty... excludeRetainedVariantProperties)
 When you are updating endpoint resources with UpdateEndpointInput$RetainAllVariantProperties, whose value
 is set to  true,ExcludeRetainedVariantPropertiesspecifies the list of type
 VariantProperty to override with the values provided byEndpointConfig. | 
| UpdateEndpointRequest | withRetainAllVariantProperties(Boolean retainAllVariantProperties)
 When updating endpoint resources, enables or disables the retention of variant properties,
 such as the instance count or the variant weight. | 
addHandlerContext, 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, withSdkRequestTimeoutpublic void setEndpointName(String endpointName)
The name of the endpoint whose configuration you want to update.
endpointName - The name of the endpoint whose configuration you want to update.public String getEndpointName()
The name of the endpoint whose configuration you want to update.
public UpdateEndpointRequest withEndpointName(String endpointName)
The name of the endpoint whose configuration you want to update.
endpointName - The name of the endpoint whose configuration you want to update.public void setEndpointConfigName(String endpointConfigName)
The name of the new endpoint configuration.
endpointConfigName - The name of the new endpoint configuration.public String getEndpointConfigName()
The name of the new endpoint configuration.
public UpdateEndpointRequest withEndpointConfigName(String endpointConfigName)
The name of the new endpoint configuration.
endpointConfigName - The name of the new endpoint configuration.public void setRetainAllVariantProperties(Boolean retainAllVariantProperties)
 When updating endpoint resources, enables or disables the retention of variant properties,
 such as the instance count or the variant weight. To retain the variant properties of an endpoint when updating
 it, set RetainAllVariantProperties to true. To use the variant properties specified in
 a new EndpointConfig call when updating an endpoint, set RetainAllVariantProperties to
 false. The default is false.
 
retainAllVariantProperties - When updating endpoint resources, enables or disables the retention of variant
        properties, such as the instance count or the variant weight. To retain the variant properties of an
        endpoint when updating it, set RetainAllVariantProperties to true. To use the
        variant properties specified in a new EndpointConfig call when updating an endpoint, set
        RetainAllVariantProperties to false. The default is false.public Boolean getRetainAllVariantProperties()
 When updating endpoint resources, enables or disables the retention of variant properties,
 such as the instance count or the variant weight. To retain the variant properties of an endpoint when updating
 it, set RetainAllVariantProperties to true. To use the variant properties specified in
 a new EndpointConfig call when updating an endpoint, set RetainAllVariantProperties to
 false. The default is false.
 
RetainAllVariantProperties to true. To use the
         variant properties specified in a new EndpointConfig call when updating an endpoint, set
         RetainAllVariantProperties to false. The default is false.public UpdateEndpointRequest withRetainAllVariantProperties(Boolean retainAllVariantProperties)
 When updating endpoint resources, enables or disables the retention of variant properties,
 such as the instance count or the variant weight. To retain the variant properties of an endpoint when updating
 it, set RetainAllVariantProperties to true. To use the variant properties specified in
 a new EndpointConfig call when updating an endpoint, set RetainAllVariantProperties to
 false. The default is false.
 
retainAllVariantProperties - When updating endpoint resources, enables or disables the retention of variant
        properties, such as the instance count or the variant weight. To retain the variant properties of an
        endpoint when updating it, set RetainAllVariantProperties to true. To use the
        variant properties specified in a new EndpointConfig call when updating an endpoint, set
        RetainAllVariantProperties to false. The default is false.public Boolean isRetainAllVariantProperties()
 When updating endpoint resources, enables or disables the retention of variant properties,
 such as the instance count or the variant weight. To retain the variant properties of an endpoint when updating
 it, set RetainAllVariantProperties to true. To use the variant properties specified in
 a new EndpointConfig call when updating an endpoint, set RetainAllVariantProperties to
 false. The default is false.
 
RetainAllVariantProperties to true. To use the
         variant properties specified in a new EndpointConfig call when updating an endpoint, set
         RetainAllVariantProperties to false. The default is false.public List<VariantProperty> getExcludeRetainedVariantProperties()
 When you are updating endpoint resources with UpdateEndpointInput$RetainAllVariantProperties, whose value
 is set to true, ExcludeRetainedVariantProperties specifies the list of type
 VariantProperty to override with the values provided by EndpointConfig. If you don't specify
 a value for ExcludeAllVariantProperties, no variant properties are overridden.
 
true, ExcludeRetainedVariantProperties specifies the list
         of type VariantProperty to override with the values provided by EndpointConfig. If
         you don't specify a value for ExcludeAllVariantProperties, no variant properties are
         overridden.public void setExcludeRetainedVariantProperties(Collection<VariantProperty> excludeRetainedVariantProperties)
 When you are updating endpoint resources with UpdateEndpointInput$RetainAllVariantProperties, whose value
 is set to true, ExcludeRetainedVariantProperties specifies the list of type
 VariantProperty to override with the values provided by EndpointConfig. If you don't specify
 a value for ExcludeAllVariantProperties, no variant properties are overridden.
 
excludeRetainedVariantProperties - When you are updating endpoint resources with UpdateEndpointInput$RetainAllVariantProperties, whose
        value is set to true, ExcludeRetainedVariantProperties specifies the list of
        type VariantProperty to override with the values provided by EndpointConfig. If you
        don't specify a value for ExcludeAllVariantProperties, no variant properties are overridden.public UpdateEndpointRequest withExcludeRetainedVariantProperties(VariantProperty... excludeRetainedVariantProperties)
 When you are updating endpoint resources with UpdateEndpointInput$RetainAllVariantProperties, whose value
 is set to true, ExcludeRetainedVariantProperties specifies the list of type
 VariantProperty to override with the values provided by EndpointConfig. If you don't specify
 a value for ExcludeAllVariantProperties, no variant properties are overridden.
 
 NOTE: This method appends the values to the existing list (if any). Use
 setExcludeRetainedVariantProperties(java.util.Collection) or
 withExcludeRetainedVariantProperties(java.util.Collection) if you want to override the existing values.
 
excludeRetainedVariantProperties - When you are updating endpoint resources with UpdateEndpointInput$RetainAllVariantProperties, whose
        value is set to true, ExcludeRetainedVariantProperties specifies the list of
        type VariantProperty to override with the values provided by EndpointConfig. If you
        don't specify a value for ExcludeAllVariantProperties, no variant properties are overridden.public UpdateEndpointRequest withExcludeRetainedVariantProperties(Collection<VariantProperty> excludeRetainedVariantProperties)
 When you are updating endpoint resources with UpdateEndpointInput$RetainAllVariantProperties, whose value
 is set to true, ExcludeRetainedVariantProperties specifies the list of type
 VariantProperty to override with the values provided by EndpointConfig. If you don't specify
 a value for ExcludeAllVariantProperties, no variant properties are overridden.
 
excludeRetainedVariantProperties - When you are updating endpoint resources with UpdateEndpointInput$RetainAllVariantProperties, whose
        value is set to true, ExcludeRetainedVariantProperties specifies the list of
        type VariantProperty to override with the values provided by EndpointConfig. If you
        don't specify a value for ExcludeAllVariantProperties, no variant properties are overridden.public void setDeploymentConfig(DeploymentConfig deploymentConfig)
The deployment configuration for the endpoint to be updated.
deploymentConfig - The deployment configuration for the endpoint to be updated.public DeploymentConfig getDeploymentConfig()
The deployment configuration for the endpoint to be updated.
public UpdateEndpointRequest withDeploymentConfig(DeploymentConfig deploymentConfig)
The deployment configuration for the endpoint to be updated.
deploymentConfig - The deployment configuration for the endpoint to be updated.public String toString()
toString in class ObjectObject.toString()public UpdateEndpointRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()