@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateChimeWebhookConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| CreateChimeWebhookConfigurationResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateChimeWebhookConfigurationResult | clone() | 
| boolean | equals(Object obj) | 
| ChimeWebhookConfiguration | getWebhookConfiguration()Chime webhook configuration. | 
| int | hashCode() | 
| void | setWebhookConfiguration(ChimeWebhookConfiguration webhookConfiguration)Chime webhook configuration. | 
| String | toString()Returns a string representation of this object. | 
| CreateChimeWebhookConfigurationResult | withWebhookConfiguration(ChimeWebhookConfiguration webhookConfiguration)Chime webhook configuration. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic CreateChimeWebhookConfigurationResult()
public void setWebhookConfiguration(ChimeWebhookConfiguration webhookConfiguration)
webhookConfiguration - Chime webhook configuration.public ChimeWebhookConfiguration getWebhookConfiguration()
public CreateChimeWebhookConfigurationResult withWebhookConfiguration(ChimeWebhookConfiguration webhookConfiguration)
webhookConfiguration - Chime webhook configuration.public String toString()
toString in class ObjectObject.toString()public CreateChimeWebhookConfigurationResult clone()