@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SlackWorkspaceConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The configuration for a Slack workspace that you added to an Amazon Web Services account.
| Constructor and Description | 
|---|
SlackWorkspaceConfiguration()  | 
| Modifier and Type | Method and Description | 
|---|---|
SlackWorkspaceConfiguration | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getTeamId()
 The team ID in Slack. 
 | 
int | 
hashCode()  | 
void | 
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given  
ProtocolMarshaller. | 
void | 
setTeamId(String teamId)
 The team ID in Slack. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
SlackWorkspaceConfiguration | 
withTeamId(String teamId)
 The team ID in Slack. 
 | 
public void setTeamId(String teamId)
The team ID in Slack. This ID uniquely identifies a Slack workspace.
teamId - The team ID in Slack. This ID uniquely identifies a Slack workspace.public String getTeamId()
The team ID in Slack. This ID uniquely identifies a Slack workspace.
public SlackWorkspaceConfiguration withTeamId(String teamId)
The team ID in Slack. This ID uniquely identifies a Slack workspace.
teamId - The team ID in Slack. This ID uniquely identifies a Slack workspace.public String toString()
toString in class ObjectObject.toString()public SlackWorkspaceConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.