@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)
Marshalls this structured data using the given
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
- PhoneNumberProductType
public String getProductType()
PhoneNumberProductType
public UpdatePhoneNumberRequestItem withProductType(String productType)
productType
- PhoneNumberProductType
public UpdatePhoneNumberRequestItem withProductType(PhoneNumberProductType productType)
productType
- PhoneNumberProductType
public void setCallingName(String callingName)
callingName
- public String getCallingName()
public UpdatePhoneNumberRequestItem withCallingName(String callingName)
callingName
- public String toString()
toString
in class Object
Object.toString()
public UpdatePhoneNumberRequestItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.