SetTier sets the retrieval tier of the restore request
(v TierType)
| 122 | |
| 123 | // SetTier sets the retrieval tier of the restore request |
| 124 | func (r *RestoreRequest) SetTier(v TierType) { |
| 125 | r.Tier = &v |
| 126 | } |
| 127 | |
| 128 | // SetDescription sets the description of the restore request |
| 129 | func (r *RestoreRequest) SetDescription(v string) { |