public class RoutingProfileSummary
extends java.lang.Object
implements java.io.Serializable
Contains summary information about a routing profile.
| Constructor and Description | 
|---|
RoutingProfileSummary()  | 
| 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. 
 | 
java.lang.String | 
getName()
 The name 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. 
 | 
void | 
setName(java.lang.String name)
 The name of the routing profile. 
 | 
java.lang.String | 
toString()
Returns a string representation of this object; useful for testing and
 debugging. 
 | 
RoutingProfileSummary | 
withArn(java.lang.String arn)
 The Amazon Resource Name (ARN) of the routing profile. 
 | 
RoutingProfileSummary | 
withId(java.lang.String id)
 The identifier of the routing profile. 
 | 
RoutingProfileSummary | 
withName(java.lang.String name)
 The name 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 RoutingProfileSummary 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 RoutingProfileSummary 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 getName()
The name of the routing profile.
 Constraints:
 Length: 1 - 127
The name of the routing profile.
public void setName(java.lang.String name)
The name of the routing profile.
 Constraints:
 Length: 1 - 127
name - The name of the routing profile.
public RoutingProfileSummary withName(java.lang.String name)
The name of the routing profile.
Returns a reference to this object so that method calls can be chained together.
 Constraints:
 Length: 1 - 127
name - The name 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.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.