@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AddNotificationChannelsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The structure representing the AddNotificationChannelsResponse.
| Constructor and Description | 
|---|
| AddNotificationChannelsResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| AddNotificationChannelsResult | clone() | 
| boolean | equals(Object obj) | 
| NotificationConfiguration | getNotificationConfiguration()
 The new notification configuration for this profiling group. | 
| int | hashCode() | 
| void | setNotificationConfiguration(NotificationConfiguration notificationConfiguration)
 The new notification configuration for this profiling group. | 
| String | toString()Returns a string representation of this object. | 
| AddNotificationChannelsResult | withNotificationConfiguration(NotificationConfiguration notificationConfiguration)
 The new notification configuration for this profiling group. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setNotificationConfiguration(NotificationConfiguration notificationConfiguration)
The new notification configuration for this profiling group.
notificationConfiguration - The new notification configuration for this profiling group.public NotificationConfiguration getNotificationConfiguration()
The new notification configuration for this profiling group.
public AddNotificationChannelsResult withNotificationConfiguration(NotificationConfiguration notificationConfiguration)
The new notification configuration for this profiling group.
notificationConfiguration - The new notification configuration for this profiling group.public String toString()
toString in class ObjectObject.toString()public AddNotificationChannelsResult clone()