Class ModifyAvailabilityZoneGroupRequest

    • Method Detail

      • groupName

        public final String groupName()

        The name of the Availability Zone group, Local Zone group, or Wavelength Zone group.

        Returns:
        The name of the Availability Zone group, Local Zone group, or Wavelength Zone group.
      • optInStatus

        public final ModifyAvailabilityZoneOptInStatus optInStatus()

        Indicates whether to opt in to the zone group. The only valid value is opted-in. You must contact Amazon Web Services Support to opt out of a Local Zone or Wavelength Zone group.

        If the service returns an enum value that is not available in the current SDK version, optInStatus will return ModifyAvailabilityZoneOptInStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from optInStatusAsString().

        Returns:
        Indicates whether to opt in to the zone group. The only valid value is opted-in. You must contact Amazon Web Services Support to opt out of a Local Zone or Wavelength Zone group.
        See Also:
        ModifyAvailabilityZoneOptInStatus
      • optInStatusAsString

        public final String optInStatusAsString()

        Indicates whether to opt in to the zone group. The only valid value is opted-in. You must contact Amazon Web Services Support to opt out of a Local Zone or Wavelength Zone group.

        If the service returns an enum value that is not available in the current SDK version, optInStatus will return ModifyAvailabilityZoneOptInStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from optInStatusAsString().

        Returns:
        Indicates whether to opt in to the zone group. The only valid value is opted-in. You must contact Amazon Web Services Support to opt out of a Local Zone or Wavelength Zone group.
        See Also:
        ModifyAvailabilityZoneOptInStatus
      • dryRun

        public final Boolean dryRun()

        Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

        Returns:
        Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
      • 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.
        Overrides:
        toString in class Object