@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeChimeWebhookConfigurationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeChimeWebhookConfigurationsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeChimeWebhookConfigurationsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getChatConfigurationArn()
An optional ARN of a ChimeWebhookConfiguration to describe.
|
Integer |
getMaxResults()
The maximum number of results to include in the response.
|
String |
getNextToken()
An optional token returned from a prior request.
|
int |
hashCode() |
void |
setChatConfigurationArn(String chatConfigurationArn)
An optional ARN of a ChimeWebhookConfiguration to describe.
|
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.
|
String |
toString()
Returns a string representation of this object.
|
DescribeChimeWebhookConfigurationsRequest |
withChatConfigurationArn(String chatConfigurationArn)
An optional ARN of a ChimeWebhookConfiguration to describe.
|
DescribeChimeWebhookConfigurationsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to include in the response.
|
DescribeChimeWebhookConfigurationsRequest |
withNextToken(String nextToken)
An optional token returned from a prior request.
|
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 DescribeChimeWebhookConfigurationsRequest()
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 DescribeChimeWebhookConfigurationsRequest 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 DescribeChimeWebhookConfigurationsRequest 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 setChatConfigurationArn(String chatConfigurationArn)
chatConfigurationArn
- An optional ARN of a ChimeWebhookConfiguration to describe.public String getChatConfigurationArn()
public DescribeChimeWebhookConfigurationsRequest withChatConfigurationArn(String chatConfigurationArn)
chatConfigurationArn
- An optional ARN of a ChimeWebhookConfiguration to describe.public String toString()
toString
in class Object
Object.toString()
public DescribeChimeWebhookConfigurationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Privacy | Site terms | Cookie preferences | © 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.