BucketPolicyConditionDate

Properties

NameTypeDescriptionNotes

AwsCurrentTime

Pointer to time.Time

[optional]

AwsEpochTime

Pointer to int32

[optional]

Methods

NewBucketPolicyConditionDate

func NewBucketPolicyConditionDate() *BucketPolicyConditionDate

NewBucketPolicyConditionDate instantiates a new BucketPolicyConditionDate 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

NewBucketPolicyConditionDateWithDefaults

func NewBucketPolicyConditionDateWithDefaults() *BucketPolicyConditionDate

NewBucketPolicyConditionDateWithDefaults instantiates a new BucketPolicyConditionDate 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

GetAwsCurrentTime

func (o *BucketPolicyConditionDate) GetAwsCurrentTime() time.Time

GetAwsCurrentTime returns the AwsCurrentTime field if non-nil, zero value otherwise.

GetAwsCurrentTimeOk

func (o *BucketPolicyConditionDate) GetAwsCurrentTimeOk() (*time.Time, bool)

GetAwsCurrentTimeOk returns a tuple with the AwsCurrentTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAwsCurrentTime

func (o *BucketPolicyConditionDate) SetAwsCurrentTime(v time.Time)

SetAwsCurrentTime sets AwsCurrentTime field to given value.

HasAwsCurrentTime

func (o *BucketPolicyConditionDate) HasAwsCurrentTime() bool

HasAwsCurrentTime returns a boolean if a field has been set.

GetAwsEpochTime

func (o *BucketPolicyConditionDate) GetAwsEpochTime() int32

GetAwsEpochTime returns the AwsEpochTime field if non-nil, zero value otherwise.

GetAwsEpochTimeOk

func (o *BucketPolicyConditionDate) GetAwsEpochTimeOk() (*int32, bool)

GetAwsEpochTimeOk returns a tuple with the AwsEpochTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAwsEpochTime

func (o *BucketPolicyConditionDate) SetAwsEpochTime(v int32)

SetAwsEpochTime sets AwsEpochTime field to given value.

HasAwsEpochTime

func (o *BucketPolicyConditionDate) HasAwsEpochTime() bool

HasAwsEpochTime returns a boolean if a field has been set.

Last updated