@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetEventsConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetEventsConfigurationResult() |
Modifier and Type | Method and Description |
---|---|
GetEventsConfigurationResult |
clone() |
boolean |
equals(Object obj) |
EventsConfiguration |
getEventsConfiguration()
The events configuration details.
|
int |
hashCode() |
void |
setEventsConfiguration(EventsConfiguration eventsConfiguration)
The events configuration details.
|
String |
toString()
Returns a string representation of this object.
|
GetEventsConfigurationResult |
withEventsConfiguration(EventsConfiguration eventsConfiguration)
The events configuration details.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setEventsConfiguration(EventsConfiguration eventsConfiguration)
The events configuration details.
eventsConfiguration
- The events configuration details.public EventsConfiguration getEventsConfiguration()
The events configuration details.
public GetEventsConfigurationResult withEventsConfiguration(EventsConfiguration eventsConfiguration)
The events configuration details.
eventsConfiguration
- The events configuration details.public String toString()
toString
in class Object
Object.toString()
public GetEventsConfigurationResult clone()