Name | Type | Description | Notes |
---|---|---|---|
AwsAccessId | Pointer to string | [optional] | |
AwsAccessKey | Pointer to string | [optional] | |
AwsAuthType | Pointer to string | [optional] | |
AwsRegion | Pointer to string | [optional] | |
AwsRoleArn | Pointer to string | [optional] | |
AwsUseGatewayCloudIdentity | Pointer to bool | deprecated | [optional] |
BucketName | Pointer to string | [optional] | |
LogFolder | Pointer to string | [optional] |
func NewAwsS3LogForwardingConfig() *AwsS3LogForwardingConfig
NewAwsS3LogForwardingConfig instantiates a new AwsS3LogForwardingConfig 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 NewAwsS3LogForwardingConfigWithDefaults() *AwsS3LogForwardingConfig
NewAwsS3LogForwardingConfigWithDefaults instantiates a new AwsS3LogForwardingConfig 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 *AwsS3LogForwardingConfig) GetAwsAccessId() string
GetAwsAccessId returns the AwsAccessId field if non-nil, zero value otherwise.
func (o *AwsS3LogForwardingConfig) GetAwsAccessIdOk() (*string, bool)
GetAwsAccessIdOk returns a tuple with the AwsAccessId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AwsS3LogForwardingConfig) SetAwsAccessId(v string)
SetAwsAccessId sets AwsAccessId field to given value.
func (o *AwsS3LogForwardingConfig) HasAwsAccessId() bool
HasAwsAccessId returns a boolean if a field has been set.
func (o *AwsS3LogForwardingConfig) GetAwsAccessKey() string
GetAwsAccessKey returns the AwsAccessKey field if non-nil, zero value otherwise.
func (o *AwsS3LogForwardingConfig) GetAwsAccessKeyOk() (*string, bool)
GetAwsAccessKeyOk returns a tuple with the AwsAccessKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AwsS3LogForwardingConfig) SetAwsAccessKey(v string)
SetAwsAccessKey sets AwsAccessKey field to given value.
func (o *AwsS3LogForwardingConfig) HasAwsAccessKey() bool
HasAwsAccessKey returns a boolean if a field has been set.
func (o *AwsS3LogForwardingConfig) GetAwsAuthType() string
GetAwsAuthType returns the AwsAuthType field if non-nil, zero value otherwise.
func (o *AwsS3LogForwardingConfig) GetAwsAuthTypeOk() (*string, bool)
GetAwsAuthTypeOk returns a tuple with the AwsAuthType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AwsS3LogForwardingConfig) SetAwsAuthType(v string)
SetAwsAuthType sets AwsAuthType field to given value.
func (o *AwsS3LogForwardingConfig) HasAwsAuthType() bool
HasAwsAuthType returns a boolean if a field has been set.
func (o *AwsS3LogForwardingConfig) GetAwsRegion() string
GetAwsRegion returns the AwsRegion field if non-nil, zero value otherwise.
func (o *AwsS3LogForwardingConfig) GetAwsRegionOk() (*string, bool)
GetAwsRegionOk returns a tuple with the AwsRegion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AwsS3LogForwardingConfig) SetAwsRegion(v string)
SetAwsRegion sets AwsRegion field to given value.
func (o *AwsS3LogForwardingConfig) HasAwsRegion() bool
HasAwsRegion returns a boolean if a field has been set.
func (o *AwsS3LogForwardingConfig) GetAwsRoleArn() string
GetAwsRoleArn returns the AwsRoleArn field if non-nil, zero value otherwise.
func (o *AwsS3LogForwardingConfig) GetAwsRoleArnOk() (*string, bool)
GetAwsRoleArnOk returns a tuple with the AwsRoleArn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AwsS3LogForwardingConfig) SetAwsRoleArn(v string)
SetAwsRoleArn sets AwsRoleArn field to given value.
func (o *AwsS3LogForwardingConfig) HasAwsRoleArn() bool
HasAwsRoleArn returns a boolean if a field has been set.
func (o *AwsS3LogForwardingConfig) GetAwsUseGatewayCloudIdentity() bool
GetAwsUseGatewayCloudIdentity returns the AwsUseGatewayCloudIdentity field if non-nil, zero value otherwise.
func (o *AwsS3LogForwardingConfig) GetAwsUseGatewayCloudIdentityOk() (*bool, bool)
GetAwsUseGatewayCloudIdentityOk returns a tuple with the AwsUseGatewayCloudIdentity field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AwsS3LogForwardingConfig) SetAwsUseGatewayCloudIdentity(v bool)
SetAwsUseGatewayCloudIdentity sets AwsUseGatewayCloudIdentity field to given value.
func (o *AwsS3LogForwardingConfig) HasAwsUseGatewayCloudIdentity() bool
HasAwsUseGatewayCloudIdentity returns a boolean if a field has been set.
func (o *AwsS3LogForwardingConfig) GetBucketName() string
GetBucketName returns the BucketName field if non-nil, zero value otherwise.
func (o *AwsS3LogForwardingConfig) GetBucketNameOk() (*string, bool)
GetBucketNameOk returns a tuple with the BucketName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AwsS3LogForwardingConfig) SetBucketName(v string)
SetBucketName sets BucketName field to given value.
func (o *AwsS3LogForwardingConfig) HasBucketName() bool
HasBucketName returns a boolean if a field has been set.
func (o *AwsS3LogForwardingConfig) GetLogFolder() string
GetLogFolder returns the LogFolder field if non-nil, zero value otherwise.
func (o *AwsS3LogForwardingConfig) GetLogFolderOk() (*string, bool)
GetLogFolderOk returns a tuple with the LogFolder field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AwsS3LogForwardingConfig) SetLogFolder(v string)
SetLogFolder sets LogFolder field to given value.
func (o *AwsS3LogForwardingConfig) HasLogFolder() bool
HasLogFolder returns a boolean if a field has been set.