|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.rds.model.DescribeEventSubscriptionsResult
public class DescribeEventSubscriptionsResult
Data returned by the DescribeEventSubscriptions action.
Constructor Summary | |
---|---|
DescribeEventSubscriptionsResult()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeEventSubscriptionsResult()
Method Detail |
---|
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)
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 int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |