@Generated(value="software.amazon.awssdk:codegen") public final class SlackConnectorProfileProperties extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SlackConnectorProfileProperties.Builder,SlackConnectorProfileProperties>
The connector-specific profile properties required when using Slack.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SlackConnectorProfileProperties.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SlackConnectorProfileProperties.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
instanceUrl()
The location of the Slack resource.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SlackConnectorProfileProperties.Builder> |
serializableBuilderClass() |
SlackConnectorProfileProperties.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String instanceUrl()
The location of the Slack resource.
public SlackConnectorProfileProperties.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SlackConnectorProfileProperties.Builder,SlackConnectorProfileProperties>public static SlackConnectorProfileProperties.Builder builder()
public static Class<? extends SlackConnectorProfileProperties.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.