@Generated(value="software.amazon.awssdk:codegen") public final class CreateMlEndpointResponse extends NeptunedataResponse implements ToCopyableBuilder<CreateMlEndpointResponse.Builder,CreateMlEndpointResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateMlEndpointResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The ARN for the new inference endpoint.
|
static CreateMlEndpointResponse.Builder |
builder() |
Long |
creationTimeInMillis()
The endpoint creation time, in milliseconds.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The unique ID of the new inference endpoint.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateMlEndpointResponse.Builder> |
serializableBuilderClass() |
CreateMlEndpointResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String id()
The unique ID of the new inference endpoint.
public final String arn()
The ARN for the new inference endpoint.
public final Long creationTimeInMillis()
The endpoint creation time, in milliseconds.
public CreateMlEndpointResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateMlEndpointResponse.Builder,CreateMlEndpointResponse>toBuilder in class AwsResponsepublic static CreateMlEndpointResponse.Builder builder()
public static Class<? extends CreateMlEndpointResponse.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 © 2023. All rights reserved.