@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UserPhoneConfig extends Object implements Serializable, Cloneable, StructuredPojo
A UserPhoneConfig
object that contains information about the user phone configuration settings.
Constructor and Description |
---|
UserPhoneConfig() |
Modifier and Type | Method and Description |
---|---|
UserPhoneConfig |
clone() |
boolean |
equals(Object obj) |
Integer |
getAfterContactWorkTimeLimit()
The After Call Work (ACW) timeout setting, in seconds, for the user.
|
Boolean |
getAutoAccept()
The Auto accept setting for the user, Yes or No.
|
String |
getDeskPhoneNumber()
The phone number for the user's desk phone.
|
String |
getPhoneType()
The phone type selected for the user, either Soft phone or Desk phone.
|
int |
hashCode() |
Boolean |
isAutoAccept()
The Auto accept setting for the user, Yes or No.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAfterContactWorkTimeLimit(Integer afterContactWorkTimeLimit)
The After Call Work (ACW) timeout setting, in seconds, for the user.
|
void |
setAutoAccept(Boolean autoAccept)
The Auto accept setting for the user, Yes or No.
|
void |
setDeskPhoneNumber(String deskPhoneNumber)
The phone number for the user's desk phone.
|
void |
setPhoneType(String phoneType)
The phone type selected for the user, either Soft phone or Desk phone.
|
String |
toString()
Returns a string representation of this object.
|
UserPhoneConfig |
withAfterContactWorkTimeLimit(Integer afterContactWorkTimeLimit)
The After Call Work (ACW) timeout setting, in seconds, for the user.
|
UserPhoneConfig |
withAutoAccept(Boolean autoAccept)
The Auto accept setting for the user, Yes or No.
|
UserPhoneConfig |
withDeskPhoneNumber(String deskPhoneNumber)
The phone number for the user's desk phone.
|
UserPhoneConfig |
withPhoneType(PhoneType phoneType)
The phone type selected for the user, either Soft phone or Desk phone.
|
UserPhoneConfig |
withPhoneType(String phoneType)
The phone type selected for the user, either Soft phone or Desk phone.
|
public void setPhoneType(String phoneType)
The phone type selected for the user, either Soft phone or Desk phone.
phoneType
- The phone type selected for the user, either Soft phone or Desk phone.PhoneType
public String getPhoneType()
The phone type selected for the user, either Soft phone or Desk phone.
PhoneType
public UserPhoneConfig withPhoneType(String phoneType)
The phone type selected for the user, either Soft phone or Desk phone.
phoneType
- The phone type selected for the user, either Soft phone or Desk phone.PhoneType
public UserPhoneConfig withPhoneType(PhoneType phoneType)
The phone type selected for the user, either Soft phone or Desk phone.
phoneType
- The phone type selected for the user, either Soft phone or Desk phone.PhoneType
public void setAutoAccept(Boolean autoAccept)
The Auto accept setting for the user, Yes or No.
autoAccept
- The Auto accept setting for the user, Yes or No.public Boolean getAutoAccept()
The Auto accept setting for the user, Yes or No.
public UserPhoneConfig withAutoAccept(Boolean autoAccept)
The Auto accept setting for the user, Yes or No.
autoAccept
- The Auto accept setting for the user, Yes or No.public Boolean isAutoAccept()
The Auto accept setting for the user, Yes or No.
public void setAfterContactWorkTimeLimit(Integer afterContactWorkTimeLimit)
The After Call Work (ACW) timeout setting, in seconds, for the user.
afterContactWorkTimeLimit
- The After Call Work (ACW) timeout setting, in seconds, for the user.public Integer getAfterContactWorkTimeLimit()
The After Call Work (ACW) timeout setting, in seconds, for the user.
public UserPhoneConfig withAfterContactWorkTimeLimit(Integer afterContactWorkTimeLimit)
The After Call Work (ACW) timeout setting, in seconds, for the user.
afterContactWorkTimeLimit
- The After Call Work (ACW) timeout setting, in seconds, for the user.public void setDeskPhoneNumber(String deskPhoneNumber)
The phone number for the user's desk phone.
deskPhoneNumber
- The phone number for the user's desk phone.public String getDeskPhoneNumber()
The phone number for the user's desk phone.
public UserPhoneConfig withDeskPhoneNumber(String deskPhoneNumber)
The phone number for the user's desk phone.
deskPhoneNumber
- The phone number for the user's desk phone.public String toString()
toString
in class Object
Object.toString()
public UserPhoneConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.