@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteSlackChannelConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteSlackChannelConfigurationRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteSlackChannelConfigurationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getChannelId()
The channel ID in Slack.
|
String |
getTeamId()
The team ID in Slack.
|
int |
hashCode() |
void |
setChannelId(String channelId)
The channel ID in Slack.
|
void |
setTeamId(String teamId)
The team ID in Slack.
|
String |
toString()
Returns a string representation of this object.
|
DeleteSlackChannelConfigurationRequest |
withChannelId(String channelId)
The channel ID in Slack.
|
DeleteSlackChannelConfigurationRequest |
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 DeleteSlackChannelConfigurationRequest()
public void setChannelId(String channelId)
The channel ID in Slack. This ID identifies a channel within a Slack workspace.
channelId - The channel ID in Slack. This ID identifies a channel within a Slack workspace.public String getChannelId()
The channel ID in Slack. This ID identifies a channel within a Slack workspace.
public DeleteSlackChannelConfigurationRequest withChannelId(String channelId)
The channel ID in Slack. This ID identifies a channel within a Slack workspace.
channelId - The channel ID in Slack. This ID identifies a channel within a Slack workspace.public 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 DeleteSlackChannelConfigurationRequest 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 String toString()
toString in class ObjectObject.toString()public DeleteSlackChannelConfigurationRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()