@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BusinessReportContentRange extends Object implements Serializable, Cloneable, StructuredPojo
The content range of the report.
| Constructor and Description |
|---|
BusinessReportContentRange() |
| Modifier and Type | Method and Description |
|---|---|
BusinessReportContentRange |
clone() |
boolean |
equals(Object obj) |
String |
getInterval()
The interval of the content range.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setInterval(String interval)
The interval of the content range.
|
String |
toString()
Returns a string representation of this object.
|
BusinessReportContentRange |
withInterval(BusinessReportInterval interval)
The interval of the content range.
|
BusinessReportContentRange |
withInterval(String interval)
The interval of the content range.
|
public void setInterval(String interval)
The interval of the content range.
interval - The interval of the content range.BusinessReportIntervalpublic String getInterval()
The interval of the content range.
BusinessReportIntervalpublic BusinessReportContentRange withInterval(String interval)
The interval of the content range.
interval - The interval of the content range.BusinessReportIntervalpublic BusinessReportContentRange withInterval(BusinessReportInterval interval)
The interval of the content range.
interval - The interval of the content range.BusinessReportIntervalpublic String toString()
toString in class ObjectObject.toString()public BusinessReportContentRange clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.