Class RequestServiceQuotaIncreaseRequest

    • Method Detail

      • serviceCode

        public final String serviceCode()

        Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the ListServices operation.

        Returns:
        Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the ListServices operation.
      • quotaCode

        public final String quotaCode()

        Specifies the quota identifier. To find the quota code for a specific quota, use the ListServiceQuotas operation, and look for the QuotaCode response in the output for the quota you want.

        Returns:
        Specifies the quota identifier. To find the quota code for a specific quota, use the ListServiceQuotas operation, and look for the QuotaCode response in the output for the quota you want.
      • desiredValue

        public final Double desiredValue()

        Specifies the new, increased value for the quota.

        Returns:
        Specifies the new, increased value for the quota.
      • contextId

        public final String contextId()

        Specifies the Amazon Web Services account or resource to which the quota applies. The value in this field depends on the context scope associated with the specified service quota.

        Returns:
        Specifies the Amazon Web Services account or resource to which the quota applies. The value in this field depends on the context scope associated with the specified service quota.
      • 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