@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateRoutingProfileNameRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateRoutingProfileNameRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateRoutingProfileNameRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDescription()
The description of the routing profile.
|
String |
getInstanceId()
The identifier of the Amazon Connect instance.
|
String |
getName()
The name of the routing profile.
|
String |
getRoutingProfileId()
The identifier of the routing profile.
|
int |
hashCode() |
void |
setDescription(String description)
The description of the routing profile.
|
void |
setInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
void |
setName(String name)
The name of the routing profile.
|
void |
setRoutingProfileId(String routingProfileId)
The identifier of the routing profile.
|
String |
toString()
Returns a string representation of this object.
|
UpdateRoutingProfileNameRequest |
withDescription(String description)
The description of the routing profile.
|
UpdateRoutingProfileNameRequest |
withInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
UpdateRoutingProfileNameRequest |
withName(String name)
The name of the routing profile.
|
UpdateRoutingProfileNameRequest |
withRoutingProfileId(String routingProfileId)
The identifier of the routing profile.
|
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 void setInstanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
instanceId
- The identifier of the Amazon Connect instance. You can find the instance
ID in the Amazon Resource Name (ARN) of the instance.public String getInstanceId()
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
public UpdateRoutingProfileNameRequest withInstanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
instanceId
- The identifier of the Amazon Connect instance. You can find the instance
ID in the Amazon Resource Name (ARN) of the instance.public void setRoutingProfileId(String routingProfileId)
The identifier of the routing profile.
routingProfileId
- The identifier of the routing profile.public String getRoutingProfileId()
The identifier of the routing profile.
public UpdateRoutingProfileNameRequest withRoutingProfileId(String routingProfileId)
The identifier of the routing profile.
routingProfileId
- The identifier of the routing profile.public void setName(String name)
The name of the routing profile. Must not be more than 127 characters.
name
- The name of the routing profile. Must not be more than 127 characters.public String getName()
The name of the routing profile. Must not be more than 127 characters.
public UpdateRoutingProfileNameRequest withName(String name)
The name of the routing profile. Must not be more than 127 characters.
name
- The name of the routing profile. Must not be more than 127 characters.public void setDescription(String description)
The description of the routing profile. Must not be more than 250 characters.
description
- The description of the routing profile. Must not be more than 250 characters.public String getDescription()
The description of the routing profile. Must not be more than 250 characters.
public UpdateRoutingProfileNameRequest withDescription(String description)
The description of the routing profile. Must not be more than 250 characters.
description
- The description of the routing profile. Must not be more than 250 characters.public String toString()
toString
in class Object
Object.toString()
public UpdateRoutingProfileNameRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()