@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RegisterSlackWorkspaceForOrganizationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
RegisterSlackWorkspaceForOrganizationRequest() |
| Modifier and Type | Method and Description |
|---|---|
RegisterSlackWorkspaceForOrganizationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getTeamId()
The team ID in Slack.
|
int |
hashCode() |
void |
setTeamId(String teamId)
The team ID in Slack.
|
String |
toString()
Returns a string representation of this object.
|
RegisterSlackWorkspaceForOrganizationRequest |
withTeamId(String teamId)
The team ID in Slack.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic RegisterSlackWorkspaceForOrganizationRequest()
public void setTeamId(String teamId)
The team ID in Slack. This ID uniquely identifies a Slack workspace, such as T012ABCDEFG. Specify
the Slack workspace that you want to use for your organization.
teamId - The team ID in Slack. This ID uniquely identifies a Slack workspace, such as T012ABCDEFG.
Specify the Slack workspace that you want to use for your organization.public String getTeamId()
The team ID in Slack. This ID uniquely identifies a Slack workspace, such as T012ABCDEFG. Specify
the Slack workspace that you want to use for your organization.
T012ABCDEFG.
Specify the Slack workspace that you want to use for your organization.public RegisterSlackWorkspaceForOrganizationRequest withTeamId(String teamId)
The team ID in Slack. This ID uniquely identifies a Slack workspace, such as T012ABCDEFG. Specify
the Slack workspace that you want to use for your organization.
teamId - The team ID in Slack. This ID uniquely identifies a Slack workspace, such as T012ABCDEFG.
Specify the Slack workspace that you want to use for your organization.public String toString()
toString in class ObjectObject.toString()public RegisterSlackWorkspaceForOrganizationRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()