Class UpdateServiceIdGroupOptions

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class UpdateServiceIdGroupOptions
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    The updateServiceIdGroup options.
    • Method Detail

      • id

        public java.lang.String id()
        Gets the id. Unique ID of the service ID group to be updated.
        Returns:
        the id
      • ifMatch

        public java.lang.String ifMatch()
        Gets the ifMatch. Version of the service ID gorup to be updated. Specify the version that you retrieved when reading service ID group. This value helps identifying parallel usage of this API. Pass * to indicate to update any version available. This might result in stale updates.
        Returns:
        the ifMatch
      • name

        public java.lang.String name()
        Gets the name. Name of the service ID group. Unique in the account.
        Returns:
        the name
      • description

        public java.lang.String description()
        Gets the description. Description of the service ID group.
        Returns:
        the description