@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)
Marshalls this structured data using the given
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.BusinessReportInterval
public String getInterval()
The interval of the content range.
BusinessReportInterval
public BusinessReportContentRange withInterval(String interval)
The interval of the content range.
interval
- The interval of the content range.BusinessReportInterval
public BusinessReportContentRange withInterval(BusinessReportInterval interval)
The interval of the content range.
interval
- The interval of the content range.BusinessReportInterval
public String toString()
toString
in class Object
Object.toString()
public BusinessReportContentRange clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.