@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeChimeWebhookConfigurationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeChimeWebhookConfigurationsResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeChimeWebhookConfigurationsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
An optional token returned from a prior request.
|
List<ChimeWebhookConfiguration> |
getWebhookConfigurations()
A list of Chime webhooks associated with the account.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
An optional token returned from a prior request.
|
void |
setWebhookConfigurations(Collection<ChimeWebhookConfiguration> webhookConfigurations)
A list of Chime webhooks associated with the account.
|
String |
toString()
Returns a string representation of this object.
|
DescribeChimeWebhookConfigurationsResult |
withNextToken(String nextToken)
An optional token returned from a prior request.
|
DescribeChimeWebhookConfigurationsResult |
withWebhookConfigurations(ChimeWebhookConfiguration... webhookConfigurations)
A list of Chime webhooks associated with the account.
|
DescribeChimeWebhookConfigurationsResult |
withWebhookConfigurations(Collection<ChimeWebhookConfiguration> webhookConfigurations)
A list of Chime webhooks associated with the account.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic DescribeChimeWebhookConfigurationsResult()
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 DescribeChimeWebhookConfigurationsResult 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 List<ChimeWebhookConfiguration> getWebhookConfigurations()
public void setWebhookConfigurations(Collection<ChimeWebhookConfiguration> webhookConfigurations)
webhookConfigurations - A list of Chime webhooks associated with the account.public DescribeChimeWebhookConfigurationsResult withWebhookConfigurations(ChimeWebhookConfiguration... webhookConfigurations)
NOTE: This method appends the values to the existing list (if any). Use
setWebhookConfigurations(java.util.Collection) or
withWebhookConfigurations(java.util.Collection) if you want to override the existing values.
webhookConfigurations - A list of Chime webhooks associated with the account.public DescribeChimeWebhookConfigurationsResult withWebhookConfigurations(Collection<ChimeWebhookConfiguration> webhookConfigurations)
webhookConfigurations - A list of Chime webhooks associated with the account.public String toString()
toString in class ObjectObject.toString()public DescribeChimeWebhookConfigurationsResult clone()