public class CreateNotifyPolicyRequest extends Object
| Constructor and Description |
|---|
CreateNotifyPolicyRequest() |
public CreateNotifyPolicyRequest channelNotifyTemplateIds(List<String> channelNotifyTemplateIds)
public CreateNotifyPolicyRequest addChannelNotifyTemplateIdsItem(String channelNotifyTemplateIdsItem)
public List<String> getChannelNotifyTemplateIds()
public void setChannelNotifyTemplateIds(List<String> channelNotifyTemplateIds)
public CreateNotifyPolicyRequest description(String description)
public String getDescription()
public void setDescription(String description)
public CreateNotifyPolicyRequest levels(List<LevelForCreateNotifyPolicyInput> levels)
public CreateNotifyPolicyRequest addLevelsItem(LevelForCreateNotifyPolicyInput levelsItem)
@Valid public @Valid List<LevelForCreateNotifyPolicyInput> getLevels()
public void setLevels(List<LevelForCreateNotifyPolicyInput> levels)
public CreateNotifyPolicyRequest name(String name)
@NotNull public @NotNull String getName()
public void setName(String name)
Copyright © 2026. All rights reserved.