@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() |
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; useful for testing and debugging.
|
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, 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, 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 String toString()
toString in class ObjectObject.toString()public UpdateEndpointRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2018. All rights reserved.