* The description of the discoverer. *
*/ private String description; /** ** The ARN of the discoverer. *
*/ private String discovererArn; /** ** The ID of the discoverer. *
*/ private String discovererId; /** ** The ARN of the event bus. *
*/ private String sourceArn; /** ** The state of the discoverer. *
*/ private String state; /** ** The Status if the discoverer will discover schemas from events sent from another account. *
*/ private Boolean crossAccount; /** ** Tags associated with the resource. *
*/ private java.util.Map* The description of the discoverer. *
* * @param description * The description of the discoverer. */ public void setDescription(String description) { this.description = description; } /** ** The description of the discoverer. *
* * @return The description of the discoverer. */ public String getDescription() { return this.description; } /** ** The description of the discoverer. *
* * @param description * The description of the discoverer. * @return Returns a reference to this object so that method calls can be chained together. */ public UpdateDiscovererResult withDescription(String description) { setDescription(description); return this; } /** ** The ARN of the discoverer. *
* * @param discovererArn * The ARN of the discoverer. */ public void setDiscovererArn(String discovererArn) { this.discovererArn = discovererArn; } /** ** The ARN of the discoverer. *
* * @return The ARN of the discoverer. */ public String getDiscovererArn() { return this.discovererArn; } /** ** The ARN of the discoverer. *
* * @param discovererArn * The ARN of the discoverer. * @return Returns a reference to this object so that method calls can be chained together. */ public UpdateDiscovererResult withDiscovererArn(String discovererArn) { setDiscovererArn(discovererArn); return this; } /** ** The ID of the discoverer. *
* * @param discovererId * The ID of the discoverer. */ public void setDiscovererId(String discovererId) { this.discovererId = discovererId; } /** ** The ID of the discoverer. *
* * @return The ID of the discoverer. */ public String getDiscovererId() { return this.discovererId; } /** ** The ID of the discoverer. *
* * @param discovererId * The ID of the discoverer. * @return Returns a reference to this object so that method calls can be chained together. */ public UpdateDiscovererResult withDiscovererId(String discovererId) { setDiscovererId(discovererId); return this; } /** ** The ARN of the event bus. *
* * @param sourceArn * The ARN of the event bus. */ public void setSourceArn(String sourceArn) { this.sourceArn = sourceArn; } /** ** The ARN of the event bus. *
* * @return The ARN of the event bus. */ public String getSourceArn() { return this.sourceArn; } /** ** The ARN of the event bus. *
* * @param sourceArn * The ARN of the event bus. * @return Returns a reference to this object so that method calls can be chained together. */ public UpdateDiscovererResult withSourceArn(String sourceArn) { setSourceArn(sourceArn); return this; } /** ** The state of the discoverer. *
* * @param state * The state of the discoverer. * @see DiscovererState */ public void setState(String state) { this.state = state; } /** ** The state of the discoverer. *
* * @return The state of the discoverer. * @see DiscovererState */ public String getState() { return this.state; } /** ** The state of the discoverer. *
* * @param state * The state of the discoverer. * @return Returns a reference to this object so that method calls can be chained together. * @see DiscovererState */ public UpdateDiscovererResult withState(String state) { setState(state); return this; } /** ** The state of the discoverer. *
* * @param state * The state of the discoverer. * @return Returns a reference to this object so that method calls can be chained together. * @see DiscovererState */ public UpdateDiscovererResult withState(DiscovererState state) { this.state = state.toString(); return this; } /** ** The Status if the discoverer will discover schemas from events sent from another account. *
* * @param crossAccount * The Status if the discoverer will discover schemas from events sent from another account. */ public void setCrossAccount(Boolean crossAccount) { this.crossAccount = crossAccount; } /** ** The Status if the discoverer will discover schemas from events sent from another account. *
* * @return The Status if the discoverer will discover schemas from events sent from another account. */ public Boolean getCrossAccount() { return this.crossAccount; } /** ** The Status if the discoverer will discover schemas from events sent from another account. *
* * @param crossAccount * The Status if the discoverer will discover schemas from events sent from another account. * @return Returns a reference to this object so that method calls can be chained together. */ public UpdateDiscovererResult withCrossAccount(Boolean crossAccount) { setCrossAccount(crossAccount); return this; } /** ** The Status if the discoverer will discover schemas from events sent from another account. *
* * @return The Status if the discoverer will discover schemas from events sent from another account. */ public Boolean isCrossAccount() { return this.crossAccount; } /** ** Tags associated with the resource. *
* * @return Tags associated with the resource. */ public java.util.Map* Tags associated with the resource. *
* * @param tags * Tags associated with the resource. */ public void setTags(java.util.Map* Tags associated with the resource. *
* * @param tags * Tags associated with the resource. * @return Returns a reference to this object so that method calls can be chained together. */ public UpdateDiscovererResult withTags(java.util.Map