@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdatePhoneNumberSettingsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdatePhoneNumberSettingsRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdatePhoneNumberSettingsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCallingName()
The default outbound calling name for the account.
|
int |
hashCode() |
void |
setCallingName(String callingName)
The default outbound calling name for the account.
|
String |
toString()
Returns a string representation of this object.
|
UpdatePhoneNumberSettingsRequest |
withCallingName(String callingName)
The default outbound calling name for the account.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setCallingName(String callingName)
The default outbound calling name for the account.
callingName - The default outbound calling name for the account.public String getCallingName()
The default outbound calling name for the account.
public UpdatePhoneNumberSettingsRequest withCallingName(String callingName)
The default outbound calling name for the account.
callingName - The default outbound calling name for the account.public String toString()
toString in class ObjectObject.toString()public UpdatePhoneNumberSettingsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()