@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListNotificationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListNotificationsResult() |
Modifier and Type | Method and Description |
---|---|
ListNotificationsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken() |
List<NotificationSummary> |
getNotificationSummaries()
List of lens notification summaries in a workload.
|
int |
hashCode() |
void |
setNextToken(String nextToken) |
void |
setNotificationSummaries(Collection<NotificationSummary> notificationSummaries)
List of lens notification summaries in a workload.
|
String |
toString()
Returns a string representation of this object.
|
ListNotificationsResult |
withNextToken(String nextToken) |
ListNotificationsResult |
withNotificationSummaries(Collection<NotificationSummary> notificationSummaries)
List of lens notification summaries in a workload.
|
ListNotificationsResult |
withNotificationSummaries(NotificationSummary... notificationSummaries)
List of lens notification summaries in a workload.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<NotificationSummary> getNotificationSummaries()
List of lens notification summaries in a workload.
public void setNotificationSummaries(Collection<NotificationSummary> notificationSummaries)
List of lens notification summaries in a workload.
notificationSummaries
- List of lens notification summaries in a workload.public ListNotificationsResult withNotificationSummaries(NotificationSummary... notificationSummaries)
List of lens notification summaries in a workload.
NOTE: This method appends the values to the existing list (if any). Use
setNotificationSummaries(java.util.Collection)
or
withNotificationSummaries(java.util.Collection)
if you want to override the existing values.
notificationSummaries
- List of lens notification summaries in a workload.public ListNotificationsResult withNotificationSummaries(Collection<NotificationSummary> notificationSummaries)
List of lens notification summaries in a workload.
notificationSummaries
- List of lens notification summaries in a workload.public void setNextToken(String nextToken)
nextToken
- public String getNextToken()
public ListNotificationsResult withNextToken(String nextToken)
nextToken
- public String toString()
toString
in class Object
Object.toString()
public ListNotificationsResult clone()