@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDiscoveredSchemaRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetDiscoveredSchemaRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetDiscoveredSchemaRequest |
clone() |
boolean |
equals(Object obj) |
List<String> |
getEvents()
An array of strings that
|
String |
getType()
The type of event.
|
int |
hashCode() |
void |
setEvents(Collection<String> events)
An array of strings that
|
void |
setType(String type)
The type of event.
|
String |
toString()
Returns a string representation of this object.
|
GetDiscoveredSchemaRequest |
withEvents(Collection<String> events)
An array of strings that
|
GetDiscoveredSchemaRequest |
withEvents(String... events)
An array of strings that
|
GetDiscoveredSchemaRequest |
withType(String type)
The type of event.
|
GetDiscoveredSchemaRequest |
withType(Type type)
The type of event.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic List<String> getEvents()
An array of strings that
public void setEvents(Collection<String> events)
An array of strings that
events - An array of strings thatpublic GetDiscoveredSchemaRequest withEvents(String... events)
An array of strings that
NOTE: This method appends the values to the existing list (if any). Use
setEvents(java.util.Collection) or withEvents(java.util.Collection) if you want to override the
existing values.
events - An array of strings thatpublic GetDiscoveredSchemaRequest withEvents(Collection<String> events)
An array of strings that
events - An array of strings thatpublic void setType(String type)
The type of event.
type - The type of event.Typepublic GetDiscoveredSchemaRequest withType(String type)
The type of event.
type - The type of event.Typepublic GetDiscoveredSchemaRequest withType(Type type)
The type of event.
type - The type of event.Typepublic String toString()
toString in class ObjectObject.toString()public GetDiscoveredSchemaRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.