public class QuickConnectSummary
extends java.lang.Object
implements java.io.Serializable
Contains summary information about a quick connect.
| Constructor and Description |
|---|
QuickConnectSummary() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getArn()
The Amazon Resource Name (ARN) of the quick connect.
|
java.lang.String |
getId()
The identifier for the quick connect.
|
java.lang.String |
getName()
The name of the quick connect.
|
java.lang.String |
getQuickConnectType()
The type of quick connect.
|
int |
hashCode() |
void |
setArn(java.lang.String arn)
The Amazon Resource Name (ARN) of the quick connect.
|
void |
setId(java.lang.String id)
The identifier for the quick connect.
|
void |
setName(java.lang.String name)
The name of the quick connect.
|
void |
setQuickConnectType(QuickConnectType quickConnectType)
The type of quick connect.
|
void |
setQuickConnectType(java.lang.String quickConnectType)
The type of quick connect.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
QuickConnectSummary |
withArn(java.lang.String arn)
The Amazon Resource Name (ARN) of the quick connect.
|
QuickConnectSummary |
withId(java.lang.String id)
The identifier for the quick connect.
|
QuickConnectSummary |
withName(java.lang.String name)
The name of the quick connect.
|
QuickConnectSummary |
withQuickConnectType(QuickConnectType quickConnectType)
The type of quick connect.
|
QuickConnectSummary |
withQuickConnectType(java.lang.String quickConnectType)
The type of quick connect.
|
public java.lang.String getId()
The identifier for the quick connect.
The identifier for the quick connect.
public void setId(java.lang.String id)
The identifier for the quick connect.
id - The identifier for the quick connect.
public QuickConnectSummary withId(java.lang.String id)
The identifier for the quick connect.
Returns a reference to this object so that method calls can be chained together.
id - The identifier for the quick connect.
public java.lang.String getArn()
The Amazon Resource Name (ARN) of the quick connect.
The Amazon Resource Name (ARN) of the quick connect.
public void setArn(java.lang.String arn)
The Amazon Resource Name (ARN) of the quick connect.
arn - The Amazon Resource Name (ARN) of the quick connect.
public QuickConnectSummary withArn(java.lang.String arn)
The Amazon Resource Name (ARN) of the quick connect.
Returns a reference to this object so that method calls can be chained together.
arn - The Amazon Resource Name (ARN) of the quick connect.
public java.lang.String getName()
The name of the quick connect.
Constraints:
Length: 1 - 127
The name of the quick connect.
public void setName(java.lang.String name)
The name of the quick connect.
Constraints:
Length: 1 - 127
name - The name of the quick connect.
public QuickConnectSummary withName(java.lang.String name)
The name of the quick connect.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 127
name - The name of the quick connect.
public java.lang.String getQuickConnectType()
The type of quick connect. In the Amazon Connect console, when you create a quick connect, you are prompted to assign one of the following types: Agent (USER), External (PHONE_NUMBER), or Queue (QUEUE).
Constraints:
Allowed Values: USER, QUEUE, PHONE_NUMBER
The type of quick connect. In the Amazon Connect console, when you create a quick connect, you are prompted to assign one of the following types: Agent (USER), External (PHONE_NUMBER), or Queue (QUEUE).
QuickConnectTypepublic void setQuickConnectType(java.lang.String quickConnectType)
The type of quick connect. In the Amazon Connect console, when you create a quick connect, you are prompted to assign one of the following types: Agent (USER), External (PHONE_NUMBER), or Queue (QUEUE).
Constraints:
Allowed Values: USER, QUEUE, PHONE_NUMBER
quickConnectType - The type of quick connect. In the Amazon Connect console, when you create a quick connect, you are prompted to assign one of the following types: Agent (USER), External (PHONE_NUMBER), or Queue (QUEUE).
QuickConnectTypepublic QuickConnectSummary withQuickConnectType(java.lang.String quickConnectType)
The type of quick connect. In the Amazon Connect console, when you create a quick connect, you are prompted to assign one of the following types: Agent (USER), External (PHONE_NUMBER), or Queue (QUEUE).
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: USER, QUEUE, PHONE_NUMBER
quickConnectType - The type of quick connect. In the Amazon Connect console, when you create a quick connect, you are prompted to assign one of the following types: Agent (USER), External (PHONE_NUMBER), or Queue (QUEUE).
QuickConnectTypepublic void setQuickConnectType(QuickConnectType quickConnectType)
The type of quick connect. In the Amazon Connect console, when you create a quick connect, you are prompted to assign one of the following types: Agent (USER), External (PHONE_NUMBER), or Queue (QUEUE).
Constraints:
Allowed Values: USER, QUEUE, PHONE_NUMBER
quickConnectType - The type of quick connect. In the Amazon Connect console, when you create a quick connect, you are prompted to assign one of the following types: Agent (USER), External (PHONE_NUMBER), or Queue (QUEUE).
QuickConnectTypepublic QuickConnectSummary withQuickConnectType(QuickConnectType quickConnectType)
The type of quick connect. In the Amazon Connect console, when you create a quick connect, you are prompted to assign one of the following types: Agent (USER), External (PHONE_NUMBER), or Queue (QUEUE).
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: USER, QUEUE, PHONE_NUMBER
quickConnectType - The type of quick connect. In the Amazon Connect console, when you create a quick connect, you are prompted to assign one of the following types: Agent (USER), External (PHONE_NUMBER), or Queue (QUEUE).
QuickConnectTypepublic java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object