@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListBusinessReportSchedulesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListBusinessReportSchedulesResult() |
Modifier and Type | Method and Description |
---|---|
ListBusinessReportSchedulesResult |
clone() |
boolean |
equals(Object obj) |
List<BusinessReportSchedule> |
getBusinessReportSchedules()
The schedule of the reports.
|
String |
getNextToken()
The token used to list the remaining schedules from the previous API call.
|
int |
hashCode() |
void |
setBusinessReportSchedules(Collection<BusinessReportSchedule> businessReportSchedules)
The schedule of the reports.
|
void |
setNextToken(String nextToken)
The token used to list the remaining schedules from the previous API call.
|
String |
toString()
Returns a string representation of this object.
|
ListBusinessReportSchedulesResult |
withBusinessReportSchedules(BusinessReportSchedule... businessReportSchedules)
The schedule of the reports.
|
ListBusinessReportSchedulesResult |
withBusinessReportSchedules(Collection<BusinessReportSchedule> businessReportSchedules)
The schedule of the reports.
|
ListBusinessReportSchedulesResult |
withNextToken(String nextToken)
The token used to list the remaining schedules from the previous API call.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<BusinessReportSchedule> getBusinessReportSchedules()
The schedule of the reports.
public void setBusinessReportSchedules(Collection<BusinessReportSchedule> businessReportSchedules)
The schedule of the reports.
businessReportSchedules
- The schedule of the reports.public ListBusinessReportSchedulesResult withBusinessReportSchedules(BusinessReportSchedule... businessReportSchedules)
The schedule of the reports.
NOTE: This method appends the values to the existing list (if any). Use
setBusinessReportSchedules(java.util.Collection)
or
withBusinessReportSchedules(java.util.Collection)
if you want to override the existing values.
businessReportSchedules
- The schedule of the reports.public ListBusinessReportSchedulesResult withBusinessReportSchedules(Collection<BusinessReportSchedule> businessReportSchedules)
The schedule of the reports.
businessReportSchedules
- The schedule of the reports.public void setNextToken(String nextToken)
The token used to list the remaining schedules from the previous API call.
nextToken
- The token used to list the remaining schedules from the previous API call.public String getNextToken()
The token used to list the remaining schedules from the previous API call.
public ListBusinessReportSchedulesResult withNextToken(String nextToken)
The token used to list the remaining schedules from the previous API call.
nextToken
- The token used to list the remaining schedules from the previous API call.public String toString()
toString
in class Object
Object.toString()
public ListBusinessReportSchedulesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.