@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RegisterSlackWorkspaceForOrganizationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
RegisterSlackWorkspaceForOrganizationResult() |
| Modifier and Type | Method and Description |
|---|---|
RegisterSlackWorkspaceForOrganizationResult |
clone() |
boolean |
equals(Object obj) |
String |
getAccountType()
Whether the Amazon Web Services account is a management or member account that's part of an organization in
Organizations.
|
String |
getTeamId()
The team ID in Slack.
|
String |
getTeamName()
The name of the Slack workspace.
|
int |
hashCode() |
void |
setAccountType(String accountType)
Whether the Amazon Web Services account is a management or member account that's part of an organization in
Organizations.
|
void |
setTeamId(String teamId)
The team ID in Slack.
|
void |
setTeamName(String teamName)
The name of the Slack workspace.
|
String |
toString()
Returns a string representation of this object.
|
RegisterSlackWorkspaceForOrganizationResult |
withAccountType(AccountType accountType)
Whether the Amazon Web Services account is a management or member account that's part of an organization in
Organizations.
|
RegisterSlackWorkspaceForOrganizationResult |
withAccountType(String accountType)
Whether the Amazon Web Services account is a management or member account that's part of an organization in
Organizations.
|
RegisterSlackWorkspaceForOrganizationResult |
withTeamId(String teamId)
The team ID in Slack.
|
RegisterSlackWorkspaceForOrganizationResult |
withTeamName(String teamName)
The name of the Slack workspace.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic RegisterSlackWorkspaceForOrganizationResult()
public void setAccountType(String accountType)
Whether the Amazon Web Services account is a management or member account that's part of an organization in Organizations.
accountType - Whether the Amazon Web Services account is a management or member account that's part of an organization
in Organizations.AccountTypepublic String getAccountType()
Whether the Amazon Web Services account is a management or member account that's part of an organization in Organizations.
AccountTypepublic RegisterSlackWorkspaceForOrganizationResult withAccountType(String accountType)
Whether the Amazon Web Services account is a management or member account that's part of an organization in Organizations.
accountType - Whether the Amazon Web Services account is a management or member account that's part of an organization
in Organizations.AccountTypepublic RegisterSlackWorkspaceForOrganizationResult withAccountType(AccountType accountType)
Whether the Amazon Web Services account is a management or member account that's part of an organization in Organizations.
accountType - Whether the Amazon Web Services account is a management or member account that's part of an organization
in Organizations.AccountTypepublic void setTeamId(String teamId)
The team ID in Slack. This ID uniquely identifies a Slack workspace, such as T012ABCDEFG.
teamId - The team ID in Slack. This ID uniquely identifies a Slack workspace, such as T012ABCDEFG.public String getTeamId()
The team ID in Slack. This ID uniquely identifies a Slack workspace, such as T012ABCDEFG.
T012ABCDEFG.public RegisterSlackWorkspaceForOrganizationResult withTeamId(String teamId)
The team ID in Slack. This ID uniquely identifies a Slack workspace, such as T012ABCDEFG.
teamId - The team ID in Slack. This ID uniquely identifies a Slack workspace, such as T012ABCDEFG.public void setTeamName(String teamName)
The name of the Slack workspace.
teamName - The name of the Slack workspace.public String getTeamName()
The name of the Slack workspace.
public RegisterSlackWorkspaceForOrganizationResult withTeamName(String teamName)
The name of the Slack workspace.
teamName - The name of the Slack workspace.public String toString()
toString in class ObjectObject.toString()public RegisterSlackWorkspaceForOrganizationResult clone()