Class EndpointConfigSummary
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.EndpointConfigSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<EndpointConfigSummary.Builder,EndpointConfigSummary>
@Generated("software.amazon.awssdk:codegen") public final class EndpointConfigSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EndpointConfigSummary.Builder,EndpointConfigSummary>
Provides summary information for an endpoint configuration.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEndpointConfigSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EndpointConfigSummary.Builderbuilder()InstantcreationTime()A timestamp that shows when the endpoint configuration was created.StringendpointConfigArn()The Amazon Resource Name (ARN) of the endpoint configuration.StringendpointConfigName()The name of the endpoint configuration.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends EndpointConfigSummary.Builder>serializableBuilderClass()EndpointConfigSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
endpointConfigName
public final String endpointConfigName()
The name of the endpoint configuration.
- Returns:
- The name of the endpoint configuration.
-
endpointConfigArn
public final String endpointConfigArn()
The Amazon Resource Name (ARN) of the endpoint configuration.
- Returns:
- The Amazon Resource Name (ARN) of the endpoint configuration.
-
creationTime
public final Instant creationTime()
A timestamp that shows when the endpoint configuration was created.
- Returns:
- A timestamp that shows when the endpoint configuration was created.
-
toBuilder
public EndpointConfigSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<EndpointConfigSummary.Builder,EndpointConfigSummary>
-
builder
public static EndpointConfigSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends EndpointConfigSummary.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-