Class CreateNotificationRequest
- java.lang.Object
-
- software.amazon.spapi.models.appintegrations.v2024_04_01.CreateNotificationRequest
-
public class CreateNotificationRequest extends java.lang.Object
The request for the `createNotification` operation.
-
-
Constructor Summary
Constructors Constructor Description CreateNotificationRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
java.lang.String
getMarketplaceId()
An encrypted marketplace identifier for the posted notification.NotificationParameters
getNotificationParameters()
Get notificationParametersjava.lang.String
getTemplateId()
The unique identifier of the notification template you used to onboard your application.int
hashCode()
CreateNotificationRequest
marketplaceId(java.lang.String marketplaceId)
CreateNotificationRequest
notificationParameters(NotificationParameters notificationParameters)
void
setMarketplaceId(java.lang.String marketplaceId)
void
setNotificationParameters(NotificationParameters notificationParameters)
void
setTemplateId(java.lang.String templateId)
CreateNotificationRequest
templateId(java.lang.String templateId)
java.lang.String
toString()
-
-
-
Method Detail
-
templateId
public CreateNotificationRequest templateId(java.lang.String templateId)
-
getTemplateId
public java.lang.String getTemplateId()
The unique identifier of the notification template you used to onboard your application.- Returns:
- templateId
-
setTemplateId
public void setTemplateId(java.lang.String templateId)
-
notificationParameters
public CreateNotificationRequest notificationParameters(NotificationParameters notificationParameters)
-
getNotificationParameters
public NotificationParameters getNotificationParameters()
Get notificationParameters- Returns:
- notificationParameters
-
setNotificationParameters
public void setNotificationParameters(NotificationParameters notificationParameters)
-
marketplaceId
public CreateNotificationRequest marketplaceId(java.lang.String marketplaceId)
-
getMarketplaceId
public java.lang.String getMarketplaceId()
An encrypted marketplace identifier for the posted notification.- Returns:
- marketplaceId
-
setMarketplaceId
public void setMarketplaceId(java.lang.String marketplaceId)
-
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
-
-