Class CreateNotificationResponse
- java.lang.Object
-
- software.amazon.spapi.models.appintegrations.v2024_04_01.CreateNotificationResponse
-
public class CreateNotificationResponse extends java.lang.Object
The response for the `createNotification` operation.
-
-
Constructor Summary
Constructors Constructor Description CreateNotificationResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
java.lang.String
getNotificationId()
The unique identifier assigned to each notification.int
hashCode()
CreateNotificationResponse
notificationId(java.lang.String notificationId)
void
setNotificationId(java.lang.String notificationId)
java.lang.String
toString()
-
-
-
Method Detail
-
notificationId
public CreateNotificationResponse notificationId(java.lang.String notificationId)
-
getNotificationId
public java.lang.String getNotificationId()
The unique identifier assigned to each notification.- Returns:
- notificationId
-
setNotificationId
public void setNotificationId(java.lang.String notificationId)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-