@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ContactFlowSummary extends Object implements Serializable, Cloneable, StructuredPojo
Contains summary information about a contact flow.
You can also create and update contact flows using the Amazon Connect Flow language.
Constructor and Description |
---|
ContactFlowSummary() |
Modifier and Type | Method and Description |
---|---|
ContactFlowSummary |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the contact flow.
|
String |
getContactFlowType()
The type of contact flow.
|
String |
getId()
The identifier of the contact flow.
|
String |
getName()
The name of the contact flow.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the contact flow.
|
void |
setContactFlowType(String contactFlowType)
The type of contact flow.
|
void |
setId(String id)
The identifier of the contact flow.
|
void |
setName(String name)
The name of the contact flow.
|
String |
toString()
Returns a string representation of this object.
|
ContactFlowSummary |
withArn(String arn)
The Amazon Resource Name (ARN) of the contact flow.
|
ContactFlowSummary |
withContactFlowType(ContactFlowType contactFlowType)
The type of contact flow.
|
ContactFlowSummary |
withContactFlowType(String contactFlowType)
The type of contact flow.
|
ContactFlowSummary |
withId(String id)
The identifier of the contact flow.
|
ContactFlowSummary |
withName(String name)
The name of the contact flow.
|
public void setId(String id)
The identifier of the contact flow.
id
- The identifier of the contact flow.public String getId()
The identifier of the contact flow.
public ContactFlowSummary withId(String id)
The identifier of the contact flow.
id
- The identifier of the contact flow.public void setArn(String arn)
The Amazon Resource Name (ARN) of the contact flow.
arn
- The Amazon Resource Name (ARN) of the contact flow.public String getArn()
The Amazon Resource Name (ARN) of the contact flow.
public ContactFlowSummary withArn(String arn)
The Amazon Resource Name (ARN) of the contact flow.
arn
- The Amazon Resource Name (ARN) of the contact flow.public void setName(String name)
The name of the contact flow.
name
- The name of the contact flow.public String getName()
The name of the contact flow.
public ContactFlowSummary withName(String name)
The name of the contact flow.
name
- The name of the contact flow.public void setContactFlowType(String contactFlowType)
The type of contact flow.
contactFlowType
- The type of contact flow.ContactFlowType
public String getContactFlowType()
The type of contact flow.
ContactFlowType
public ContactFlowSummary withContactFlowType(String contactFlowType)
The type of contact flow.
contactFlowType
- The type of contact flow.ContactFlowType
public ContactFlowSummary withContactFlowType(ContactFlowType contactFlowType)
The type of contact flow.
contactFlowType
- The type of contact flow.ContactFlowType
public String toString()
toString
in class Object
Object.toString()
public ContactFlowSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.