@Generated(value="software.amazon.awssdk:codegen") public final class RoutingProfileSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RoutingProfileSummary.Builder,RoutingProfileSummary>
A RoutingProfileSummary object that contains information about a routing profile, including ARN, Id, and
Name.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RoutingProfileSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The ARN of the routing profile.
|
static RoutingProfileSummary.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The identifier of the routing profile.
|
String |
name()
The name of the routing profile.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RoutingProfileSummary.Builder> |
serializableBuilderClass() |
RoutingProfileSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String id()
The identifier of the routing profile.
public String arn()
The ARN of the routing profile.
public String name()
The name of the routing profile.
public RoutingProfileSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RoutingProfileSummary.Builder,RoutingProfileSummary>public static RoutingProfileSummary.Builder builder()
public static Class<? extends RoutingProfileSummary.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.