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).
|
java.lang.String |
getId()
The identifier for the quick connect.
|
java.lang.String |
getName()
The name.
|
java.lang.String |
getQuickConnectType()
The type of quick connect.
|
int |
hashCode() |
void |
setArn(java.lang.String arn)
The Amazon Resource Name (ARN).
|
void |
setId(java.lang.String id)
The identifier for the quick connect.
|
void |
setName(java.lang.String name)
The name.
|
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).
|
QuickConnectSummary |
withId(java.lang.String id)
The identifier for the quick connect.
|
QuickConnectSummary |
withName(java.lang.String name)
The name.
|
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).
The Amazon Resource Name (ARN).
public void setArn(java.lang.String arn)
The Amazon Resource Name (ARN).
arn
- The Amazon Resource Name (ARN).
public QuickConnectSummary withArn(java.lang.String arn)
The Amazon Resource Name (ARN).
Returns a reference to this object so that method calls can be chained together.
arn
- The Amazon Resource Name (ARN).
public java.lang.String getName()
The name.
Constraints:
Length: 1 - 127
The name.
public void setName(java.lang.String name)
The name.
Constraints:
Length: 1 - 127
name
- The name.
public QuickConnectSummary withName(java.lang.String name)
The name.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 127
name
- The name.
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).
QuickConnectType
public 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).
QuickConnectType
public 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).
QuickConnectType
public 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).
QuickConnectType
public 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).
QuickConnectType
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.