SetAccessKey sets the "access_key" field.
(s string)
| 125 | |
| 126 | // SetAccessKey sets the "access_key" field. |
| 127 | func (spc *StoragePolicyCreate) SetAccessKey(s string) *StoragePolicyCreate { |
| 128 | spc.mutation.SetAccessKey(s) |
| 129 | return spc |
| 130 | } |
| 131 | |
| 132 | // SetNillableAccessKey sets the "access_key" field if the given value is not nil. |
| 133 | func (spc *StoragePolicyCreate) SetNillableAccessKey(s *string) *StoragePolicyCreate { |
no outgoing calls
no test coverage detected