@Generated(value="software.amazon.awssdk:codegen") public final class AwsSageMakerNotebookInstanceMetadataServiceConfigurationDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsSageMakerNotebookInstanceMetadataServiceConfigurationDetails.Builder,AwsSageMakerNotebookInstanceMetadataServiceConfigurationDetails>
Information on the instance metadata service (IMDS) configuration of the notebook instance.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AwsSageMakerNotebookInstanceMetadataServiceConfigurationDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AwsSageMakerNotebookInstanceMetadataServiceConfigurationDetails.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
minimumInstanceMetadataServiceVersion()
Indicates the minimum IMDS version that the notebook instance supports.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AwsSageMakerNotebookInstanceMetadataServiceConfigurationDetails.Builder> |
serializableBuilderClass() |
AwsSageMakerNotebookInstanceMetadataServiceConfigurationDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String minimumInstanceMetadataServiceVersion()
Indicates the minimum IMDS version that the notebook instance supports.
public AwsSageMakerNotebookInstanceMetadataServiceConfigurationDetails.Builder toBuilder()
public static AwsSageMakerNotebookInstanceMetadataServiceConfigurationDetails.Builder builder()
public static Class<? extends AwsSageMakerNotebookInstanceMetadataServiceConfigurationDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.