@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutEventsConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
PutEventsConfigurationResult() |
Modifier and Type | Method and Description |
---|---|
PutEventsConfigurationResult |
clone() |
boolean |
equals(Object obj) |
EventsConfiguration |
getEventsConfiguration()
The configuration that allows a bot to receive outgoing events.
|
int |
hashCode() |
void |
setEventsConfiguration(EventsConfiguration eventsConfiguration)
The configuration that allows a bot to receive outgoing events.
|
String |
toString()
Returns a string representation of this object.
|
PutEventsConfigurationResult |
withEventsConfiguration(EventsConfiguration eventsConfiguration)
The configuration that allows a bot to receive outgoing events.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setEventsConfiguration(EventsConfiguration eventsConfiguration)
The configuration that allows a bot to receive outgoing events. Can be an HTTPS endpoint or an AWS Lambda function ARN.
eventsConfiguration
- The configuration that allows a bot to receive outgoing events. Can be an HTTPS endpoint or an AWS Lambda
function ARN.public EventsConfiguration getEventsConfiguration()
The configuration that allows a bot to receive outgoing events. Can be an HTTPS endpoint or an AWS Lambda function ARN.
public PutEventsConfigurationResult withEventsConfiguration(EventsConfiguration eventsConfiguration)
The configuration that allows a bot to receive outgoing events. Can be an HTTPS endpoint or an AWS Lambda function ARN.
eventsConfiguration
- The configuration that allows a bot to receive outgoing events. Can be an HTTPS endpoint or an AWS Lambda
function ARN.public String toString()
toString
in class Object
Object.toString()
public PutEventsConfigurationResult clone()