public class RoutingProfileReference
extends java.lang.Object
implements java.io.Serializable
Information about the routing profile assigned to the user.
| Constructor and Description |
|---|
RoutingProfileReference() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getArn()
The Amazon Resource Name (ARN) of the routing profile.
|
java.lang.String |
getId()
The identifier of the routing profile.
|
int |
hashCode() |
void |
setArn(java.lang.String arn)
The Amazon Resource Name (ARN) of the routing profile.
|
void |
setId(java.lang.String id)
The identifier of the routing profile.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
RoutingProfileReference |
withArn(java.lang.String arn)
The Amazon Resource Name (ARN) of the routing profile.
|
RoutingProfileReference |
withId(java.lang.String id)
The identifier of the routing profile.
|
public java.lang.String getId()
The identifier of the routing profile.
The identifier of the routing profile.
public void setId(java.lang.String id)
The identifier of the routing profile.
id - The identifier of the routing profile.
public RoutingProfileReference withId(java.lang.String id)
The identifier of the routing profile.
Returns a reference to this object so that method calls can be chained together.
id - The identifier of the routing profile.
public java.lang.String getArn()
The Amazon Resource Name (ARN) of the routing profile.
The Amazon Resource Name (ARN) of the routing profile.
public void setArn(java.lang.String arn)
The Amazon Resource Name (ARN) of the routing profile.
arn - The Amazon Resource Name (ARN) of the routing profile.
public RoutingProfileReference withArn(java.lang.String arn)
The Amazon Resource Name (ARN) of the routing profile.
Returns a reference to this object so that method calls can be chained together.
arn - The Amazon Resource Name (ARN) of the routing profile.
public 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