@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SessionCommand extends Object implements Serializable, Cloneable, StructuredPojo
The SessionCommand
that runs the job.
Constructor and Description |
---|
SessionCommand() |
Modifier and Type | Method and Description |
---|---|
SessionCommand |
clone() |
boolean |
equals(Object obj) |
String |
getName()
Specifies the name of the SessionCommand.
|
String |
getPythonVersion()
Specifies the Python version.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setName(String name)
Specifies the name of the SessionCommand.
|
void |
setPythonVersion(String pythonVersion)
Specifies the Python version.
|
String |
toString()
Returns a string representation of this object.
|
SessionCommand |
withName(String name)
Specifies the name of the SessionCommand.
|
SessionCommand |
withPythonVersion(String pythonVersion)
Specifies the Python version.
|
public void setName(String name)
Specifies the name of the SessionCommand. Can be 'glueetl' or 'gluestreaming'.
name
- Specifies the name of the SessionCommand. Can be 'glueetl' or 'gluestreaming'.public String getName()
Specifies the name of the SessionCommand. Can be 'glueetl' or 'gluestreaming'.
public SessionCommand withName(String name)
Specifies the name of the SessionCommand. Can be 'glueetl' or 'gluestreaming'.
name
- Specifies the name of the SessionCommand. Can be 'glueetl' or 'gluestreaming'.public void setPythonVersion(String pythonVersion)
Specifies the Python version. The Python version indicates the version supported for jobs of type Spark.
pythonVersion
- Specifies the Python version. The Python version indicates the version supported for jobs of type Spark.public String getPythonVersion()
Specifies the Python version. The Python version indicates the version supported for jobs of type Spark.
public SessionCommand withPythonVersion(String pythonVersion)
Specifies the Python version. The Python version indicates the version supported for jobs of type Spark.
pythonVersion
- Specifies the Python version. The Python version indicates the version supported for jobs of type Spark.public String toString()
toString
in class Object
Object.toString()
public SessionCommand clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.