@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListNotificationChannelsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListNotificationChannelsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListNotificationChannelsResult |
clone() |
boolean |
equals(Object obj) |
List<NotificationChannel> |
getChannels() |
String |
getNextToken() |
int |
hashCode() |
void |
setChannels(Collection<NotificationChannel> channels) |
void |
setNextToken(String nextToken) |
String |
toString()
Returns a string representation of this object.
|
ListNotificationChannelsResult |
withChannels(Collection<NotificationChannel> channels) |
ListNotificationChannelsResult |
withChannels(NotificationChannel... channels)
NOTE: This method appends the values to the existing list (if any).
|
ListNotificationChannelsResult |
withNextToken(String nextToken) |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<NotificationChannel> getChannels()
public void setChannels(Collection<NotificationChannel> channels)
channels - public ListNotificationChannelsResult withChannels(NotificationChannel... channels)
NOTE: This method appends the values to the existing list (if any). Use
setChannels(java.util.Collection) or withChannels(java.util.Collection) if you want to override
the existing values.
channels - public ListNotificationChannelsResult withChannels(Collection<NotificationChannel> channels)
channels - public void setNextToken(String nextToken)
nextToken - public String getNextToken()
public ListNotificationChannelsResult withNextToken(String nextToken)
nextToken - public String toString()
toString in class ObjectObject.toString()public ListNotificationChannelsResult clone()
Copyright © 2020. All rights reserved.