All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.amazonaws.services.ec2.model.InstanceMetadataOptionsResponse Maven / Gradle / Ivy

Go to download

The AWS Java SDK for Amazon EC2 module holds the client classes that are used for communicating with Amazon EC2 Service

There is a newer version: 1.12.772
Show newest version
/*
 * Copyright 2019-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 * 
 * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
 * the License. A copy of the License is located at
 * 
 * http://aws.amazon.com/apache2.0
 * 
 * or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
 * CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions
 * and limitations under the License.
 */
package com.amazonaws.services.ec2.model;

import java.io.Serializable;
import javax.annotation.Generated;

/**
 * 

* The metadata options for the instance. *

* * @see AWS API Documentation */ @Generated("com.amazonaws:aws-java-sdk-code-generator") public class InstanceMetadataOptionsResponse implements Serializable, Cloneable { /** *

* The state of the metadata option changes. *

*

* pending - The metadata options are being updated and the instance is not ready to process metadata * traffic with the new selection. *

*

* applied - The metadata options have been successfully applied on the instance. *

*/ private String state; /** *

* Indicates whether IMDSv2 is required. *

*
    *
  • *

    * optional - IMDSv2 is optional. You can choose whether to send a session token in your instance * metadata retrieval requests. If you retrieve IAM role credentials without a session token, you receive the IMDSv1 * role credentials. If you retrieve IAM role credentials using a valid session token, you receive the IMDSv2 role * credentials. *

    *
  • *
  • *

    * required - IMDSv2 is required. You must send a session token in your instance metadata retrieval * requests. With this option, retrieving the IAM role credentials always returns IMDSv2 credentials; IMDSv1 * credentials are not available. *

    *
  • *
*/ private String httpTokens; /** *

* The desired HTTP PUT response hop limit for instance metadata requests. The larger the number, the further * instance metadata requests can travel. *

*

* Default: 1 *

*

* Possible values: Integers from 1 to 64 *

*/ private Integer httpPutResponseHopLimit; /** *

* Indicates whether the HTTP metadata endpoint on your instances is enabled or disabled. *

*

* If the value is disabled, you cannot access your instance metadata. *

*/ private String httpEndpoint; /** *

* Indicates whether the IPv6 endpoint for the instance metadata service is enabled or disabled. *

*/ private String httpProtocolIpv6; /** *

* Indicates whether access to instance tags from the instance metadata is enabled or disabled. For more * information, see Work with * instance tags using the instance metadata. *

*/ private String instanceMetadataTags; /** *

* The state of the metadata option changes. *

*

* pending - The metadata options are being updated and the instance is not ready to process metadata * traffic with the new selection. *

*

* applied - The metadata options have been successfully applied on the instance. *

* * @param state * The state of the metadata option changes.

*

* pending - The metadata options are being updated and the instance is not ready to process * metadata traffic with the new selection. *

*

* applied - The metadata options have been successfully applied on the instance. * @see InstanceMetadataOptionsState */ public void setState(String state) { this.state = state; } /** *

* The state of the metadata option changes. *

*

* pending - The metadata options are being updated and the instance is not ready to process metadata * traffic with the new selection. *

*

* applied - The metadata options have been successfully applied on the instance. *

* * @return The state of the metadata option changes.

*

* pending - The metadata options are being updated and the instance is not ready to process * metadata traffic with the new selection. *

*

* applied - The metadata options have been successfully applied on the instance. * @see InstanceMetadataOptionsState */ public String getState() { return this.state; } /** *

* The state of the metadata option changes. *

*

* pending - The metadata options are being updated and the instance is not ready to process metadata * traffic with the new selection. *

*

* applied - The metadata options have been successfully applied on the instance. *

* * @param state * The state of the metadata option changes.

*

* pending - The metadata options are being updated and the instance is not ready to process * metadata traffic with the new selection. *

*

* applied - The metadata options have been successfully applied on the instance. * @return Returns a reference to this object so that method calls can be chained together. * @see InstanceMetadataOptionsState */ public InstanceMetadataOptionsResponse withState(String state) { setState(state); return this; } /** *

* The state of the metadata option changes. *

*

* pending - The metadata options are being updated and the instance is not ready to process metadata * traffic with the new selection. *

*

* applied - The metadata options have been successfully applied on the instance. *

* * @param state * The state of the metadata option changes.

*

* pending - The metadata options are being updated and the instance is not ready to process * metadata traffic with the new selection. *

*

* applied - The metadata options have been successfully applied on the instance. * @return Returns a reference to this object so that method calls can be chained together. * @see InstanceMetadataOptionsState */ public InstanceMetadataOptionsResponse withState(InstanceMetadataOptionsState state) { this.state = state.toString(); return this; } /** *

* Indicates whether IMDSv2 is required. *

*
    *
  • *

    * optional - IMDSv2 is optional. You can choose whether to send a session token in your instance * metadata retrieval requests. If you retrieve IAM role credentials without a session token, you receive the IMDSv1 * role credentials. If you retrieve IAM role credentials using a valid session token, you receive the IMDSv2 role * credentials. *

    *
  • *
  • *

    * required - IMDSv2 is required. You must send a session token in your instance metadata retrieval * requests. With this option, retrieving the IAM role credentials always returns IMDSv2 credentials; IMDSv1 * credentials are not available. *

    *
  • *
* * @param httpTokens * Indicates whether IMDSv2 is required.

*
    *
  • *

    * optional - IMDSv2 is optional. You can choose whether to send a session token in your * instance metadata retrieval requests. If you retrieve IAM role credentials without a session token, you * receive the IMDSv1 role credentials. If you retrieve IAM role credentials using a valid session token, you * receive the IMDSv2 role credentials. *

    *
  • *
  • *

    * required - IMDSv2 is required. You must send a session token in your instance metadata * retrieval requests. With this option, retrieving the IAM role credentials always returns IMDSv2 * credentials; IMDSv1 credentials are not available. *

    *
  • * @see HttpTokensState */ public void setHttpTokens(String httpTokens) { this.httpTokens = httpTokens; } /** *

    * Indicates whether IMDSv2 is required. *

    *
      *
    • *

      * optional - IMDSv2 is optional. You can choose whether to send a session token in your instance * metadata retrieval requests. If you retrieve IAM role credentials without a session token, you receive the IMDSv1 * role credentials. If you retrieve IAM role credentials using a valid session token, you receive the IMDSv2 role * credentials. *

      *
    • *
    • *

      * required - IMDSv2 is required. You must send a session token in your instance metadata retrieval * requests. With this option, retrieving the IAM role credentials always returns IMDSv2 credentials; IMDSv1 * credentials are not available. *

      *
    • *
    * * @return Indicates whether IMDSv2 is required.

    *
      *
    • *

      * optional - IMDSv2 is optional. You can choose whether to send a session token in your * instance metadata retrieval requests. If you retrieve IAM role credentials without a session token, you * receive the IMDSv1 role credentials. If you retrieve IAM role credentials using a valid session token, * you receive the IMDSv2 role credentials. *

      *
    • *
    • *

      * required - IMDSv2 is required. You must send a session token in your instance metadata * retrieval requests. With this option, retrieving the IAM role credentials always returns IMDSv2 * credentials; IMDSv1 credentials are not available. *

      *
    • * @see HttpTokensState */ public String getHttpTokens() { return this.httpTokens; } /** *

      * Indicates whether IMDSv2 is required. *

      *
        *
      • *

        * optional - IMDSv2 is optional. You can choose whether to send a session token in your instance * metadata retrieval requests. If you retrieve IAM role credentials without a session token, you receive the IMDSv1 * role credentials. If you retrieve IAM role credentials using a valid session token, you receive the IMDSv2 role * credentials. *

        *
      • *
      • *

        * required - IMDSv2 is required. You must send a session token in your instance metadata retrieval * requests. With this option, retrieving the IAM role credentials always returns IMDSv2 credentials; IMDSv1 * credentials are not available. *

        *
      • *
      * * @param httpTokens * Indicates whether IMDSv2 is required.

      *
        *
      • *

        * optional - IMDSv2 is optional. You can choose whether to send a session token in your * instance metadata retrieval requests. If you retrieve IAM role credentials without a session token, you * receive the IMDSv1 role credentials. If you retrieve IAM role credentials using a valid session token, you * receive the IMDSv2 role credentials. *

        *
      • *
      • *

        * required - IMDSv2 is required. You must send a session token in your instance metadata * retrieval requests. With this option, retrieving the IAM role credentials always returns IMDSv2 * credentials; IMDSv1 credentials are not available. *

        *
      • * @return Returns a reference to this object so that method calls can be chained together. * @see HttpTokensState */ public InstanceMetadataOptionsResponse withHttpTokens(String httpTokens) { setHttpTokens(httpTokens); return this; } /** *

        * Indicates whether IMDSv2 is required. *

        *
          *
        • *

          * optional - IMDSv2 is optional. You can choose whether to send a session token in your instance * metadata retrieval requests. If you retrieve IAM role credentials without a session token, you receive the IMDSv1 * role credentials. If you retrieve IAM role credentials using a valid session token, you receive the IMDSv2 role * credentials. *

          *
        • *
        • *

          * required - IMDSv2 is required. You must send a session token in your instance metadata retrieval * requests. With this option, retrieving the IAM role credentials always returns IMDSv2 credentials; IMDSv1 * credentials are not available. *

          *
        • *
        * * @param httpTokens * Indicates whether IMDSv2 is required.

        *
          *
        • *

          * optional - IMDSv2 is optional. You can choose whether to send a session token in your * instance metadata retrieval requests. If you retrieve IAM role credentials without a session token, you * receive the IMDSv1 role credentials. If you retrieve IAM role credentials using a valid session token, you * receive the IMDSv2 role credentials. *

          *
        • *
        • *

          * required - IMDSv2 is required. You must send a session token in your instance metadata * retrieval requests. With this option, retrieving the IAM role credentials always returns IMDSv2 * credentials; IMDSv1 credentials are not available. *

          *
        • * @return Returns a reference to this object so that method calls can be chained together. * @see HttpTokensState */ public InstanceMetadataOptionsResponse withHttpTokens(HttpTokensState httpTokens) { this.httpTokens = httpTokens.toString(); return this; } /** *

          * The desired HTTP PUT response hop limit for instance metadata requests. The larger the number, the further * instance metadata requests can travel. *

          *

          * Default: 1 *

          *

          * Possible values: Integers from 1 to 64 *

          * * @param httpPutResponseHopLimit * The desired HTTP PUT response hop limit for instance metadata requests. The larger the number, the further * instance metadata requests can travel.

          *

          * Default: 1 *

          *

          * Possible values: Integers from 1 to 64 */ public void setHttpPutResponseHopLimit(Integer httpPutResponseHopLimit) { this.httpPutResponseHopLimit = httpPutResponseHopLimit; } /** *

          * The desired HTTP PUT response hop limit for instance metadata requests. The larger the number, the further * instance metadata requests can travel. *

          *

          * Default: 1 *

          *

          * Possible values: Integers from 1 to 64 *

          * * @return The desired HTTP PUT response hop limit for instance metadata requests. The larger the number, the * further instance metadata requests can travel.

          *

          * Default: 1 *

          *

          * Possible values: Integers from 1 to 64 */ public Integer getHttpPutResponseHopLimit() { return this.httpPutResponseHopLimit; } /** *

          * The desired HTTP PUT response hop limit for instance metadata requests. The larger the number, the further * instance metadata requests can travel. *

          *

          * Default: 1 *

          *

          * Possible values: Integers from 1 to 64 *

          * * @param httpPutResponseHopLimit * The desired HTTP PUT response hop limit for instance metadata requests. The larger the number, the further * instance metadata requests can travel.

          *

          * Default: 1 *

          *

          * Possible values: Integers from 1 to 64 * @return Returns a reference to this object so that method calls can be chained together. */ public InstanceMetadataOptionsResponse withHttpPutResponseHopLimit(Integer httpPutResponseHopLimit) { setHttpPutResponseHopLimit(httpPutResponseHopLimit); return this; } /** *

          * Indicates whether the HTTP metadata endpoint on your instances is enabled or disabled. *

          *

          * If the value is disabled, you cannot access your instance metadata. *

          * * @param httpEndpoint * Indicates whether the HTTP metadata endpoint on your instances is enabled or disabled.

          *

          * If the value is disabled, you cannot access your instance metadata. * @see InstanceMetadataEndpointState */ public void setHttpEndpoint(String httpEndpoint) { this.httpEndpoint = httpEndpoint; } /** *

          * Indicates whether the HTTP metadata endpoint on your instances is enabled or disabled. *

          *

          * If the value is disabled, you cannot access your instance metadata. *

          * * @return Indicates whether the HTTP metadata endpoint on your instances is enabled or disabled.

          *

          * If the value is disabled, you cannot access your instance metadata. * @see InstanceMetadataEndpointState */ public String getHttpEndpoint() { return this.httpEndpoint; } /** *

          * Indicates whether the HTTP metadata endpoint on your instances is enabled or disabled. *

          *

          * If the value is disabled, you cannot access your instance metadata. *

          * * @param httpEndpoint * Indicates whether the HTTP metadata endpoint on your instances is enabled or disabled.

          *

          * If the value is disabled, you cannot access your instance metadata. * @return Returns a reference to this object so that method calls can be chained together. * @see InstanceMetadataEndpointState */ public InstanceMetadataOptionsResponse withHttpEndpoint(String httpEndpoint) { setHttpEndpoint(httpEndpoint); return this; } /** *

          * Indicates whether the HTTP metadata endpoint on your instances is enabled or disabled. *

          *

          * If the value is disabled, you cannot access your instance metadata. *

          * * @param httpEndpoint * Indicates whether the HTTP metadata endpoint on your instances is enabled or disabled.

          *

          * If the value is disabled, you cannot access your instance metadata. * @return Returns a reference to this object so that method calls can be chained together. * @see InstanceMetadataEndpointState */ public InstanceMetadataOptionsResponse withHttpEndpoint(InstanceMetadataEndpointState httpEndpoint) { this.httpEndpoint = httpEndpoint.toString(); return this; } /** *

          * Indicates whether the IPv6 endpoint for the instance metadata service is enabled or disabled. *

          * * @param httpProtocolIpv6 * Indicates whether the IPv6 endpoint for the instance metadata service is enabled or disabled. * @see InstanceMetadataProtocolState */ public void setHttpProtocolIpv6(String httpProtocolIpv6) { this.httpProtocolIpv6 = httpProtocolIpv6; } /** *

          * Indicates whether the IPv6 endpoint for the instance metadata service is enabled or disabled. *

          * * @return Indicates whether the IPv6 endpoint for the instance metadata service is enabled or disabled. * @see InstanceMetadataProtocolState */ public String getHttpProtocolIpv6() { return this.httpProtocolIpv6; } /** *

          * Indicates whether the IPv6 endpoint for the instance metadata service is enabled or disabled. *

          * * @param httpProtocolIpv6 * Indicates whether the IPv6 endpoint for the instance metadata service is enabled or disabled. * @return Returns a reference to this object so that method calls can be chained together. * @see InstanceMetadataProtocolState */ public InstanceMetadataOptionsResponse withHttpProtocolIpv6(String httpProtocolIpv6) { setHttpProtocolIpv6(httpProtocolIpv6); return this; } /** *

          * Indicates whether the IPv6 endpoint for the instance metadata service is enabled or disabled. *

          * * @param httpProtocolIpv6 * Indicates whether the IPv6 endpoint for the instance metadata service is enabled or disabled. * @return Returns a reference to this object so that method calls can be chained together. * @see InstanceMetadataProtocolState */ public InstanceMetadataOptionsResponse withHttpProtocolIpv6(InstanceMetadataProtocolState httpProtocolIpv6) { this.httpProtocolIpv6 = httpProtocolIpv6.toString(); return this; } /** *

          * Indicates whether access to instance tags from the instance metadata is enabled or disabled. For more * information, see Work with * instance tags using the instance metadata. *

          * * @param instanceMetadataTags * Indicates whether access to instance tags from the instance metadata is enabled or disabled. For more * information, see Work * with instance tags using the instance metadata. * @see InstanceMetadataTagsState */ public void setInstanceMetadataTags(String instanceMetadataTags) { this.instanceMetadataTags = instanceMetadataTags; } /** *

          * Indicates whether access to instance tags from the instance metadata is enabled or disabled. For more * information, see Work with * instance tags using the instance metadata. *

          * * @return Indicates whether access to instance tags from the instance metadata is enabled or disabled. For more * information, see Work * with instance tags using the instance metadata. * @see InstanceMetadataTagsState */ public String getInstanceMetadataTags() { return this.instanceMetadataTags; } /** *

          * Indicates whether access to instance tags from the instance metadata is enabled or disabled. For more * information, see Work with * instance tags using the instance metadata. *

          * * @param instanceMetadataTags * Indicates whether access to instance tags from the instance metadata is enabled or disabled. For more * information, see Work * with instance tags using the instance metadata. * @return Returns a reference to this object so that method calls can be chained together. * @see InstanceMetadataTagsState */ public InstanceMetadataOptionsResponse withInstanceMetadataTags(String instanceMetadataTags) { setInstanceMetadataTags(instanceMetadataTags); return this; } /** *

          * Indicates whether access to instance tags from the instance metadata is enabled or disabled. For more * information, see Work with * instance tags using the instance metadata. *

          * * @param instanceMetadataTags * Indicates whether access to instance tags from the instance metadata is enabled or disabled. For more * information, see Work * with instance tags using the instance metadata. * @return Returns a reference to this object so that method calls can be chained together. * @see InstanceMetadataTagsState */ public InstanceMetadataOptionsResponse withInstanceMetadataTags(InstanceMetadataTagsState instanceMetadataTags) { this.instanceMetadataTags = instanceMetadataTags.toString(); return this; } /** * 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. * * @return A string representation of this object. * * @see java.lang.Object#toString() */ @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("{"); if (getState() != null) sb.append("State: ").append(getState()).append(","); if (getHttpTokens() != null) sb.append("HttpTokens: ").append(getHttpTokens()).append(","); if (getHttpPutResponseHopLimit() != null) sb.append("HttpPutResponseHopLimit: ").append(getHttpPutResponseHopLimit()).append(","); if (getHttpEndpoint() != null) sb.append("HttpEndpoint: ").append(getHttpEndpoint()).append(","); if (getHttpProtocolIpv6() != null) sb.append("HttpProtocolIpv6: ").append(getHttpProtocolIpv6()).append(","); if (getInstanceMetadataTags() != null) sb.append("InstanceMetadataTags: ").append(getInstanceMetadataTags()); sb.append("}"); return sb.toString(); } @Override public boolean equals(Object obj) { if (this == obj) return true; if (obj == null) return false; if (obj instanceof InstanceMetadataOptionsResponse == false) return false; InstanceMetadataOptionsResponse other = (InstanceMetadataOptionsResponse) obj; if (other.getState() == null ^ this.getState() == null) return false; if (other.getState() != null && other.getState().equals(this.getState()) == false) return false; if (other.getHttpTokens() == null ^ this.getHttpTokens() == null) return false; if (other.getHttpTokens() != null && other.getHttpTokens().equals(this.getHttpTokens()) == false) return false; if (other.getHttpPutResponseHopLimit() == null ^ this.getHttpPutResponseHopLimit() == null) return false; if (other.getHttpPutResponseHopLimit() != null && other.getHttpPutResponseHopLimit().equals(this.getHttpPutResponseHopLimit()) == false) return false; if (other.getHttpEndpoint() == null ^ this.getHttpEndpoint() == null) return false; if (other.getHttpEndpoint() != null && other.getHttpEndpoint().equals(this.getHttpEndpoint()) == false) return false; if (other.getHttpProtocolIpv6() == null ^ this.getHttpProtocolIpv6() == null) return false; if (other.getHttpProtocolIpv6() != null && other.getHttpProtocolIpv6().equals(this.getHttpProtocolIpv6()) == false) return false; if (other.getInstanceMetadataTags() == null ^ this.getInstanceMetadataTags() == null) return false; if (other.getInstanceMetadataTags() != null && other.getInstanceMetadataTags().equals(this.getInstanceMetadataTags()) == false) return false; return true; } @Override public int hashCode() { final int prime = 31; int hashCode = 1; hashCode = prime * hashCode + ((getState() == null) ? 0 : getState().hashCode()); hashCode = prime * hashCode + ((getHttpTokens() == null) ? 0 : getHttpTokens().hashCode()); hashCode = prime * hashCode + ((getHttpPutResponseHopLimit() == null) ? 0 : getHttpPutResponseHopLimit().hashCode()); hashCode = prime * hashCode + ((getHttpEndpoint() == null) ? 0 : getHttpEndpoint().hashCode()); hashCode = prime * hashCode + ((getHttpProtocolIpv6() == null) ? 0 : getHttpProtocolIpv6().hashCode()); hashCode = prime * hashCode + ((getInstanceMetadataTags() == null) ? 0 : getInstanceMetadataTags().hashCode()); return hashCode; } @Override public InstanceMetadataOptionsResponse clone() { try { return (InstanceMetadataOptionsResponse) super.clone(); } catch (CloneNotSupportedException e) { throw new IllegalStateException("Got a CloneNotSupportedException from Object.clone() " + "even though we're Cloneable!", e); } } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy