@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReportWithRawData extends Object implements Serializable, Cloneable, StructuredPojo
Contains the unmodified data for the report. For more information, see .
Constructor and Description |
---|
ReportWithRawData() |
Modifier and Type | Method and Description |
---|---|
ReportWithRawData |
clone() |
boolean |
equals(Object obj) |
String |
getData()
The value of the requested data field from the report.
|
String |
getReportArn()
The ARN of the report.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setData(String data)
The value of the requested data field from the report.
|
void |
setReportArn(String reportArn)
The ARN of the report.
|
String |
toString()
Returns a string representation of this object.
|
ReportWithRawData |
withData(String data)
The value of the requested data field from the report.
|
ReportWithRawData |
withReportArn(String reportArn)
The ARN of the report.
|
public void setReportArn(String reportArn)
The ARN of the report.
reportArn
- The ARN of the report.public String getReportArn()
The ARN of the report.
public ReportWithRawData withReportArn(String reportArn)
The ARN of the report.
reportArn
- The ARN of the report.public void setData(String data)
The value of the requested data field from the report.
data
- The value of the requested data field from the report.public String getData()
The value of the requested data field from the report.
public ReportWithRawData withData(String data)
The value of the requested data field from the report.
data
- The value of the requested data field from the report.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.