BucketPolicyStatementConditionDateLessThan
Properties
AwsEpochTime
Pointer to int32
[optional]
Methods
NewBucketPolicyStatementConditionDateLessThan
func NewBucketPolicyStatementConditionDateLessThan() *BucketPolicyStatementConditionDateLessThan
NewBucketPolicyStatementConditionDateLessThan instantiates a new BucketPolicyStatementConditionDateLessThan 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
NewBucketPolicyStatementConditionDateLessThanWithDefaults
func NewBucketPolicyStatementConditionDateLessThanWithDefaults() *BucketPolicyStatementConditionDateLessThan
NewBucketPolicyStatementConditionDateLessThanWithDefaults instantiates a new BucketPolicyStatementConditionDateLessThan 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 *BucketPolicyStatementConditionDateLessThan) GetAwsCurrentTime() time.Time
GetAwsCurrentTime returns the AwsCurrentTime field if non-nil, zero value otherwise.
GetAwsCurrentTimeOk
func (o *BucketPolicyStatementConditionDateLessThan) 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 *BucketPolicyStatementConditionDateLessThan) SetAwsCurrentTime(v time.Time)
SetAwsCurrentTime sets AwsCurrentTime field to given value.
HasAwsCurrentTime
func (o *BucketPolicyStatementConditionDateLessThan) HasAwsCurrentTime() bool
HasAwsCurrentTime returns a boolean if a field has been set.
GetAwsEpochTime
func (o *BucketPolicyStatementConditionDateLessThan) GetAwsEpochTime() int32
GetAwsEpochTime returns the AwsEpochTime field if non-nil, zero value otherwise.
GetAwsEpochTimeOk
func (o *BucketPolicyStatementConditionDateLessThan) 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 *BucketPolicyStatementConditionDateLessThan) SetAwsEpochTime(v int32)
SetAwsEpochTime sets AwsEpochTime field to given value.
HasAwsEpochTime
func (o *BucketPolicyStatementConditionDateLessThan) HasAwsEpochTime() bool
HasAwsEpochTime returns a boolean if a field has been set.
Last updated
