@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class QuickConnectSummary extends Object implements Serializable, Cloneable, StructuredPojo
Contains summary information about a quick connect.
| Constructor and Description |
|---|
QuickConnectSummary() |
| Modifier and Type | Method and Description |
|---|---|
QuickConnectSummary |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN).
|
String |
getId()
The identifier for the quick connect.
|
String |
getName()
The name.
|
String |
getQuickConnectType()
The type of quick connect.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setArn(String arn)
The Amazon Resource Name (ARN).
|
void |
setId(String id)
The identifier for the quick connect.
|
void |
setName(String name)
The name.
|
void |
setQuickConnectType(String quickConnectType)
The type of quick connect.
|
String |
toString()
Returns a string representation of this object.
|
QuickConnectSummary |
withArn(String arn)
The Amazon Resource Name (ARN).
|
QuickConnectSummary |
withId(String id)
The identifier for the quick connect.
|
QuickConnectSummary |
withName(String name)
The name.
|
QuickConnectSummary |
withQuickConnectType(QuickConnectType quickConnectType)
The type of quick connect.
|
QuickConnectSummary |
withQuickConnectType(String quickConnectType)
The type of quick connect.
|
public void setId(String id)
The identifier for the quick connect.
id - The identifier for the quick connect.public String getId()
The identifier for the quick connect.
public QuickConnectSummary withId(String id)
The identifier for the quick connect.
id - The identifier for the quick connect.public void setArn(String arn)
The Amazon Resource Name (ARN).
arn - The Amazon Resource Name (ARN).public String getArn()
The Amazon Resource Name (ARN).
public QuickConnectSummary withArn(String arn)
The Amazon Resource Name (ARN).
arn - The Amazon Resource Name (ARN).public void setName(String name)
The name.
name - The name.public String getName()
The name.
public QuickConnectSummary withName(String name)
The name.
name - The name.public void setQuickConnectType(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).
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 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).
QuickConnectTypepublic QuickConnectSummary withQuickConnectType(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).
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).
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 String toString()
toString in class ObjectObject.toString()public QuickConnectSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.