@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDiscovererResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeDiscovererResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeDiscovererResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
DescribeDiscovererResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
DescribeDiscovererResult |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
The description of the discoverer.
|
String |
getDiscovererArn()
The ARN of the discoverer.
|
String |
getDiscovererId()
The ID of the discoverer.
|
String |
getSourceArn()
The ARN of the event bus.
|
String |
getState()
The state of the discoverer.
|
Map<String,String> |
getTags()
Tags associated with the resource.
|
int |
hashCode() |
void |
setDescription(String description)
The description of the discoverer.
|
void |
setDiscovererArn(String discovererArn)
The ARN of the discoverer.
|
void |
setDiscovererId(String discovererId)
The ID of the discoverer.
|
void |
setSourceArn(String sourceArn)
The ARN of the event bus.
|
void |
setState(String state)
The state of the discoverer.
|
void |
setTags(Map<String,String> tags)
Tags associated with the resource.
|
String |
toString()
Returns a string representation of this object.
|
DescribeDiscovererResult |
withDescription(String description)
The description of the discoverer.
|
DescribeDiscovererResult |
withDiscovererArn(String discovererArn)
The ARN of the discoverer.
|
DescribeDiscovererResult |
withDiscovererId(String discovererId)
The ID of the discoverer.
|
DescribeDiscovererResult |
withSourceArn(String sourceArn)
The ARN of the event bus.
|
DescribeDiscovererResult |
withState(DiscovererState state)
The state of the discoverer.
|
DescribeDiscovererResult |
withState(String state)
The state of the discoverer.
|
DescribeDiscovererResult |
withTags(Map<String,String> tags)
Tags associated with the resource.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setDescription(String description)
The description of the discoverer.
description - The description of the discoverer.public String getDescription()
The description of the discoverer.
public DescribeDiscovererResult withDescription(String description)
The description of the discoverer.
description - The description of the discoverer.public void setDiscovererArn(String discovererArn)
The ARN of the discoverer.
discovererArn - The ARN of the discoverer.public String getDiscovererArn()
The ARN of the discoverer.
public DescribeDiscovererResult withDiscovererArn(String discovererArn)
The ARN of the discoverer.
discovererArn - The ARN of the discoverer.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 DescribeDiscovererResult withDiscovererId(String discovererId)
The ID of the discoverer.
discovererId - The ID of 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 DescribeDiscovererResult withSourceArn(String sourceArn)
The ARN of the event bus.
sourceArn - The ARN of the event bus.public void setState(String state)
The state of the discoverer.
state - The state of the discoverer.DiscovererStatepublic String getState()
The state of the discoverer.
DiscovererStatepublic DescribeDiscovererResult withState(String state)
The state of the discoverer.
state - The state of the discoverer.DiscovererStatepublic DescribeDiscovererResult withState(DiscovererState state)
The state of the discoverer.
state - The state of the discoverer.DiscovererStatepublic 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 DescribeDiscovererResult withTags(Map<String,String> tags)
Tags associated with the resource.
tags - Tags associated with the resource.public DescribeDiscovererResult addTagsEntry(String key, String value)
public DescribeDiscovererResult clearTagsEntries()
public String toString()
toString in class ObjectObject.toString()public DescribeDiscovererResult clone()
Copyright © 2021. All rights reserved.