@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateEndpointWeightsAndCapacitiesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateEndpointWeightsAndCapacitiesRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateEndpointWeightsAndCapacitiesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<DesiredWeightAndCapacity> |
getDesiredWeightsAndCapacities()
An object that provides new capacity and weight values for a variant.
|
String |
getEndpointName()
The name of an existing Amazon SageMaker endpoint.
|
int |
hashCode() |
void |
setDesiredWeightsAndCapacities(Collection<DesiredWeightAndCapacity> desiredWeightsAndCapacities)
An object that provides new capacity and weight values for a variant.
|
void |
setEndpointName(String endpointName)
The name of an existing Amazon SageMaker endpoint.
|
String |
toString()
Returns a string representation of this object.
|
UpdateEndpointWeightsAndCapacitiesRequest |
withDesiredWeightsAndCapacities(Collection<DesiredWeightAndCapacity> desiredWeightsAndCapacities)
An object that provides new capacity and weight values for a variant.
|
UpdateEndpointWeightsAndCapacitiesRequest |
withDesiredWeightsAndCapacities(DesiredWeightAndCapacity... desiredWeightsAndCapacities)
An object that provides new capacity and weight values for a variant.
|
UpdateEndpointWeightsAndCapacitiesRequest |
withEndpointName(String endpointName)
The name of an existing Amazon SageMaker endpoint.
|
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 UpdateEndpointWeightsAndCapacitiesRequest()
public void setEndpointName(String endpointName)
The name of an existing Amazon SageMaker endpoint.
endpointName - The name of an existing Amazon SageMaker endpoint.public String getEndpointName()
The name of an existing Amazon SageMaker endpoint.
public UpdateEndpointWeightsAndCapacitiesRequest withEndpointName(String endpointName)
The name of an existing Amazon SageMaker endpoint.
endpointName - The name of an existing Amazon SageMaker endpoint.public List<DesiredWeightAndCapacity> getDesiredWeightsAndCapacities()
An object that provides new capacity and weight values for a variant.
public void setDesiredWeightsAndCapacities(Collection<DesiredWeightAndCapacity> desiredWeightsAndCapacities)
An object that provides new capacity and weight values for a variant.
desiredWeightsAndCapacities - An object that provides new capacity and weight values for a variant.public UpdateEndpointWeightsAndCapacitiesRequest withDesiredWeightsAndCapacities(DesiredWeightAndCapacity... desiredWeightsAndCapacities)
An object that provides new capacity and weight values for a variant.
NOTE: This method appends the values to the existing list (if any). Use
setDesiredWeightsAndCapacities(java.util.Collection) or
withDesiredWeightsAndCapacities(java.util.Collection) if you want to override the existing values.
desiredWeightsAndCapacities - An object that provides new capacity and weight values for a variant.public UpdateEndpointWeightsAndCapacitiesRequest withDesiredWeightsAndCapacities(Collection<DesiredWeightAndCapacity> desiredWeightsAndCapacities)
An object that provides new capacity and weight values for a variant.
desiredWeightsAndCapacities - An object that provides new capacity and weight values for a variant.public String toString()
toString in class ObjectObject.toString()public UpdateEndpointWeightsAndCapacitiesRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.