@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 Object
Object.toString()
public SlackWorkspaceConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.