@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() |
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, copyBaseTo, 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, withSdkRequestTimeout
public 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 Object
Object.toString()
public UpdatePhoneNumberSettingsRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2021. All rights reserved.