SetDays sets the days parameter of the restore request
(v int)
| 107 | |
| 108 | // SetDays sets the days parameter of the restore request |
| 109 | func (r *RestoreRequest) SetDays(v int) { |
| 110 | r.Days = &v |
| 111 | } |
| 112 | |
| 113 | // SetGlacierJobParameters sets the GlacierJobParameters of the restore request |
| 114 | func (r *RestoreRequest) SetGlacierJobParameters(v GlacierJobParameters) { |