Class ConnectClientAddIn
- java.lang.Object
-
- software.amazon.awssdk.services.workspaces.model.ConnectClientAddIn
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ConnectClientAddIn.Builder,ConnectClientAddIn>
@Generated("software.amazon.awssdk:codegen") public final class ConnectClientAddIn extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ConnectClientAddIn.Builder,ConnectClientAddIn>
Describes an Amazon Connect client add-in.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceConnectClientAddIn.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringaddInId()The client add-in identifier.static ConnectClientAddIn.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()The name of the client add in.StringresourceId()The directory identifier for which the client add-in is configured.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ConnectClientAddIn.Builder>serializableBuilderClass()ConnectClientAddIn.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringurl()The endpoint URL of the client add-in.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
addInId
public final String addInId()
The client add-in identifier.
- Returns:
- The client add-in identifier.
-
resourceId
public final String resourceId()
The directory identifier for which the client add-in is configured.
- Returns:
- The directory identifier for which the client add-in is configured.
-
name
public final String name()
The name of the client add in.
- Returns:
- The name of the client add in.
-
url
public final String url()
The endpoint URL of the client add-in.
- Returns:
- The endpoint URL of the client add-in.
-
toBuilder
public ConnectClientAddIn.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ConnectClientAddIn.Builder,ConnectClientAddIn>
-
builder
public static ConnectClientAddIn.Builder builder()
-
serializableBuilderClass
public static Class<? extends ConnectClientAddIn.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-