@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateDevEndpointRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateDevEndpointRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateDevEndpointRequest |
clone() |
boolean |
equals(Object obj) |
DevEndpointCustomLibraries |
getCustomLibraries()
Custom Python or Java custom libraries to be loaded in the DevEndpoint.
|
String |
getEndpointName()
The name of the DevEndpoint to be updated.
|
String |
getPublicKey()
The public key for the DevEndpoint to use.
|
int |
hashCode() |
void |
setCustomLibraries(DevEndpointCustomLibraries customLibraries)
Custom Python or Java custom libraries to be loaded in the DevEndpoint.
|
void |
setEndpointName(String endpointName)
The name of the DevEndpoint to be updated.
|
void |
setPublicKey(String publicKey)
The public key for the DevEndpoint to use.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateDevEndpointRequest |
withCustomLibraries(DevEndpointCustomLibraries customLibraries)
Custom Python or Java custom libraries to be loaded in the DevEndpoint.
|
UpdateDevEndpointRequest |
withEndpointName(String endpointName)
The name of the DevEndpoint to be updated.
|
UpdateDevEndpointRequest |
withPublicKey(String publicKey)
The public key for the DevEndpoint to use.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setEndpointName(String endpointName)
The name of the DevEndpoint to be updated.
endpointName - The name of the DevEndpoint to be updated.public String getEndpointName()
The name of the DevEndpoint to be updated.
public UpdateDevEndpointRequest withEndpointName(String endpointName)
The name of the DevEndpoint to be updated.
endpointName - The name of the DevEndpoint to be updated.public void setPublicKey(String publicKey)
The public key for the DevEndpoint to use.
publicKey - The public key for the DevEndpoint to use.public String getPublicKey()
The public key for the DevEndpoint to use.
public UpdateDevEndpointRequest withPublicKey(String publicKey)
The public key for the DevEndpoint to use.
publicKey - The public key for the DevEndpoint to use.public void setCustomLibraries(DevEndpointCustomLibraries customLibraries)
Custom Python or Java custom libraries to be loaded in the DevEndpoint.
customLibraries - Custom Python or Java custom libraries to be loaded in the DevEndpoint.public DevEndpointCustomLibraries getCustomLibraries()
Custom Python or Java custom libraries to be loaded in the DevEndpoint.
public UpdateDevEndpointRequest withCustomLibraries(DevEndpointCustomLibraries customLibraries)
Custom Python or Java custom libraries to be loaded in the DevEndpoint.
customLibraries - Custom Python or Java custom libraries to be loaded in the DevEndpoint.public String toString()
toString in class ObjectObject.toString()public UpdateDevEndpointRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2017. All rights reserved.