Class DescribeEventSubscriptionsResult
- All Implemented Interfaces:
Serializable, Cloneable
Data returned by the DescribeEventSubscriptions action.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanA list of EventSubscriptions data types.An optional pagination token provided by a previous DescribeOrderableDBInstanceOptions request.inthashCode()voidsetEventSubscriptionsList(Collection<EventSubscription> eventSubscriptionsList) A list of EventSubscriptions data types.voidAn optional pagination token provided by a previous DescribeOrderableDBInstanceOptions request.toString()Returns a string representation of this object; useful for testing and debugging.withEventSubscriptionsList(EventSubscription... eventSubscriptionsList) A list of EventSubscriptions data types.withEventSubscriptionsList(Collection<EventSubscription> eventSubscriptionsList) A list of EventSubscriptions data types.withMarker(String marker) An optional pagination token provided by a previous DescribeOrderableDBInstanceOptions request.
-
Constructor Details
-
DescribeEventSubscriptionsResult
public DescribeEventSubscriptionsResult()
-
-
Method Details
-
setMarker
An optional pagination token provided by a previous DescribeOrderableDBInstanceOptions request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by
MaxRecords.- Parameters:
marker- An optional pagination token provided by a previous DescribeOrderableDBInstanceOptions request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified byMaxRecords.
-
getMarker
An optional pagination token provided by a previous DescribeOrderableDBInstanceOptions request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by
MaxRecords.- Returns:
- An optional pagination token provided by a previous
DescribeOrderableDBInstanceOptions request. If this parameter is
specified, the response includes only records beyond the marker,
up to the value specified by
MaxRecords.
-
withMarker
An optional pagination token provided by a previous DescribeOrderableDBInstanceOptions request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by
MaxRecords.- Parameters:
marker- An optional pagination token provided by a previous DescribeOrderableDBInstanceOptions request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified byMaxRecords.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getEventSubscriptionsList
A list of EventSubscriptions data types.
- Returns:
- A list of EventSubscriptions data types.
-
setEventSubscriptionsList
A list of EventSubscriptions data types.
- Parameters:
eventSubscriptionsList- A list of EventSubscriptions data types.
-
withEventSubscriptionsList
public DescribeEventSubscriptionsResult withEventSubscriptionsList(EventSubscription... eventSubscriptionsList) A list of EventSubscriptions data types.
NOTE: This method appends the values to the existing list (if any). Use
setEventSubscriptionsList(java.util.Collection)orwithEventSubscriptionsList(java.util.Collection)if you want to override the existing values.- Parameters:
eventSubscriptionsList- A list of EventSubscriptions data types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withEventSubscriptionsList
public DescribeEventSubscriptionsResult withEventSubscriptionsList(Collection<EventSubscription> eventSubscriptionsList) A list of EventSubscriptions data types.
- Parameters:
eventSubscriptionsList- A list of EventSubscriptions data types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-