@Generated(value="software.amazon.awssdk:codegen") public final class UpdateDiscovererRequest extends SchemasRequest implements ToCopyableBuilder<UpdateDiscovererRequest.Builder,UpdateDiscovererRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateDiscovererRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateDiscovererRequest.Builder |
builder() |
Boolean |
crossAccount()
Support discovery of schemas in events sent to the bus from another account.
|
String |
description()
The description of the discoverer to update.
|
String |
discovererId()
The ID of the discoverer.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateDiscovererRequest.Builder> |
serializableBuilderClass() |
UpdateDiscovererRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String description()
The description of the discoverer to update.
public final String discovererId()
The ID of the discoverer.
public final Boolean crossAccount()
Support discovery of schemas in events sent to the bus from another account. (default: true)
public UpdateDiscovererRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateDiscovererRequest.Builder,UpdateDiscovererRequest>toBuilder in class SchemasRequestpublic static UpdateDiscovererRequest.Builder builder()
public static Class<? extends UpdateDiscovererRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.