@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class JobParameter extends Object implements Serializable, Cloneable, StructuredPojo
The details of job parameters.
Constructor and Description |
---|
JobParameter() |
Modifier and Type | Method and Description |
---|---|
JobParameter |
clone() |
boolean |
equals(Object obj) |
String |
getFloat()
A double precision IEEE-754 floating point number represented as a string.
|
String |
getInt()
A signed integer represented as a string.
|
String |
getPath()
A file system path represented as a string.
|
String |
getString()
A UTF-8 string.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setFloat(String floatValue)
A double precision IEEE-754 floating point number represented as a string.
|
void |
setInt(String intValue)
A signed integer represented as a string.
|
void |
setPath(String path)
A file system path represented as a string.
|
void |
setString(String string)
A UTF-8 string.
|
String |
toString()
Returns a string representation of this object.
|
JobParameter |
withFloat(String floatValue)
A double precision IEEE-754 floating point number represented as a string.
|
JobParameter |
withInt(String intValue)
A signed integer represented as a string.
|
JobParameter |
withPath(String path)
A file system path represented as a string.
|
JobParameter |
withString(String string)
A UTF-8 string.
|
public void setFloat(String floatValue)
A double precision IEEE-754 floating point number represented as a string.
floatValue
- A double precision IEEE-754 floating point number represented as a string.public String getFloat()
A double precision IEEE-754 floating point number represented as a string.
public JobParameter withFloat(String floatValue)
A double precision IEEE-754 floating point number represented as a string.
floatValue
- A double precision IEEE-754 floating point number represented as a string.public void setInt(String intValue)
A signed integer represented as a string.
intValue
- A signed integer represented as a string.public String getInt()
A signed integer represented as a string.
public JobParameter withInt(String intValue)
A signed integer represented as a string.
intValue
- A signed integer represented as a string.public void setPath(String path)
A file system path represented as a string.
path
- A file system path represented as a string.public String getPath()
A file system path represented as a string.
public JobParameter withPath(String path)
A file system path represented as a string.
path
- A file system path represented as a string.public void setString(String string)
A UTF-8 string.
string
- A UTF-8 string.public String getString()
A UTF-8 string.
public JobParameter withString(String string)
A UTF-8 string.
string
- A UTF-8 string.public String toString()
toString
in class Object
Object.toString()
public JobParameter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.