@Generated(value="software.amazon.awssdk:codegen") public final class RegisterSlackWorkspaceForOrganizationResponse extends SupportAppResponse implements ToCopyableBuilder<RegisterSlackWorkspaceForOrganizationResponse.Builder,RegisterSlackWorkspaceForOrganizationResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
RegisterSlackWorkspaceForOrganizationResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
AccountType |
accountType()
Whether the Amazon Web Services account is a management or member account that's part of an organization in
Organizations.
|
String |
accountTypeAsString()
Whether the Amazon Web Services account is a management or member account that's part of an organization in
Organizations.
|
static RegisterSlackWorkspaceForOrganizationResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends RegisterSlackWorkspaceForOrganizationResponse.Builder> |
serializableBuilderClass() |
String |
teamId()
The team ID in Slack.
|
String |
teamName()
The name of the Slack workspace.
|
RegisterSlackWorkspaceForOrganizationResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final AccountType accountType()
Whether the Amazon Web Services account is a management or member account that's part of an organization in Organizations.
If the service returns an enum value that is not available in the current SDK version, accountType will
return AccountType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
accountTypeAsString().
AccountTypepublic final String accountTypeAsString()
Whether the Amazon Web Services account is a management or member account that's part of an organization in Organizations.
If the service returns an enum value that is not available in the current SDK version, accountType will
return AccountType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
accountTypeAsString().
AccountTypepublic final String teamId()
The team ID in Slack. This ID uniquely identifies a Slack workspace, such as T012ABCDEFG.
T012ABCDEFG.public final String teamName()
The name of the Slack workspace.
public RegisterSlackWorkspaceForOrganizationResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RegisterSlackWorkspaceForOrganizationResponse.Builder,RegisterSlackWorkspaceForOrganizationResponse>toBuilder in class AwsResponsepublic static RegisterSlackWorkspaceForOrganizationResponse.Builder builder()
public static Class<? extends RegisterSlackWorkspaceForOrganizationResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2022. All rights reserved.