@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() |
boolean |
equals(Object obj) |
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() |
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 |
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, 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 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 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 ObjectObject.toString()public CreateDiscovererRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.