@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class KernelSpec extends Object implements Serializable, Cloneable, StructuredPojo
Defines how a kernel is started and the arguments, environment variables, and metadata that are available to the 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. Must be unique to your account.
name
- The name of the kernel. Must be unique to your account.public String getName()
The name of the kernel. Must be unique to your account.
public KernelSpec withName(String name)
The name of the kernel. Must be unique to your account.
name
- The name of the kernel. Must be unique to your account.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.