@Generated(value="software.amazon.awssdk:codegen") public final class UpdateDataSourceResponse extends MachineLearningResponse implements ToCopyableBuilder<UpdateDataSourceResponse.Builder,UpdateDataSourceResponse>
Represents the output of an UpdateDataSource operation.
You can see the updated content by using the GetBatchPrediction operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateDataSourceResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateDataSourceResponse.Builder |
builder() |
String |
dataSourceId()
The ID assigned to the
DataSource during creation. |
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 UpdateDataSourceResponse.Builder> |
serializableBuilderClass() |
UpdateDataSourceResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String dataSourceId()
The ID assigned to the DataSource during creation. This value should be identical to the value of
the DataSourceID in the request.
DataSource during creation. This value should be identical to the
value of the DataSourceID in the request.public UpdateDataSourceResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateDataSourceResponse.Builder,UpdateDataSourceResponse>toBuilder in class AwsResponsepublic static UpdateDataSourceResponse.Builder builder()
public static Class<? extends UpdateDataSourceResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic 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 SdkResponseCopyright © 2022. All rights reserved.