@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeNotificationConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeNotificationConfigurationResult() |
Modifier and Type | Method and Description |
---|---|
DescribeNotificationConfigurationResult |
clone() |
boolean |
equals(Object obj) |
NotificationConfiguration |
getNotificationConfiguration()
The structure that contains the information required for notifications.
|
int |
hashCode() |
void |
setNotificationConfiguration(NotificationConfiguration notificationConfiguration)
The structure that contains the information required for notifications.
|
String |
toString()
Returns a string representation of this object.
|
DescribeNotificationConfigurationResult |
withNotificationConfiguration(NotificationConfiguration notificationConfiguration)
The structure that contains the information required for notifications.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeNotificationConfigurationResult()
public void setNotificationConfiguration(NotificationConfiguration notificationConfiguration)
The structure that contains the information required for notifications. If the structure is null, the configuration will be deleted from the stream.
notificationConfiguration
- The structure that contains the information required for notifications. If the structure is null, the
configuration will be deleted from the stream.public NotificationConfiguration getNotificationConfiguration()
The structure that contains the information required for notifications. If the structure is null, the configuration will be deleted from the stream.
public DescribeNotificationConfigurationResult withNotificationConfiguration(NotificationConfiguration notificationConfiguration)
The structure that contains the information required for notifications. If the structure is null, the configuration will be deleted from the stream.
notificationConfiguration
- The structure that contains the information required for notifications. If the structure is null, the
configuration will be deleted from the stream.public String toString()
toString
in class Object
Object.toString()
public DescribeNotificationConfigurationResult clone()