public class UpdateContactFlowModuleMetadataRequest
extends com.amazonaws.AmazonWebServiceRequest
implements java.io.Serializable
Updates metadata about specified flow module.
| Constructor and Description |
|---|
UpdateContactFlowModuleMetadataRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getContactFlowModuleId()
The identifier of the flow module.
|
java.lang.String |
getDescription()
The description of the flow module.
|
java.lang.String |
getInstanceId()
The identifier of the Amazon Connect instance.
|
java.lang.String |
getName()
The name of the flow module.
|
java.lang.String |
getState()
The state of flow module.
|
int |
hashCode() |
void |
setContactFlowModuleId(java.lang.String contactFlowModuleId)
The identifier of the flow module.
|
void |
setDescription(java.lang.String description)
The description of the flow module.
|
void |
setInstanceId(java.lang.String instanceId)
The identifier of the Amazon Connect instance.
|
void |
setName(java.lang.String name)
The name of the flow module.
|
void |
setState(ContactFlowModuleState state)
The state of flow module.
|
void |
setState(java.lang.String state)
The state of flow module.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateContactFlowModuleMetadataRequest |
withContactFlowModuleId(java.lang.String contactFlowModuleId)
The identifier of the flow module.
|
UpdateContactFlowModuleMetadataRequest |
withDescription(java.lang.String description)
The description of the flow module.
|
UpdateContactFlowModuleMetadataRequest |
withInstanceId(java.lang.String instanceId)
The identifier of the Amazon Connect instance.
|
UpdateContactFlowModuleMetadataRequest |
withName(java.lang.String name)
The name of the flow module.
|
UpdateContactFlowModuleMetadataRequest |
withState(ContactFlowModuleState state)
The state of flow module.
|
UpdateContactFlowModuleMetadataRequest |
withState(java.lang.String state)
The state of flow module.
|
clone, copyBaseTo, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic UpdateContactFlowModuleMetadataRequest()
public java.lang.String getInstanceId()
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
Constraints:
Length: 1 - 100
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
public void setInstanceId(java.lang.String instanceId)
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
Constraints:
Length: 1 - 100
instanceId - The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
public UpdateContactFlowModuleMetadataRequest withInstanceId(java.lang.String instanceId)
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 100
instanceId - The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
public java.lang.String getContactFlowModuleId()
The identifier of the flow module.
Constraints:
Length: 1 - 256
The identifier of the flow module.
public void setContactFlowModuleId(java.lang.String contactFlowModuleId)
The identifier of the flow module.
Constraints:
Length: 1 - 256
contactFlowModuleId - The identifier of the flow module.
public UpdateContactFlowModuleMetadataRequest withContactFlowModuleId(java.lang.String contactFlowModuleId)
The identifier of the flow module.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 256
contactFlowModuleId - The identifier of the flow module.
public java.lang.String getName()
The name of the flow module.
Constraints:
Length: 1 - 127
Pattern: .*\S.*
The name of the flow module.
public void setName(java.lang.String name)
The name of the flow module.
Constraints:
Length: 1 - 127
Pattern: .*\S.*
name - The name of the flow module.
public UpdateContactFlowModuleMetadataRequest withName(java.lang.String name)
The name of the flow module.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 127
Pattern: .*\S.*
name - The name of the flow module.
public java.lang.String getDescription()
The description of the flow module.
Constraints:
Length: 0 - 500
Pattern: .*\S.*
The description of the flow module.
public void setDescription(java.lang.String description)
The description of the flow module.
Constraints:
Length: 0 - 500
Pattern: .*\S.*
description - The description of the flow module.
public UpdateContactFlowModuleMetadataRequest withDescription(java.lang.String description)
The description of the flow module.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 500
Pattern: .*\S.*
description - The description of the flow module.
public java.lang.String getState()
The state of flow module.
Constraints:
Allowed Values: ACTIVE, ARCHIVED
The state of flow module.
ContactFlowModuleStatepublic void setState(java.lang.String state)
The state of flow module.
Constraints:
Allowed Values: ACTIVE, ARCHIVED
state - The state of flow module.
ContactFlowModuleStatepublic UpdateContactFlowModuleMetadataRequest withState(java.lang.String state)
The state of flow module.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: ACTIVE, ARCHIVED
state - The state of flow module.
ContactFlowModuleStatepublic void setState(ContactFlowModuleState state)
The state of flow module.
Constraints:
Allowed Values: ACTIVE, ARCHIVED
state - The state of flow module.
ContactFlowModuleStatepublic UpdateContactFlowModuleMetadataRequest withState(ContactFlowModuleState state)
The state of flow module.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: ACTIVE, ARCHIVED
state - The state of flow module.
ContactFlowModuleStatepublic 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