@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateRoutingProfileResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateRoutingProfileResult() |
Modifier and Type | Method and Description |
---|---|
CreateRoutingProfileResult |
clone() |
boolean |
equals(Object obj) |
String |
getRoutingProfileArn()
The Amazon Resource Name (ARN) of the routing profile.
|
String |
getRoutingProfileId()
The identifier of the routing profile.
|
int |
hashCode() |
void |
setRoutingProfileArn(String routingProfileArn)
The Amazon Resource Name (ARN) of the routing profile.
|
void |
setRoutingProfileId(String routingProfileId)
The identifier of the routing profile.
|
String |
toString()
Returns a string representation of this object.
|
CreateRoutingProfileResult |
withRoutingProfileArn(String routingProfileArn)
The Amazon Resource Name (ARN) of the routing profile.
|
CreateRoutingProfileResult |
withRoutingProfileId(String routingProfileId)
The identifier of the routing profile.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setRoutingProfileArn(String routingProfileArn)
The Amazon Resource Name (ARN) of the routing profile.
routingProfileArn
- The Amazon Resource Name (ARN) of the routing profile.public String getRoutingProfileArn()
The Amazon Resource Name (ARN) of the routing profile.
public CreateRoutingProfileResult withRoutingProfileArn(String routingProfileArn)
The Amazon Resource Name (ARN) of the routing profile.
routingProfileArn
- The Amazon Resource Name (ARN) of the routing profile.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 CreateRoutingProfileResult withRoutingProfileId(String routingProfileId)
The identifier of the routing profile.
routingProfileId
- The identifier of the routing profile.public String toString()
toString
in class Object
Object.toString()
public CreateRoutingProfileResult clone()