@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReportFilter extends Object implements Serializable, Cloneable, StructuredPojo
A filter used to return reports with the status specified by the input status parameter.
| Constructor and Description |
|---|
ReportFilter() |
| Modifier and Type | Method and Description |
|---|---|
ReportFilter |
clone() |
boolean |
equals(Object obj) |
String |
getStatus()
The status used to filter reports.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setStatus(String status)
The status used to filter reports.
|
String |
toString()
Returns a string representation of this object.
|
ReportFilter |
withStatus(ReportStatusType status)
The status used to filter reports.
|
ReportFilter |
withStatus(String status)
The status used to filter reports.
|
public void setStatus(String status)
The status used to filter reports. You can filter using one status only.
status - The status used to filter reports. You can filter using one status only.ReportStatusTypepublic String getStatus()
The status used to filter reports. You can filter using one status only.
ReportStatusTypepublic ReportFilter withStatus(String status)
The status used to filter reports. You can filter using one status only.
status - The status used to filter reports. You can filter using one status only.ReportStatusTypepublic ReportFilter withStatus(ReportStatusType status)
The status used to filter reports. You can filter using one status only.
status - The status used to filter reports. You can filter using one status only.ReportStatusTypepublic String toString()
toString in class ObjectObject.toString()public ReportFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.