@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateMicrosoftTeamsChannelConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateMicrosoftTeamsChannelConfigurationResult() |
Modifier and Type | Method and Description |
---|---|
CreateMicrosoftTeamsChannelConfigurationResult |
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.
|
CreateMicrosoftTeamsChannelConfigurationResult |
withChannelConfiguration(TeamsChannelConfiguration channelConfiguration)
The configuration for a Microsoft Teams channel configured with AWS Chatbot.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public CreateMicrosoftTeamsChannelConfigurationResult()
public void setChannelConfiguration(TeamsChannelConfiguration channelConfiguration)
channelConfiguration
- The configuration for a Microsoft Teams channel configured with AWS Chatbot.public TeamsChannelConfiguration getChannelConfiguration()
public CreateMicrosoftTeamsChannelConfigurationResult 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 CreateMicrosoftTeamsChannelConfigurationResult clone()