@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RemoveNotificationChannelResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The structure representing the RemoveNotificationChannelResponse.
| Constructor and Description | 
|---|
| RemoveNotificationChannelResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| RemoveNotificationChannelResult | 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. | 
| RemoveNotificationChannelResult | 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 RemoveNotificationChannelResult 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 RemoveNotificationChannelResult clone()