HeadObjectOutput
Last updated
Last updated
Name | Type | Description | Notes |
---|---|---|---|
func NewHeadObjectOutput() *HeadObjectOutput
NewHeadObjectOutput instantiates a new HeadObjectOutput object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewHeadObjectOutputWithDefaults() *HeadObjectOutput
NewHeadObjectOutputWithDefaults instantiates a new HeadObjectOutput object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *HeadObjectOutput) GetMetadata() map[string]string
GetMetadata returns the Metadata field if non-nil, zero value otherwise.
func (o *HeadObjectOutput) GetMetadataOk() (*map[string]string, bool)
GetMetadataOk returns a tuple with the Metadata field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HeadObjectOutput) SetMetadata(v map[string]string)
SetMetadata sets Metadata field to given value.
func (o *HeadObjectOutput) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
Metadata
Pointer to map[string]string
A map of metadata to store with the object. Each key must start with `x-amz-meta-` prefix.
[optional]