Class SlackWorkspaceConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.supportapp.model.SlackWorkspaceConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SlackWorkspaceConfiguration.Builder,SlackWorkspaceConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class SlackWorkspaceConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SlackWorkspaceConfiguration.Builder,SlackWorkspaceConfiguration>
The configuration for a Slack workspace that you added to an Amazon Web Services account.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSlackWorkspaceConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleanallowOrganizationMemberAccount()Whether to allow member accounts to authorize Slack workspaces.static SlackWorkspaceConfiguration.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends SlackWorkspaceConfiguration.Builder>serializableBuilderClass()StringteamId()The team ID in Slack.StringteamName()The name of the Slack workspace.SlackWorkspaceConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
allowOrganizationMemberAccount
public final Boolean allowOrganizationMemberAccount()
Whether to allow member accounts to authorize Slack workspaces. Member accounts must be part of an organization in Organizations.
- Returns:
- Whether to allow member accounts to authorize Slack workspaces. Member accounts must be part of an organization in Organizations.
-
teamId
public final String teamId()
The team ID in Slack. This ID uniquely identifies a Slack workspace, such as
T012ABCDEFG.- Returns:
- The team ID in Slack. This ID uniquely identifies a Slack workspace, such as
T012ABCDEFG.
-
teamName
public final String teamName()
The name of the Slack workspace.
- Returns:
- The name of the Slack workspace.
-
toBuilder
public SlackWorkspaceConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SlackWorkspaceConfiguration.Builder,SlackWorkspaceConfiguration>
-
builder
public static SlackWorkspaceConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends SlackWorkspaceConfiguration.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.
-
-