@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) |
String |
getEndpointConfigName()
The name of the new endpoint configuration.
|
String |
getEndpointName()
The name of the endpoint whose configuration you want to update.
|
int |
hashCode() |
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.
|
String |
toString()
Returns a string representation of this object.
|
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.
|
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, withSdkRequestTimeout
public 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 String toString()
toString
in class Object
Object.toString()
public UpdateEndpointRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.