@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateContactFlowModuleMetadataRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateContactFlowModuleMetadataRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateContactFlowModuleMetadataRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getContactFlowModuleId()
The identifier of the contact flow module.
|
String |
getDescription()
The description of the contact flow module.
|
String |
getInstanceId()
The identifier of the Amazon Connect instance.
|
String |
getName()
The name of the contact flow module.
|
String |
getState()
The state of contact flow module.
|
int |
hashCode() |
void |
setContactFlowModuleId(String contactFlowModuleId)
The identifier of the contact flow module.
|
void |
setDescription(String description)
The description of the contact flow module.
|
void |
setInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
void |
setName(String name)
The name of the contact flow module.
|
void |
setState(String state)
The state of contact flow module.
|
String |
toString()
Returns a string representation of this object.
|
UpdateContactFlowModuleMetadataRequest |
withContactFlowModuleId(String contactFlowModuleId)
The identifier of the contact flow module.
|
UpdateContactFlowModuleMetadataRequest |
withDescription(String description)
The description of the contact flow module.
|
UpdateContactFlowModuleMetadataRequest |
withInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
UpdateContactFlowModuleMetadataRequest |
withName(String name)
The name of the contact flow module.
|
UpdateContactFlowModuleMetadataRequest |
withState(ContactFlowModuleState state)
The state of contact flow module.
|
UpdateContactFlowModuleMetadataRequest |
withState(String state)
The state of contact flow module.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public UpdateContactFlowModuleMetadataRequest()
public void setInstanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
instanceId
- The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.public String getInstanceId()
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
public UpdateContactFlowModuleMetadataRequest withInstanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
instanceId
- The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.public void setContactFlowModuleId(String contactFlowModuleId)
The identifier of the contact flow module.
contactFlowModuleId
- The identifier of the contact flow module.public String getContactFlowModuleId()
The identifier of the contact flow module.
public UpdateContactFlowModuleMetadataRequest withContactFlowModuleId(String contactFlowModuleId)
The identifier of the contact flow module.
contactFlowModuleId
- The identifier of the contact flow module.public void setName(String name)
The name of the contact flow module.
name
- The name of the contact flow module.public String getName()
The name of the contact flow module.
public UpdateContactFlowModuleMetadataRequest withName(String name)
The name of the contact flow module.
name
- The name of the contact flow module.public void setDescription(String description)
The description of the contact flow module.
description
- The description of the contact flow module.public String getDescription()
The description of the contact flow module.
public UpdateContactFlowModuleMetadataRequest withDescription(String description)
The description of the contact flow module.
description
- The description of the contact flow module.public void setState(String state)
The state of contact flow module.
state
- The state of contact flow module.ContactFlowModuleState
public String getState()
The state of contact flow module.
ContactFlowModuleState
public UpdateContactFlowModuleMetadataRequest withState(String state)
The state of contact flow module.
state
- The state of contact flow module.ContactFlowModuleState
public UpdateContactFlowModuleMetadataRequest withState(ContactFlowModuleState state)
The state of contact flow module.
state
- The state of contact flow module.ContactFlowModuleState
public String toString()
toString
in class Object
Object.toString()
public UpdateContactFlowModuleMetadataRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()