@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 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.
|
Boolean |
getUpdateEtlLibraries()
True if the list of custom libraries to be loaded in the development endpoint needs to be updated, or False
otherwise.
|
int |
hashCode() |
Boolean |
isUpdateEtlLibraries()
True if the list of custom libraries to be loaded in the development endpoint needs to be updated, or False
otherwise.
|
void |
setCustomLibraries(DevEndpointCustomLibraries customLibraries)
Custom Python or Java 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.
|
void |
setUpdateEtlLibraries(Boolean updateEtlLibraries)
True if the list of custom libraries to be loaded in the development endpoint needs to be updated, or False
otherwise.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateDevEndpointRequest |
withCustomLibraries(DevEndpointCustomLibraries customLibraries)
Custom Python or Java 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.
|
UpdateDevEndpointRequest |
withUpdateEtlLibraries(Boolean updateEtlLibraries)
True if the list of custom libraries to be loaded in the development endpoint needs to be updated, or False
otherwise.
|
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 libraries to be loaded in the DevEndpoint.
customLibraries
- Custom Python or Java libraries to be loaded in the DevEndpoint.public DevEndpointCustomLibraries getCustomLibraries()
Custom Python or Java libraries to be loaded in the DevEndpoint.
public UpdateDevEndpointRequest withCustomLibraries(DevEndpointCustomLibraries customLibraries)
Custom Python or Java libraries to be loaded in the DevEndpoint.
customLibraries
- Custom Python or Java libraries to be loaded in the DevEndpoint.public void setUpdateEtlLibraries(Boolean updateEtlLibraries)
True if the list of custom libraries to be loaded in the development endpoint needs to be updated, or False otherwise.
updateEtlLibraries
- True if the list of custom libraries to be loaded in the development endpoint needs to be updated, or
False otherwise.public Boolean getUpdateEtlLibraries()
True if the list of custom libraries to be loaded in the development endpoint needs to be updated, or False otherwise.
public UpdateDevEndpointRequest withUpdateEtlLibraries(Boolean updateEtlLibraries)
True if the list of custom libraries to be loaded in the development endpoint needs to be updated, or False otherwise.
updateEtlLibraries
- True if the list of custom libraries to be loaded in the development endpoint needs to be updated, or
False otherwise.public Boolean isUpdateEtlLibraries()
True if the list of custom libraries to be loaded in the development endpoint needs to be updated, or False otherwise.
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.