@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, 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()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.