public class UpdateSmsServiceRequest extends Object
| Constructor and Description |
|---|
UpdateSmsServiceRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateSmsServiceRequest |
enabled(Boolean enabled) |
boolean |
equals(Object o) |
@Size(max=255) String |
getSignatureContent()
Get signatureContent
|
@Size(max=255) String |
getSmsAccountId()
Get smsAccountId
|
@Size(max=255) String |
getTemplateId()
Get templateId
|
@NotNull String |
getUserPoolUid()
Get userPoolUid
|
int |
hashCode() |
Boolean |
isEnabled()
Get enabled
|
void |
setEnabled(Boolean enabled) |
void |
setSignatureContent(String signatureContent) |
void |
setSmsAccountId(String smsAccountId) |
void |
setTemplateId(String templateId) |
void |
setUserPoolUid(String userPoolUid) |
UpdateSmsServiceRequest |
signatureContent(String signatureContent) |
UpdateSmsServiceRequest |
smsAccountId(String smsAccountId) |
UpdateSmsServiceRequest |
templateId(String templateId) |
String |
toString() |
UpdateSmsServiceRequest |
userPoolUid(String userPoolUid) |
public UpdateSmsServiceRequest enabled(Boolean enabled)
public Boolean isEnabled()
public void setEnabled(Boolean enabled)
public UpdateSmsServiceRequest signatureContent(String signatureContent)
@Size(max=255) public @Size(max=255) String getSignatureContent()
public void setSignatureContent(String signatureContent)
public UpdateSmsServiceRequest smsAccountId(String smsAccountId)
@Size(max=255) public @Size(max=255) String getSmsAccountId()
public void setSmsAccountId(String smsAccountId)
public UpdateSmsServiceRequest templateId(String templateId)
@Size(max=255) public @Size(max=255) String getTemplateId()
public void setTemplateId(String templateId)
public UpdateSmsServiceRequest userPoolUid(String userPoolUid)
@NotNull public @NotNull String getUserPoolUid()
public void setUserPoolUid(String userPoolUid)
Copyright © 2026. All rights reserved.