@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListMicrosoftTeamsChannelConfigurationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListMicrosoftTeamsChannelConfigurationsRequest() |
Modifier and Type | Method and Description |
---|---|
ListMicrosoftTeamsChannelConfigurationsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of results to include in the response.
|
String |
getNextToken()
An optional token returned from a prior request.
|
String |
getTeamId()
The ID of the Microsoft Team authorized with AWS Chatbot.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of results to include in the response.
|
void |
setNextToken(String nextToken)
An optional token returned from a prior request.
|
void |
setTeamId(String teamId)
The ID of the Microsoft Team authorized with AWS Chatbot.
|
String |
toString()
Returns a string representation of this object.
|
ListMicrosoftTeamsChannelConfigurationsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to include in the response.
|
ListMicrosoftTeamsChannelConfigurationsRequest |
withNextToken(String nextToken)
An optional token returned from a prior request.
|
ListMicrosoftTeamsChannelConfigurationsRequest |
withTeamId(String teamId)
The ID of the Microsoft Team authorized with AWS Chatbot.
|
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, withSdkRequestTimeout
public ListMicrosoftTeamsChannelConfigurationsRequest()
public void setMaxResults(Integer maxResults)
maxResults
- The maximum number of results to include in the response. If more results exist than the specified
MaxResults value, a token is included in the response so that the remaining results can be retrieved.public Integer getMaxResults()
public ListMicrosoftTeamsChannelConfigurationsRequest withMaxResults(Integer maxResults)
maxResults
- The maximum number of results to include in the response. If more results exist than the specified
MaxResults value, a token is included in the response so that the remaining results can be retrieved.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 ListMicrosoftTeamsChannelConfigurationsRequest 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 void setTeamId(String teamId)
teamId
- The ID of the Microsoft Team authorized with AWS Chatbot. To get the team ID, you must perform the initial
authorization flow with Microsoft Teams in the AWS Chatbot console. Then you can copy and paste the team
ID from the console. For more details, see steps 1-4 in Get started with Microsoft Teams in the AWS
Chatbot Administrator Guide.public String getTeamId()
public ListMicrosoftTeamsChannelConfigurationsRequest withTeamId(String teamId)
teamId
- The ID of the Microsoft Team authorized with AWS Chatbot. To get the team ID, you must perform the initial
authorization flow with Microsoft Teams in the AWS Chatbot console. Then you can copy and paste the team
ID from the console. For more details, see steps 1-4 in Get started with Microsoft Teams in the AWS
Chatbot Administrator Guide.public String toString()
toString
in class Object
Object.toString()
public ListMicrosoftTeamsChannelConfigurationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()