@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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 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 Object
Object.toString()
public UpdateDevEndpointRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.