@Generated(value="software.amazon.awssdk:codegen") public final class PutEventsConfigurationRequest extends ChimeRequest implements ToCopyableBuilder<PutEventsConfigurationRequest.Builder,PutEventsConfigurationRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
PutEventsConfigurationRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accountId()
The Amazon Chime account ID.
|
String |
botId()
The bot ID.
|
static PutEventsConfigurationRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
lambdaFunctionArn()
Lambda function ARN that allows the bot to receive outgoing events.
|
String |
outboundEventsHTTPSEndpoint()
HTTPS endpoint that allows the bot to receive outgoing events.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PutEventsConfigurationRequest.Builder> |
serializableBuilderClass() |
PutEventsConfigurationRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String accountId()
The Amazon Chime account ID.
public final String botId()
The bot ID.
public final String outboundEventsHTTPSEndpoint()
HTTPS endpoint that allows the bot to receive outgoing events.
public final String lambdaFunctionArn()
Lambda function ARN that allows the bot to receive outgoing events.
public PutEventsConfigurationRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PutEventsConfigurationRequest.Builder,PutEventsConfigurationRequest>toBuilder in class ChimeRequestpublic static PutEventsConfigurationRequest.Builder builder()
public static Class<? extends PutEventsConfigurationRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.