@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BusinessReportRecurrence extends Object implements Serializable, Cloneable, StructuredPojo
The recurrence of the reports.
| Constructor and Description |
|---|
BusinessReportRecurrence() |
| Modifier and Type | Method and Description |
|---|---|
BusinessReportRecurrence |
clone() |
boolean |
equals(Object obj) |
String |
getStartDate()
The start date.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setStartDate(String startDate)
The start date.
|
String |
toString()
Returns a string representation of this object.
|
BusinessReportRecurrence |
withStartDate(String startDate)
The start date.
|
public void setStartDate(String startDate)
The start date.
startDate - The start date.public String getStartDate()
The start date.
public BusinessReportRecurrence withStartDate(String startDate)
The start date.
startDate - The start date.public String toString()
toString in class ObjectObject.toString()public BusinessReportRecurrence clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.