@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) |
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) |
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, 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 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()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.