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