public class DescribeEventSubscriptionsResult extends Object implements Serializable, Cloneable
Data returned by the DescribeEventSubscriptions action.
Constructor and Description |
---|
DescribeEventSubscriptionsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeEventSubscriptionsResult |
clone() |
boolean |
equals(Object obj) |
List<EventSubscription> |
getEventSubscriptionsList()
A list of EventSubscriptions data types.
|
String |
getMarker()
An optional pagination token provided by a previous
DescribeOrderableDBInstanceOptions request.
|
int |
hashCode() |
void |
setEventSubscriptionsList(Collection<EventSubscription> eventSubscriptionsList)
A list of EventSubscriptions data types.
|
void |
setMarker(String marker)
An optional pagination token provided by a previous
DescribeOrderableDBInstanceOptions request.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeEventSubscriptionsResult |
withEventSubscriptionsList(Collection<EventSubscription> eventSubscriptionsList)
A list of EventSubscriptions data types.
|
DescribeEventSubscriptionsResult |
withEventSubscriptionsList(EventSubscription... eventSubscriptionsList)
A list of EventSubscriptions data types.
|
DescribeEventSubscriptionsResult |
withMarker(String marker)
An optional pagination token provided by a previous
DescribeOrderableDBInstanceOptions request.
|
public String getMarker()
MaxRecords
.MaxRecords
.public void setMarker(String marker)
MaxRecords
.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 by MaxRecords
.public DescribeEventSubscriptionsResult withMarker(String marker)
MaxRecords
.
Returns a reference to this object so that method calls can be chained together.
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 by MaxRecords
.public List<EventSubscription> getEventSubscriptionsList()
public void setEventSubscriptionsList(Collection<EventSubscription> eventSubscriptionsList)
eventSubscriptionsList
- A list of EventSubscriptions data types.public DescribeEventSubscriptionsResult withEventSubscriptionsList(EventSubscription... eventSubscriptionsList)
NOTE: This method appends the values to the existing list (if
any). Use setEventSubscriptionsList(java.util.Collection)
or
withEventSubscriptionsList(java.util.Collection)
if you want
to override the existing values.
Returns a reference to this object so that method calls can be chained together.
eventSubscriptionsList
- A list of EventSubscriptions data types.public DescribeEventSubscriptionsResult withEventSubscriptionsList(Collection<EventSubscription> eventSubscriptionsList)
Returns a reference to this object so that method calls can be chained together.
eventSubscriptionsList
- A list of EventSubscriptions data types.public String toString()
toString
in class Object
Object.toString()
public DescribeEventSubscriptionsResult clone()
Copyright © 2015. All rights reserved.