@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeScheduledActionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
DescribeScheduledActionsResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
DescribeScheduledActionsResult | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getMarker()
 An optional parameter that specifies the starting point to return a set of response records. 
 | 
List<ScheduledAction> | 
getScheduledActions()
 List of retrieved scheduled actions. 
 | 
int | 
hashCode()  | 
void | 
setMarker(String marker)
 An optional parameter that specifies the starting point to return a set of response records. 
 | 
void | 
setScheduledActions(Collection<ScheduledAction> scheduledActions)
 List of retrieved scheduled actions. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
DescribeScheduledActionsResult | 
withMarker(String marker)
 An optional parameter that specifies the starting point to return a set of response records. 
 | 
DescribeScheduledActionsResult | 
withScheduledActions(Collection<ScheduledAction> scheduledActions)
 List of retrieved scheduled actions. 
 | 
DescribeScheduledActionsResult | 
withScheduledActions(ScheduledAction... scheduledActions)
 List of retrieved scheduled actions. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setMarker(String 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.
 
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.public String getMarker()
 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 DescribeScheduledActionsResult withMarker(String 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.
 
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.public List<ScheduledAction> getScheduledActions()
List of retrieved scheduled actions.
public void setScheduledActions(Collection<ScheduledAction> scheduledActions)
List of retrieved scheduled actions.
scheduledActions - List of retrieved scheduled actions.public DescribeScheduledActionsResult withScheduledActions(ScheduledAction... scheduledActions)
List of retrieved scheduled actions.
 NOTE: This method appends the values to the existing list (if any). Use
 setScheduledActions(java.util.Collection) or withScheduledActions(java.util.Collection) if you
 want to override the existing values.
 
scheduledActions - List of retrieved scheduled actions.public DescribeScheduledActionsResult withScheduledActions(Collection<ScheduledAction> scheduledActions)
List of retrieved scheduled actions.
scheduledActions - List of retrieved scheduled actions.public String toString()
toString in class ObjectObject.toString()public DescribeScheduledActionsResult clone()