@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DiscovererSummary extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
DiscovererSummary() |
| Modifier and Type | Method and Description |
|---|---|
DiscovererSummary |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
DiscovererSummary |
clearTagsEntries()
Removes all the entries added into Tags.
|
DiscovererSummary |
clone() |
boolean |
equals(Object obj) |
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 |
marshall(ProtocolMarshaller protocolMarshaller) |
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.
|
DiscovererSummary |
withDiscovererArn(String discovererArn)
The ARN of the discoverer.
|
DiscovererSummary |
withDiscovererId(String discovererId)
The ID of the discoverer.
|
DiscovererSummary |
withSourceArn(String sourceArn)
The ARN of the event bus.
|
DiscovererSummary |
withState(DiscovererState state)
The state of the discoverer.
|
DiscovererSummary |
withState(String state)
The state of the discoverer.
|
DiscovererSummary |
withTags(Map<String,String> tags)
Tags associated with the resource.
|
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 DiscovererSummary 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 DiscovererSummary 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 DiscovererSummary 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 DiscovererSummary withState(String state)
The state of the discoverer.
state - The state of the discoverer.DiscovererStatepublic DiscovererSummary 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 DiscovererSummary withTags(Map<String,String> tags)
Tags associated with the resource.
tags - Tags associated with the resource.public DiscovererSummary addTagsEntry(String key, String value)
public DiscovererSummary clearTagsEntries()
public String toString()
toString in class ObjectObject.toString()public DiscovererSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.