@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class KernelSpec extends Object implements Serializable, Cloneable, StructuredPojo
The specification of a Jupyter kernel.
Constructor and Description |
---|
KernelSpec() |
Modifier and Type | Method and Description |
---|---|
KernelSpec |
clone() |
boolean |
equals(Object obj) |
String |
getDisplayName()
The display name of the kernel.
|
String |
getName()
The name of the kernel.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDisplayName(String displayName)
The display name of the kernel.
|
void |
setName(String name)
The name of the kernel.
|
String |
toString()
Returns a string representation of this object.
|
KernelSpec |
withDisplayName(String displayName)
The display name of the kernel.
|
KernelSpec |
withName(String name)
The name of the kernel.
|
public void setName(String name)
The name of the kernel.
name
- The name of the kernel.public String getName()
The name of the kernel.
public KernelSpec withName(String name)
The name of the kernel.
name
- The name of the kernel.public void setDisplayName(String displayName)
The display name of the kernel.
displayName
- The display name of the kernel.public String getDisplayName()
The display name of the kernel.
public KernelSpec withDisplayName(String displayName)
The display name of the kernel.
displayName
- The display name of the kernel.public String toString()
toString
in class Object
Object.toString()
public KernelSpec clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.