@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ContactFlowSummary extends Object implements Serializable, Cloneable, StructuredPojo
Contains summary information about a flow.
You can also create and update 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 flow.
|
String |
getContactFlowState()
The type of flow.
|
String |
getContactFlowStatus()
The status of the contact flow.
|
String |
getContactFlowType()
The type of flow.
|
String |
getId()
The identifier of the flow.
|
String |
getName()
The name of the 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 flow.
|
void |
setContactFlowState(String contactFlowState)
The type of flow.
|
void |
setContactFlowStatus(String contactFlowStatus)
The status of the contact flow.
|
void |
setContactFlowType(String contactFlowType)
The type of flow.
|
void |
setId(String id)
The identifier of the flow.
|
void |
setName(String name)
The name of the flow.
|
String |
toString()
Returns a string representation of this object.
|
ContactFlowSummary |
withArn(String arn)
The Amazon Resource Name (ARN) of the flow.
|
ContactFlowSummary |
withContactFlowState(ContactFlowState contactFlowState)
The type of flow.
|
ContactFlowSummary |
withContactFlowState(String contactFlowState)
The type of flow.
|
ContactFlowSummary |
withContactFlowStatus(ContactFlowStatus contactFlowStatus)
The status of the contact flow.
|
ContactFlowSummary |
withContactFlowStatus(String contactFlowStatus)
The status of the contact flow.
|
ContactFlowSummary |
withContactFlowType(ContactFlowType contactFlowType)
The type of flow.
|
ContactFlowSummary |
withContactFlowType(String contactFlowType)
The type of flow.
|
ContactFlowSummary |
withId(String id)
The identifier of the flow.
|
ContactFlowSummary |
withName(String name)
The name of the flow.
|
public void setId(String id)
The identifier of the flow.
id
- The identifier of the flow.public String getId()
The identifier of the flow.
public ContactFlowSummary withId(String id)
The identifier of the flow.
id
- The identifier of the flow.public void setArn(String arn)
The Amazon Resource Name (ARN) of the flow.
arn
- The Amazon Resource Name (ARN) of the flow.public String getArn()
The Amazon Resource Name (ARN) of the flow.
public ContactFlowSummary withArn(String arn)
The Amazon Resource Name (ARN) of the flow.
arn
- The Amazon Resource Name (ARN) of the flow.public void setName(String name)
The name of the flow.
name
- The name of the flow.public String getName()
The name of the flow.
public ContactFlowSummary withName(String name)
The name of the flow.
name
- The name of the flow.public void setContactFlowType(String contactFlowType)
The type of flow.
contactFlowType
- The type of flow.ContactFlowType
public String getContactFlowType()
The type of flow.
ContactFlowType
public ContactFlowSummary withContactFlowType(String contactFlowType)
The type of flow.
contactFlowType
- The type of flow.ContactFlowType
public ContactFlowSummary withContactFlowType(ContactFlowType contactFlowType)
The type of flow.
contactFlowType
- The type of flow.ContactFlowType
public void setContactFlowState(String contactFlowState)
The type of flow.
contactFlowState
- The type of flow.ContactFlowState
public String getContactFlowState()
The type of flow.
ContactFlowState
public ContactFlowSummary withContactFlowState(String contactFlowState)
The type of flow.
contactFlowState
- The type of flow.ContactFlowState
public ContactFlowSummary withContactFlowState(ContactFlowState contactFlowState)
The type of flow.
contactFlowState
- The type of flow.ContactFlowState
public void setContactFlowStatus(String contactFlowStatus)
The status of the contact flow.
contactFlowStatus
- The status of the contact flow.ContactFlowStatus
public String getContactFlowStatus()
The status of the contact flow.
ContactFlowStatus
public ContactFlowSummary withContactFlowStatus(String contactFlowStatus)
The status of the contact flow.
contactFlowStatus
- The status of the contact flow.ContactFlowStatus
public ContactFlowSummary withContactFlowStatus(ContactFlowStatus contactFlowStatus)
The status of the contact flow.
contactFlowStatus
- The status of the contact flow.ContactFlowStatus
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.