* An optional parameter that specifies the starting point to return a set of response records. When the results of
* a DescribeScheduledActions request exceed the value specified in MaxRecords
, Amazon Web
* Services returns a value in the Marker
field of the response. You can retrieve the next set of
* response records by providing the returned marker value in the Marker
parameter and retrying the
* request.
*
* List of retrieved scheduled actions. *
*/ private com.amazonaws.internal.SdkInternalList
* An optional parameter that specifies the starting point to return a set of response records. When the results of
* a DescribeScheduledActions request exceed the value specified in MaxRecords
, Amazon Web
* Services returns a value in the Marker
field of the response. You can retrieve the next set of
* response records by providing the returned marker value in the Marker
parameter and retrying the
* request.
*
MaxRecords
* , Amazon Web Services returns a value in the Marker
field of the response. You can retrieve
* the next set of response records by providing the returned marker value in the Marker
* parameter and retrying the request.
*/
public void setMarker(String marker) {
this.marker = marker;
}
/**
*
* An optional parameter that specifies the starting point to return a set of response records. When the results of
* a DescribeScheduledActions request exceed the value specified in MaxRecords
, Amazon Web
* Services returns a value in the Marker
field of the response. You can retrieve the next set of
* response records by providing the returned marker value in the Marker
parameter and retrying the
* request.
*
MaxRecords
, Amazon Web Services returns a value in the Marker
field of the
* response. You can retrieve the next set of response records by providing the returned marker value in the
* Marker
parameter and retrying the request.
*/
public String getMarker() {
return this.marker;
}
/**
*
* An optional parameter that specifies the starting point to return a set of response records. When the results of
* a DescribeScheduledActions request exceed the value specified in MaxRecords
, Amazon Web
* Services returns a value in the Marker
field of the response. You can retrieve the next set of
* response records by providing the returned marker value in the Marker
parameter and retrying the
* request.
*
MaxRecords
* , Amazon Web Services returns a value in the Marker
field of the response. You can retrieve
* the next set of response records by providing the returned marker value in the Marker
* parameter and retrying the request.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public DescribeScheduledActionsResult withMarker(String marker) {
setMarker(marker);
return this;
}
/**
* * List of retrieved scheduled actions. *
* * @return List of retrieved scheduled actions. */ public java.util.List* List of retrieved scheduled actions. *
* * @param scheduledActions * List of retrieved scheduled actions. */ public void setScheduledActions(java.util.Collection* List of retrieved scheduled actions. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setScheduledActions(java.util.Collection)} or {@link #withScheduledActions(java.util.Collection)} if you * want to override the existing values. *
* * @param scheduledActions * List of retrieved scheduled actions. * @return Returns a reference to this object so that method calls can be chained together. */ public DescribeScheduledActionsResult withScheduledActions(ScheduledAction... scheduledActions) { if (this.scheduledActions == null) { setScheduledActions(new com.amazonaws.internal.SdkInternalList* List of retrieved scheduled actions. *
* * @param scheduledActions * List of retrieved scheduled actions. * @return Returns a reference to this object so that method calls can be chained together. */ public DescribeScheduledActionsResult withScheduledActions(java.util.Collection