@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdatePhoneNumberRequestItem extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
UpdatePhoneNumberRequestItem() |
| Modifier and Type | Method and Description |
|---|---|
UpdatePhoneNumberRequestItem |
clone() |
boolean |
equals(Object obj) |
String |
getCallingName() |
String |
getPhoneNumberId() |
String |
getProductType() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCallingName(String callingName) |
void |
setPhoneNumberId(String phoneNumberId) |
void |
setProductType(String productType) |
String |
toString()
Returns a string representation of this object.
|
UpdatePhoneNumberRequestItem |
withCallingName(String callingName) |
UpdatePhoneNumberRequestItem |
withPhoneNumberId(String phoneNumberId) |
UpdatePhoneNumberRequestItem |
withProductType(PhoneNumberProductType productType) |
UpdatePhoneNumberRequestItem |
withProductType(String productType) |
public void setPhoneNumberId(String phoneNumberId)
phoneNumberId - public String getPhoneNumberId()
public UpdatePhoneNumberRequestItem withPhoneNumberId(String phoneNumberId)
phoneNumberId - public void setProductType(String productType)
productType - PhoneNumberProductTypepublic String getProductType()
PhoneNumberProductTypepublic UpdatePhoneNumberRequestItem withProductType(String productType)
productType - PhoneNumberProductTypepublic UpdatePhoneNumberRequestItem withProductType(PhoneNumberProductType productType)
productType - PhoneNumberProductTypepublic void setCallingName(String callingName)
callingName - public String getCallingName()
public UpdatePhoneNumberRequestItem withCallingName(String callingName)
callingName - public String toString()
toString in class ObjectObject.toString()public UpdatePhoneNumberRequestItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.