@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RoutingProfileSummary extends Object implements Serializable, Cloneable, StructuredPojo
A RoutingProfileSummary
object that contains information about a routing profile, including ARN, Id, and
Name.
Constructor and Description |
---|
RoutingProfileSummary() |
Modifier and Type | Method and Description |
---|---|
RoutingProfileSummary |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The ARN of the routing profile.
|
String |
getId()
The identifier of the routing profile.
|
String |
getName()
The name of the routing profile.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The ARN of the routing profile.
|
void |
setId(String id)
The identifier of the routing profile.
|
void |
setName(String name)
The name of the routing profile.
|
String |
toString()
Returns a string representation of this object.
|
RoutingProfileSummary |
withArn(String arn)
The ARN of the routing profile.
|
RoutingProfileSummary |
withId(String id)
The identifier of the routing profile.
|
RoutingProfileSummary |
withName(String name)
The name 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 RoutingProfileSummary withId(String id)
The identifier of the routing profile.
id
- The identifier of the routing profile.public void setArn(String arn)
The ARN of the routing profile.
arn
- The ARN of the routing profile.public String getArn()
The ARN of the routing profile.
public RoutingProfileSummary withArn(String arn)
The ARN of the routing profile.
arn
- The ARN of the routing profile.public void setName(String name)
The name of the routing profile.
name
- The name of the routing profile.public String getName()
The name of the routing profile.
public RoutingProfileSummary withName(String name)
The name of the routing profile.
name
- The name of the routing profile.public String toString()
toString
in class Object
Object.toString()
public RoutingProfileSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.