|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.autoscaling.model.DescribeNotificationConfigurationsResult
public class DescribeNotificationConfigurationsResult
The output of the DescribeNotificationConfigurations action.
Constructor Summary | |
---|---|
DescribeNotificationConfigurationsResult()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getNextToken()
A string that is used to mark the start of the next batch of returned results for pagination. |
List<NotificationConfiguration> |
getNotificationConfigurations()
The list of notification configurations. |
int |
hashCode()
|
void |
setNextToken(String nextToken)
A string that is used to mark the start of the next batch of returned results for pagination. |
void |
setNotificationConfigurations(Collection<NotificationConfiguration> notificationConfigurations)
The list of notification configurations. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeNotificationConfigurationsResult |
withNextToken(String nextToken)
A string that is used to mark the start of the next batch of returned results for pagination. |
DescribeNotificationConfigurationsResult |
withNotificationConfigurations(Collection<NotificationConfiguration> notificationConfigurations)
The list of notification configurations. |
DescribeNotificationConfigurationsResult |
withNotificationConfigurations(NotificationConfiguration... notificationConfigurations)
The list of notification configurations. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeNotificationConfigurationsResult()
Method Detail |
---|
public List<NotificationConfiguration> getNotificationConfigurations()
public void setNotificationConfigurations(Collection<NotificationConfiguration> notificationConfigurations)
notificationConfigurations
- The list of notification configurations.public DescribeNotificationConfigurationsResult withNotificationConfigurations(NotificationConfiguration... notificationConfigurations)
Returns a reference to this object so that method calls can be chained together.
notificationConfigurations
- The list of notification configurations.
public DescribeNotificationConfigurationsResult withNotificationConfigurations(Collection<NotificationConfiguration> notificationConfigurations)
Returns a reference to this object so that method calls can be chained together.
notificationConfigurations
- The list of notification configurations.
public String getNextToken()
Constraints:
Pattern: [ --�𐀀-\r\n\t]*
public void setNextToken(String nextToken)
Constraints:
Pattern: [ --�𐀀-\r\n\t]*
nextToken
- A string that is used to mark the start of the next batch of returned
results for pagination.public DescribeNotificationConfigurationsResult withNextToken(String nextToken)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: [ --�𐀀-\r\n\t]*
nextToken
- A string that is used to mark the start of the next batch of returned
results for pagination.
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 |