@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsSageMakerNotebookInstanceMetadataServiceConfigurationDetails extends Object implements Serializable, Cloneable, StructuredPojo
Information on the instance metadata service (IMDS) configuration of the notebook instance.
| Constructor and Description |
|---|
AwsSageMakerNotebookInstanceMetadataServiceConfigurationDetails() |
| Modifier and Type | Method and Description |
|---|---|
AwsSageMakerNotebookInstanceMetadataServiceConfigurationDetails |
clone() |
boolean |
equals(Object obj) |
String |
getMinimumInstanceMetadataServiceVersion()
Indicates the minimum IMDS version that the notebook instance supports.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setMinimumInstanceMetadataServiceVersion(String minimumInstanceMetadataServiceVersion)
Indicates the minimum IMDS version that the notebook instance supports.
|
String |
toString()
Returns a string representation of this object.
|
AwsSageMakerNotebookInstanceMetadataServiceConfigurationDetails |
withMinimumInstanceMetadataServiceVersion(String minimumInstanceMetadataServiceVersion)
Indicates the minimum IMDS version that the notebook instance supports.
|
public AwsSageMakerNotebookInstanceMetadataServiceConfigurationDetails()
public void setMinimumInstanceMetadataServiceVersion(String minimumInstanceMetadataServiceVersion)
Indicates the minimum IMDS version that the notebook instance supports.
minimumInstanceMetadataServiceVersion - Indicates the minimum IMDS version that the notebook instance supports.public String getMinimumInstanceMetadataServiceVersion()
Indicates the minimum IMDS version that the notebook instance supports.
public AwsSageMakerNotebookInstanceMetadataServiceConfigurationDetails withMinimumInstanceMetadataServiceVersion(String minimumInstanceMetadataServiceVersion)
Indicates the minimum IMDS version that the notebook instance supports.
minimumInstanceMetadataServiceVersion - Indicates the minimum IMDS version that the notebook instance supports.public String toString()
toString in class ObjectObject.toString()public AwsSageMakerNotebookInstanceMetadataServiceConfigurationDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.