@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) |
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() |
Map<String,String> |
getTags()
Tags associated with the resource.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
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) |
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) |
DiscovererSummary |
withState(String state) |
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)
state
- DiscovererState
public String getState()
DiscovererState
public DiscovererSummary withState(String state)
state
- DiscovererState
public DiscovererSummary withState(DiscovererState state)
state
- DiscovererState
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 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 Object
Object.toString()
public DiscovererSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.