SetGlacierJobParameters sets the GlacierJobParameters of the restore request
(v GlacierJobParameters)
| 112 | |
| 113 | // SetGlacierJobParameters sets the GlacierJobParameters of the restore request |
| 114 | func (r *RestoreRequest) SetGlacierJobParameters(v GlacierJobParameters) { |
| 115 | r.GlacierJobParameters = &v |
| 116 | } |
| 117 | |
| 118 | // SetType sets the type of the restore request |
| 119 | func (r *RestoreRequest) SetType(v RestoreType) { |