# BucketPolicyConditionDate

## Properties

| Name               | Type                                                                                                      | Description | Notes       |
| ------------------ | --------------------------------------------------------------------------------------------------------- | ----------- | ----------- |
| **AwsCurrentTime** | Pointer to [**time.Time**](https://github.com/ionos-cloud/sdk-go-s3/blob/master/docs/models/time.Time.md) |             | \[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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ionos.com/s3-sdk-golang/models/bucketpolicyconditiondate.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
