@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutEventsConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
PutEventsConfigurationRequest() |
Modifier and Type | Method and Description |
---|---|
PutEventsConfigurationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAccountId()
The Amazon Chime account ID.
|
String |
getBotId()
The bot ID.
|
String |
getLambdaFunctionArn()
Lambda function ARN that allows the bot to receive outgoing events.
|
String |
getOutboundEventsHTTPSEndpoint()
HTTPS endpoint that allows the bot to receive outgoing events.
|
int |
hashCode() |
void |
setAccountId(String accountId)
The Amazon Chime account ID.
|
void |
setBotId(String botId)
The bot ID.
|
void |
setLambdaFunctionArn(String lambdaFunctionArn)
Lambda function ARN that allows the bot to receive outgoing events.
|
void |
setOutboundEventsHTTPSEndpoint(String outboundEventsHTTPSEndpoint)
HTTPS endpoint that allows the bot to receive outgoing events.
|
String |
toString()
Returns a string representation of this object.
|
PutEventsConfigurationRequest |
withAccountId(String accountId)
The Amazon Chime account ID.
|
PutEventsConfigurationRequest |
withBotId(String botId)
The bot ID.
|
PutEventsConfigurationRequest |
withLambdaFunctionArn(String lambdaFunctionArn)
Lambda function ARN that allows the bot to receive outgoing events.
|
PutEventsConfigurationRequest |
withOutboundEventsHTTPSEndpoint(String outboundEventsHTTPSEndpoint)
HTTPS endpoint that allows the bot to receive outgoing events.
|
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 void setAccountId(String accountId)
The Amazon Chime account ID.
accountId
- The Amazon Chime account ID.public String getAccountId()
The Amazon Chime account ID.
public PutEventsConfigurationRequest withAccountId(String accountId)
The Amazon Chime account ID.
accountId
- The Amazon Chime account ID.public void setBotId(String botId)
The bot ID.
botId
- The bot ID.public String getBotId()
The bot ID.
public PutEventsConfigurationRequest withBotId(String botId)
The bot ID.
botId
- The bot ID.public void setOutboundEventsHTTPSEndpoint(String outboundEventsHTTPSEndpoint)
HTTPS endpoint that allows the bot to receive outgoing events.
outboundEventsHTTPSEndpoint
- HTTPS endpoint that allows the bot to receive outgoing events.public String getOutboundEventsHTTPSEndpoint()
HTTPS endpoint that allows the bot to receive outgoing events.
public PutEventsConfigurationRequest withOutboundEventsHTTPSEndpoint(String outboundEventsHTTPSEndpoint)
HTTPS endpoint that allows the bot to receive outgoing events.
outboundEventsHTTPSEndpoint
- HTTPS endpoint that allows the bot to receive outgoing events.public void setLambdaFunctionArn(String lambdaFunctionArn)
Lambda function ARN that allows the bot to receive outgoing events.
lambdaFunctionArn
- Lambda function ARN that allows the bot to receive outgoing events.public String getLambdaFunctionArn()
Lambda function ARN that allows the bot to receive outgoing events.
public PutEventsConfigurationRequest withLambdaFunctionArn(String lambdaFunctionArn)
Lambda function ARN that allows the bot to receive outgoing events.
lambdaFunctionArn
- Lambda function ARN that allows the bot to receive outgoing events.public String toString()
toString
in class Object
Object.toString()
public PutEventsConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.