func NewFlowLogProperties(name string, action string, direction string, bucket string, ) *FlowLogProperties
func NewFlowLogPropertiesWithDefaults() *FlowLogProperties
func (o *FlowLogProperties) GetName() string
func (o *FlowLogProperties) GetNameOk() (*string, bool)
func (o *FlowLogProperties) SetName(v string)
func (o *FlowLogProperties) GetAction() string
func (o *FlowLogProperties) GetActionOk() (*string, bool)
func (o *FlowLogProperties) SetAction(v string)
func (o *FlowLogProperties) GetDirection() string
func (o *FlowLogProperties) GetDirectionOk() (*string, bool)
func (o *FlowLogProperties) SetDirection(v string)
func (o *FlowLogProperties) GetBucket() string
func (o *FlowLogProperties) GetBucketOk() (*string, bool)
func (o *FlowLogProperties) SetBucket(v string)