@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.ReportStatusType
public String getStatus()
The status used to filter reports. You can filter using one status only.
ReportStatusType
public 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.ReportStatusType
public 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.ReportStatusType
public String toString()
toString
in class Object
Object.toString()
public ReportFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.