@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListMicrosoftTeamsConfiguredTeamsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| ListMicrosoftTeamsConfiguredTeamsResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| ListMicrosoftTeamsConfiguredTeamsResult | clone() | 
| boolean | equals(Object obj) | 
| List<ConfiguredTeam> | getConfiguredTeams()A list of teams in Microsoft Teams that have been configured with AWS Chatbot. | 
| String | getNextToken()An optional token returned from a prior request. | 
| int | hashCode() | 
| void | setConfiguredTeams(Collection<ConfiguredTeam> configuredTeams)A list of teams in Microsoft Teams that have been configured with AWS Chatbot. | 
| void | setNextToken(String nextToken)An optional token returned from a prior request. | 
| String | toString()Returns a string representation of this object. | 
| ListMicrosoftTeamsConfiguredTeamsResult | withConfiguredTeams(Collection<ConfiguredTeam> configuredTeams)A list of teams in Microsoft Teams that have been configured with AWS Chatbot. | 
| ListMicrosoftTeamsConfiguredTeamsResult | withConfiguredTeams(ConfiguredTeam... configuredTeams)A list of teams in Microsoft Teams that have been configured with AWS Chatbot. | 
| ListMicrosoftTeamsConfiguredTeamsResult | withNextToken(String nextToken)An optional token returned from a prior request. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic ListMicrosoftTeamsConfiguredTeamsResult()
public List<ConfiguredTeam> getConfiguredTeams()
public void setConfiguredTeams(Collection<ConfiguredTeam> configuredTeams)
configuredTeams - A list of teams in Microsoft Teams that have been configured with AWS Chatbot.public ListMicrosoftTeamsConfiguredTeamsResult withConfiguredTeams(ConfiguredTeam... configuredTeams)
 NOTE: This method appends the values to the existing list (if any). Use
 setConfiguredTeams(java.util.Collection) or withConfiguredTeams(java.util.Collection) if you
 want to override the existing values.
 
configuredTeams - A list of teams in Microsoft Teams that have been configured with AWS Chatbot.public ListMicrosoftTeamsConfiguredTeamsResult withConfiguredTeams(Collection<ConfiguredTeam> configuredTeams)
configuredTeams - A list of teams in Microsoft Teams that have been configured with AWS Chatbot.public void setNextToken(String nextToken)
nextToken - An optional token returned from a prior request. Use this token for pagination of results from this
        action. If this parameter is specified, the response includes only results beyond the token, up to the
        value specified by MaxResults.public String getNextToken()
public ListMicrosoftTeamsConfiguredTeamsResult withNextToken(String nextToken)
nextToken - An optional token returned from a prior request. Use this token for pagination of results from this
        action. If this parameter is specified, the response includes only results beyond the token, up to the
        value specified by MaxResults.public String toString()
toString in class ObjectObject.toString()public ListMicrosoftTeamsConfiguredTeamsResult clone()