@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DevEndpointCustomLibraries extends Object implements Serializable, Cloneable, StructuredPojo
Custom libraries to be loaded into a DevEndpoint.
Constructor and Description |
---|
DevEndpointCustomLibraries() |
Modifier and Type | Method and Description |
---|---|
DevEndpointCustomLibraries |
clone() |
boolean |
equals(Object obj) |
String |
getExtraJarsS3Path()
Path to one or more Java Jars in an S3 bucket that should be loaded in your DevEndpoint.
|
String |
getExtraPythonLibsS3Path()
Path to one or more Python libraries in an S3 bucket that should be loaded in your DevEndpoint.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setExtraJarsS3Path(String extraJarsS3Path)
Path to one or more Java Jars in an S3 bucket that should be loaded in your DevEndpoint.
|
void |
setExtraPythonLibsS3Path(String extraPythonLibsS3Path)
Path to one or more Python libraries in an S3 bucket that should be loaded in your DevEndpoint.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DevEndpointCustomLibraries |
withExtraJarsS3Path(String extraJarsS3Path)
Path to one or more Java Jars in an S3 bucket that should be loaded in your DevEndpoint.
|
DevEndpointCustomLibraries |
withExtraPythonLibsS3Path(String extraPythonLibsS3Path)
Path to one or more Python libraries in an S3 bucket that should be loaded in your DevEndpoint.
|
public void setExtraPythonLibsS3Path(String extraPythonLibsS3Path)
Path to one or more Python libraries in an S3 bucket that should be loaded in your DevEndpoint.
extraPythonLibsS3Path
- Path to one or more Python libraries in an S3 bucket that should be loaded in your DevEndpoint.public String getExtraPythonLibsS3Path()
Path to one or more Python libraries in an S3 bucket that should be loaded in your DevEndpoint.
public DevEndpointCustomLibraries withExtraPythonLibsS3Path(String extraPythonLibsS3Path)
Path to one or more Python libraries in an S3 bucket that should be loaded in your DevEndpoint.
extraPythonLibsS3Path
- Path to one or more Python libraries in an S3 bucket that should be loaded in your DevEndpoint.public void setExtraJarsS3Path(String extraJarsS3Path)
Path to one or more Java Jars in an S3 bucket that should be loaded in your DevEndpoint.
extraJarsS3Path
- Path to one or more Java Jars in an S3 bucket that should be loaded in your DevEndpoint.public String getExtraJarsS3Path()
Path to one or more Java Jars in an S3 bucket that should be loaded in your DevEndpoint.
public DevEndpointCustomLibraries withExtraJarsS3Path(String extraJarsS3Path)
Path to one or more Java Jars in an S3 bucket that should be loaded in your DevEndpoint.
extraJarsS3Path
- Path to one or more Java Jars in an S3 bucket that should be loaded in your DevEndpoint.public String toString()
toString
in class Object
Object.toString()
public DevEndpointCustomLibraries clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.