Class InstanceMetadataDefaultsResponse
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<InstanceMetadataDefaultsResponse.Builder,InstanceMetadataDefaultsResponse>
The default instance metadata service (IMDS) settings that were set at the account level in the specified Amazon Web Services Region.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()Indicates whether the IMDS endpoint for an instance is enabled or disabled.final StringIndicates whether the IMDS endpoint for an instance is enabled or disabled.final IntegerThe maximum number of hops that the metadata token can travel.final HttpTokensStateIndicates whether IMDSv2 is required.final StringIndicates whether IMDSv2 is required.final HttpTokensEnforcedStateIndicates whether to enforce the requirement of IMDSv2 on an instance at the time of launch.final StringIndicates whether to enforce the requirement of IMDSv2 on an instance at the time of launch.Indicates whether access to instance tags from the instance metadata is enabled or disabled.final StringIndicates whether access to instance tags from the instance metadata is enabled or disabled.final ManagedByThe entity that manages the IMDS default settings.final StringThe entity that manages the IMDS default settings.final StringThe customized exception message that is specified in the declarative policy.static Class<? extends InstanceMetadataDefaultsResponse.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
httpTokens
Indicates whether IMDSv2 is required.
-
optional– IMDSv2 is optional, which means that you can use either IMDSv2 or IMDSv1. -
required– IMDSv2 is required, which means that IMDSv1 is disabled, and you must use IMDSv2.
If the service returns an enum value that is not available in the current SDK version,
httpTokenswill returnHttpTokensState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromhttpTokensAsString().- Returns:
- Indicates whether IMDSv2 is required.
-
optional– IMDSv2 is optional, which means that you can use either IMDSv2 or IMDSv1. -
required– IMDSv2 is required, which means that IMDSv1 is disabled, and you must use IMDSv2.
-
- See Also:
-
-
httpTokensAsString
Indicates whether IMDSv2 is required.
-
optional– IMDSv2 is optional, which means that you can use either IMDSv2 or IMDSv1. -
required– IMDSv2 is required, which means that IMDSv1 is disabled, and you must use IMDSv2.
If the service returns an enum value that is not available in the current SDK version,
httpTokenswill returnHttpTokensState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromhttpTokensAsString().- Returns:
- Indicates whether IMDSv2 is required.
-
optional– IMDSv2 is optional, which means that you can use either IMDSv2 or IMDSv1. -
required– IMDSv2 is required, which means that IMDSv1 is disabled, and you must use IMDSv2.
-
- See Also:
-
-
httpPutResponseHopLimit
The maximum number of hops that the metadata token can travel.
- Returns:
- The maximum number of hops that the metadata token can travel.
-
httpEndpoint
Indicates whether the IMDS endpoint for an instance is enabled or disabled. When disabled, the instance metadata can't be accessed.
If the service returns an enum value that is not available in the current SDK version,
httpEndpointwill returnInstanceMetadataEndpointState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromhttpEndpointAsString().- Returns:
- Indicates whether the IMDS endpoint for an instance is enabled or disabled. When disabled, the instance metadata can't be accessed.
- See Also:
-
httpEndpointAsString
Indicates whether the IMDS endpoint for an instance is enabled or disabled. When disabled, the instance metadata can't be accessed.
If the service returns an enum value that is not available in the current SDK version,
httpEndpointwill returnInstanceMetadataEndpointState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromhttpEndpointAsString().- Returns:
- Indicates whether the IMDS endpoint for an instance is enabled or disabled. When disabled, the instance metadata can't be accessed.
- See Also:
-
instanceMetadataTags
Indicates whether access to instance tags from the instance metadata is enabled or disabled. For more information, see View tags for your EC2 instances using instance metadata in the Amazon EC2 User Guide.
If the service returns an enum value that is not available in the current SDK version,
instanceMetadataTagswill returnInstanceMetadataTagsState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frominstanceMetadataTagsAsString().- Returns:
- Indicates whether access to instance tags from the instance metadata is enabled or disabled. For more information, see View tags for your EC2 instances using instance metadata in the Amazon EC2 User Guide.
- See Also:
-
instanceMetadataTagsAsString
Indicates whether access to instance tags from the instance metadata is enabled or disabled. For more information, see View tags for your EC2 instances using instance metadata in the Amazon EC2 User Guide.
If the service returns an enum value that is not available in the current SDK version,
instanceMetadataTagswill returnInstanceMetadataTagsState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frominstanceMetadataTagsAsString().- Returns:
- Indicates whether access to instance tags from the instance metadata is enabled or disabled. For more information, see View tags for your EC2 instances using instance metadata in the Amazon EC2 User Guide.
- See Also:
-
managedBy
The entity that manages the IMDS default settings. Possible values include:
-
account- The IMDS default settings are managed by the account. -
declarative-policy- The IMDS default settings are managed by a declarative policy and can't be modified by the account.
If the service returns an enum value that is not available in the current SDK version,
managedBywill returnManagedBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommanagedByAsString().- Returns:
- The entity that manages the IMDS default settings. Possible values include:
-
account- The IMDS default settings are managed by the account. -
declarative-policy- The IMDS default settings are managed by a declarative policy and can't be modified by the account.
-
- See Also:
-
-
managedByAsString
The entity that manages the IMDS default settings. Possible values include:
-
account- The IMDS default settings are managed by the account. -
declarative-policy- The IMDS default settings are managed by a declarative policy and can't be modified by the account.
If the service returns an enum value that is not available in the current SDK version,
managedBywill returnManagedBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommanagedByAsString().- Returns:
- The entity that manages the IMDS default settings. Possible values include:
-
account- The IMDS default settings are managed by the account. -
declarative-policy- The IMDS default settings are managed by a declarative policy and can't be modified by the account.
-
- See Also:
-
-
managedExceptionMessage
The customized exception message that is specified in the declarative policy.
- Returns:
- The customized exception message that is specified in the declarative policy.
-
httpTokensEnforced
Indicates whether to enforce the requirement of IMDSv2 on an instance at the time of launch. When enforcement is enabled, the instance can't launch unless IMDSv2 (
HttpTokens) is set torequired.If the service returns an enum value that is not available in the current SDK version,
httpTokensEnforcedwill returnHttpTokensEnforcedState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromhttpTokensEnforcedAsString().- Returns:
- Indicates whether to enforce the requirement of IMDSv2 on an instance at the time of launch. When
enforcement is enabled, the instance can't launch unless IMDSv2 (
HttpTokens) is set torequired. - See Also:
-
httpTokensEnforcedAsString
Indicates whether to enforce the requirement of IMDSv2 on an instance at the time of launch. When enforcement is enabled, the instance can't launch unless IMDSv2 (
HttpTokens) is set torequired.If the service returns an enum value that is not available in the current SDK version,
httpTokensEnforcedwill returnHttpTokensEnforcedState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromhttpTokensEnforcedAsString().- Returns:
- Indicates whether to enforce the requirement of IMDSv2 on an instance at the time of launch. When
enforcement is enabled, the instance can't launch unless IMDSv2 (
HttpTokens) is set torequired. - See Also:
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<InstanceMetadataDefaultsResponse.Builder,InstanceMetadataDefaultsResponse>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-