BucketPolicyStatementConditionDateLessThanOneOf

Properties

Name
Type
Description
Notes

AwsEpochTime

Pointer to int32

[optional]

Methods

NewBucketPolicyStatementConditionDateLessThanOneOf

func NewBucketPolicyStatementConditionDateLessThanOneOf() *BucketPolicyStatementConditionDateLessThanOneOf

NewBucketPolicyStatementConditionDateLessThanOneOf instantiates a new BucketPolicyStatementConditionDateLessThanOneOf 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

NewBucketPolicyStatementConditionDateLessThanOneOfWithDefaults

func NewBucketPolicyStatementConditionDateLessThanOneOfWithDefaults() *BucketPolicyStatementConditionDateLessThanOneOf

NewBucketPolicyStatementConditionDateLessThanOneOfWithDefaults instantiates a new BucketPolicyStatementConditionDateLessThanOneOf 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

GetAwsEpochTime

func (o *BucketPolicyStatementConditionDateLessThanOneOf) GetAwsEpochTime() int32

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

GetAwsEpochTimeOk

func (o *BucketPolicyStatementConditionDateLessThanOneOf) 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 *BucketPolicyStatementConditionDateLessThanOneOf) SetAwsEpochTime(v int32)

SetAwsEpochTime sets AwsEpochTime field to given value.

HasAwsEpochTime

func (o *BucketPolicyStatementConditionDateLessThanOneOf) HasAwsEpochTime() bool

HasAwsEpochTime returns a boolean if a field has been set.

Last updated