@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateDiscovererRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateDiscovererRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateDiscovererRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Boolean |
getCrossAccount()
Support discovery of schemas in events sent to the bus from another account.
|
String |
getDescription()
The description of the discoverer to update.
|
String |
getDiscovererId()
The ID of the discoverer.
|
int |
hashCode() |
Boolean |
isCrossAccount()
Support discovery of schemas in events sent to the bus from another account.
|
void |
setCrossAccount(Boolean crossAccount)
Support discovery of schemas in events sent to the bus from another account.
|
void |
setDescription(String description)
The description of the discoverer to update.
|
void |
setDiscovererId(String discovererId)
The ID of the discoverer.
|
String |
toString()
Returns a string representation of this object.
|
UpdateDiscovererRequest |
withCrossAccount(Boolean crossAccount)
Support discovery of schemas in events sent to the bus from another account.
|
UpdateDiscovererRequest |
withDescription(String description)
The description of the discoverer to update.
|
UpdateDiscovererRequest |
withDiscovererId(String discovererId)
The ID of the discoverer.
|
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 setDescription(String description)
The description of the discoverer to update.
description
- The description of the discoverer to update.public String getDescription()
The description of the discoverer to update.
public UpdateDiscovererRequest withDescription(String description)
The description of the discoverer to update.
description
- The description of the discoverer to update.public void setDiscovererId(String discovererId)
The ID of the discoverer.
discovererId
- The ID of the discoverer.public String getDiscovererId()
The ID of the discoverer.
public UpdateDiscovererRequest withDiscovererId(String discovererId)
The ID of the discoverer.
discovererId
- The ID of the discoverer.public void setCrossAccount(Boolean crossAccount)
Support discovery of schemas in events sent to the bus from another account. (default: true)
crossAccount
- Support discovery of schemas in events sent to the bus from another account. (default: true)public Boolean getCrossAccount()
Support discovery of schemas in events sent to the bus from another account. (default: true)
public UpdateDiscovererRequest withCrossAccount(Boolean crossAccount)
Support discovery of schemas in events sent to the bus from another account. (default: true)
crossAccount
- Support discovery of schemas in events sent to the bus from another account. (default: true)public Boolean isCrossAccount()
Support discovery of schemas in events sent to the bus from another account. (default: true)
public String toString()
toString
in class Object
Object.toString()
public UpdateDiscovererRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()