@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeEventSourcesConfigResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
DescribeEventSourcesConfigResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
DescribeEventSourcesConfigResult | 
clone()  | 
boolean | 
equals(Object obj)  | 
EventSourcesConfig | 
getEventSources()
 Lists the event sources in the configuration. 
 | 
int | 
hashCode()  | 
void | 
setEventSources(EventSourcesConfig eventSources)
 Lists the event sources in the configuration. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
DescribeEventSourcesConfigResult | 
withEventSources(EventSourcesConfig eventSources)
 Lists the event sources in the configuration. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setEventSources(EventSourcesConfig eventSources)
Lists the event sources in the configuration.
eventSources - Lists the event sources in the configuration.public EventSourcesConfig getEventSources()
Lists the event sources in the configuration.
public DescribeEventSourcesConfigResult withEventSources(EventSourcesConfig eventSources)
Lists the event sources in the configuration.
eventSources - Lists the event sources in the configuration.public String toString()
toString in class ObjectObject.toString()public DescribeEventSourcesConfigResult clone()