@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 Object
Object.toString()
public ReportWithRawData clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.