@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReportWithRawData extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
ReportWithRawData() |
| Modifier and Type | Method and Description |
|---|---|
ReportWithRawData |
clone() |
boolean |
equals(Object obj) |
String |
getData() |
String |
getReportArn() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setData(String data) |
void |
setReportArn(String reportArn) |
String |
toString()
Returns a string representation of this object.
|
ReportWithRawData |
withData(String data) |
ReportWithRawData |
withReportArn(String reportArn) |
public void setReportArn(String reportArn)
reportArn - public String getReportArn()
public ReportWithRawData withReportArn(String reportArn)
reportArn - public void setData(String data)
data - public String getData()
public ReportWithRawData withData(String data)
data - public String toString()
toString in class ObjectObject.toString()public ReportWithRawData clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.