@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RoutingProfileReference extends Object implements Serializable, Cloneable, StructuredPojo
Information about the routing profile assigned to the user.
Constructor and Description |
---|
RoutingProfileReference() |
Modifier and Type | Method and Description |
---|---|
RoutingProfileReference |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the routing profile.
|
String |
getId()
The identifier of the routing profile.
|
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 routing profile.
|
void |
setId(String id)
The identifier of the routing profile.
|
String |
toString()
Returns a string representation of this object.
|
RoutingProfileReference |
withArn(String arn)
The Amazon Resource Name (ARN) of the routing profile.
|
RoutingProfileReference |
withId(String id)
The identifier of the routing profile.
|
public void setId(String id)
The identifier of the routing profile.
id
- The identifier of the routing profile.public String getId()
The identifier of the routing profile.
public RoutingProfileReference withId(String id)
The identifier of the routing profile.
id
- The identifier of the routing profile.public void setArn(String arn)
The Amazon Resource Name (ARN) of the routing profile.
arn
- The Amazon Resource Name (ARN) of the routing profile.public String getArn()
The Amazon Resource Name (ARN) of the routing profile.
public RoutingProfileReference withArn(String arn)
The Amazon Resource Name (ARN) of the routing profile.
arn
- The Amazon Resource Name (ARN) of the routing profile.public String toString()
toString
in class Object
Object.toString()
public RoutingProfileReference clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.