@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UserQuickConnectConfig extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about the quick connect configuration settings for a user. The contact flow must be of type Transfer to Agent.
Constructor and Description |
---|
UserQuickConnectConfig() |
Modifier and Type | Method and Description |
---|---|
UserQuickConnectConfig |
clone() |
boolean |
equals(Object obj) |
String |
getContactFlowId()
The identifier of the flow.
|
String |
getUserId()
The identifier of the user.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setContactFlowId(String contactFlowId)
The identifier of the flow.
|
void |
setUserId(String userId)
The identifier of the user.
|
String |
toString()
Returns a string representation of this object.
|
UserQuickConnectConfig |
withContactFlowId(String contactFlowId)
The identifier of the flow.
|
UserQuickConnectConfig |
withUserId(String userId)
The identifier of the user.
|
public void setUserId(String userId)
The identifier of the user.
userId
- The identifier of the user.public String getUserId()
The identifier of the user.
public UserQuickConnectConfig withUserId(String userId)
The identifier of the user.
userId
- The identifier of the user.public void setContactFlowId(String contactFlowId)
The identifier of the flow.
contactFlowId
- The identifier of the flow.public String getContactFlowId()
The identifier of the flow.
public UserQuickConnectConfig withContactFlowId(String contactFlowId)
The identifier of the flow.
contactFlowId
- The identifier of the flow.public String toString()
toString
in class Object
Object.toString()
public UserQuickConnectConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.