@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateDiscovererRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateDiscovererRequest() |
Modifier and Type | Method and Description |
---|---|
CreateDiscovererRequest |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateDiscovererRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateDiscovererRequest |
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()
A description for the discoverer.
|
String |
getSourceArn()
The ARN of the event bus.
|
Map<String,String> |
getTags()
Tags associated with the resource.
|
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)
A description for the discoverer.
|
void |
setSourceArn(String sourceArn)
The ARN of the event bus.
|
void |
setTags(Map<String,String> tags)
Tags associated with the resource.
|
String |
toString()
Returns a string representation of this object.
|
CreateDiscovererRequest |
withCrossAccount(Boolean crossAccount)
Support discovery of schemas in events sent to the bus from another account.
|
CreateDiscovererRequest |
withDescription(String description)
A description for the discoverer.
|
CreateDiscovererRequest |
withSourceArn(String sourceArn)
The ARN of the event bus.
|
CreateDiscovererRequest |
withTags(Map<String,String> tags)
Tags associated with the resource.
|
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)
A description for the discoverer.
description
- A description for the discoverer.public String getDescription()
A description for the discoverer.
public CreateDiscovererRequest withDescription(String description)
A description for the discoverer.
description
- A description for the discoverer.public void setSourceArn(String sourceArn)
The ARN of the event bus.
sourceArn
- The ARN of the event bus.public String getSourceArn()
The ARN of the event bus.
public CreateDiscovererRequest withSourceArn(String sourceArn)
The ARN of the event bus.
sourceArn
- The ARN of the event bus.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 CreateDiscovererRequest 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 Map<String,String> getTags()
Tags associated with the resource.
public void setTags(Map<String,String> tags)
Tags associated with the resource.
tags
- Tags associated with the resource.public CreateDiscovererRequest withTags(Map<String,String> tags)
Tags associated with the resource.
tags
- Tags associated with the resource.public CreateDiscovererRequest addTagsEntry(String key, String value)
public CreateDiscovererRequest clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public CreateDiscovererRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()