@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateMicrosoftTeamsChannelConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateMicrosoftTeamsChannelConfigurationResult() |
Modifier and Type | Method and Description |
---|---|
UpdateMicrosoftTeamsChannelConfigurationResult |
clone() |
boolean |
equals(Object obj) |
TeamsChannelConfiguration |
getChannelConfiguration()
The configuration for a Microsoft Teams channel configured with AWS Chatbot.
|
int |
hashCode() |
void |
setChannelConfiguration(TeamsChannelConfiguration channelConfiguration)
The configuration for a Microsoft Teams channel configured with AWS Chatbot.
|
String |
toString()
Returns a string representation of this object.
|
UpdateMicrosoftTeamsChannelConfigurationResult |
withChannelConfiguration(TeamsChannelConfiguration channelConfiguration)
The configuration for a Microsoft Teams channel configured with AWS Chatbot.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public UpdateMicrosoftTeamsChannelConfigurationResult()
public void setChannelConfiguration(TeamsChannelConfiguration channelConfiguration)
channelConfiguration
- The configuration for a Microsoft Teams channel configured with AWS Chatbot.public TeamsChannelConfiguration getChannelConfiguration()
public UpdateMicrosoftTeamsChannelConfigurationResult withChannelConfiguration(TeamsChannelConfiguration channelConfiguration)
channelConfiguration
- The configuration for a Microsoft Teams channel configured with AWS Chatbot.public String toString()
toString
in class Object
Object.toString()
public UpdateMicrosoftTeamsChannelConfigurationResult clone()