Class UpdateTrustedProfileAssignmentOptions

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

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

      • assignmentId

        public java.lang.String assignmentId()
        Gets the assignmentId. ID of the Assignment Record.
        Returns:
        the assignmentId
      • ifMatch

        public java.lang.String ifMatch()
        Gets the ifMatch. Version of the Assignment to be updated. Specify the version that you retrieved when reading the Assignment. 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
      • templateVersion

        public java.lang.Long templateVersion()
        Gets the templateVersion. Template version to be applied to the assignment. To retry all failed assignments, provide the existing version. To migrate to a different version, provide the new version number.
        Returns:
        the templateVersion