@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) |
List<String> |
getAddPublicKeys()
The list of public keys for the DevEndpoint to use.
|
DevEndpointCustomLibraries |
getCustomLibraries()
Custom Python or Java libraries to be loaded in the DevEndpoint.
|
List<String> |
getDeletePublicKeys()
The list of public keys to be deleted from 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 |
setAddPublicKeys(Collection<String> addPublicKeys)
The list of public keys for the DevEndpoint to use.
|
void |
setCustomLibraries(DevEndpointCustomLibraries customLibraries)
Custom Python or Java libraries to be loaded in the DevEndpoint.
|
void |
setDeletePublicKeys(Collection<String> deletePublicKeys)
The list of public keys to be deleted from 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.
|
UpdateDevEndpointRequest |
withAddPublicKeys(Collection<String> addPublicKeys)
The list of public keys for the DevEndpoint to use.
|
UpdateDevEndpointRequest |
withAddPublicKeys(String... addPublicKeys)
The list of public keys for the DevEndpoint to use.
|
UpdateDevEndpointRequest |
withCustomLibraries(DevEndpointCustomLibraries customLibraries)
Custom Python or Java libraries to be loaded in the DevEndpoint.
|
UpdateDevEndpointRequest |
withDeletePublicKeys(Collection<String> deletePublicKeys)
The list of public keys to be deleted from the DevEndpoint.
|
UpdateDevEndpointRequest |
withDeletePublicKeys(String... deletePublicKeys)
The list of public keys to be deleted from 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, 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, 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 List<String> getAddPublicKeys()
The list of public keys for the DevEndpoint to use.
public void setAddPublicKeys(Collection<String> addPublicKeys)
The list of public keys for the DevEndpoint to use.
addPublicKeys
- The list of public keys for the DevEndpoint to use.public UpdateDevEndpointRequest withAddPublicKeys(String... addPublicKeys)
The list of public keys for the DevEndpoint to use.
NOTE: This method appends the values to the existing list (if any). Use
setAddPublicKeys(java.util.Collection)
or withAddPublicKeys(java.util.Collection)
if you want
to override the existing values.
addPublicKeys
- The list of public keys for the DevEndpoint to use.public UpdateDevEndpointRequest withAddPublicKeys(Collection<String> addPublicKeys)
The list of public keys for the DevEndpoint to use.
addPublicKeys
- The list of public keys for the DevEndpoint to use.public List<String> getDeletePublicKeys()
The list of public keys to be deleted from the DevEndpoint.
public void setDeletePublicKeys(Collection<String> deletePublicKeys)
The list of public keys to be deleted from the DevEndpoint.
deletePublicKeys
- The list of public keys to be deleted from the DevEndpoint.public UpdateDevEndpointRequest withDeletePublicKeys(String... deletePublicKeys)
The list of public keys to be deleted from the DevEndpoint.
NOTE: This method appends the values to the existing list (if any). Use
setDeletePublicKeys(java.util.Collection)
or withDeletePublicKeys(java.util.Collection)
if you
want to override the existing values.
deletePublicKeys
- The list of public keys to be deleted from the DevEndpoint.public UpdateDevEndpointRequest withDeletePublicKeys(Collection<String> deletePublicKeys)
The list of public keys to be deleted from the DevEndpoint.
deletePublicKeys
- The list of public keys to be deleted from the DevEndpoint.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()
clone
in class AmazonWebServiceRequest
Copyright © 2018. All rights reserved.