@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MonitoringJsonDatasetFormat extends Object implements Serializable, Cloneable, StructuredPojo
Represents the JSON dataset format used when running a monitoring job.
Constructor and Description |
---|
MonitoringJsonDatasetFormat() |
Modifier and Type | Method and Description |
---|---|
MonitoringJsonDatasetFormat |
clone() |
boolean |
equals(Object obj) |
Boolean |
getLine()
Indicates if the file should be read as a JSON object per line.
|
int |
hashCode() |
Boolean |
isLine()
Indicates if the file should be read as a JSON object per line.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setLine(Boolean line)
Indicates if the file should be read as a JSON object per line.
|
String |
toString()
Returns a string representation of this object.
|
MonitoringJsonDatasetFormat |
withLine(Boolean line)
Indicates if the file should be read as a JSON object per line.
|
public void setLine(Boolean line)
Indicates if the file should be read as a JSON object per line.
line
- Indicates if the file should be read as a JSON object per line.public Boolean getLine()
Indicates if the file should be read as a JSON object per line.
public MonitoringJsonDatasetFormat withLine(Boolean line)
Indicates if the file should be read as a JSON object per line.
line
- Indicates if the file should be read as a JSON object per line.public Boolean isLine()
Indicates if the file should be read as a JSON object per line.
public String toString()
toString
in class Object
Object.toString()
public MonitoringJsonDatasetFormat clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.