@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeEventSubscriptionsResult extends AmazonWebServiceResult<ResponseMetadata> 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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setMarker(String 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
.
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 String 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
.
MaxRecords
.public DescribeEventSubscriptionsResult withMarker(String 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
.
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()
A list of EventSubscriptions data types.
public void setEventSubscriptionsList(Collection<EventSubscription> eventSubscriptionsList)
A list of EventSubscriptions data types.
eventSubscriptionsList
- A list of EventSubscriptions data types.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)
or
withEventSubscriptionsList(java.util.Collection)
if you want to override the existing values.
eventSubscriptionsList
- A list of EventSubscriptions data types.public DescribeEventSubscriptionsResult withEventSubscriptionsList(Collection<EventSubscription> eventSubscriptionsList)
A list of EventSubscriptions data types.
eventSubscriptionsList
- A list of EventSubscriptions data types.public String toString()
toString
in class Object
Object.toString()
public DescribeEventSubscriptionsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.