Name | Type | Description | Notes |
---|---|---|---|
General | Pointer to MigrationGeneral | [optional] | |
Payload | Pointer to AWSPayload | [optional] |
func NewAWSSecretsMigration() *AWSSecretsMigration
NewAWSSecretsMigration instantiates a new AWSSecretsMigration 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 NewAWSSecretsMigrationWithDefaults() *AWSSecretsMigration
NewAWSSecretsMigrationWithDefaults instantiates a new AWSSecretsMigration 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 *AWSSecretsMigration) GetGeneral() MigrationGeneral
GetGeneral returns the General field if non-nil, zero value otherwise.
func (o *AWSSecretsMigration) GetGeneralOk() (*MigrationGeneral, bool)
GetGeneralOk returns a tuple with the General field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AWSSecretsMigration) SetGeneral(v MigrationGeneral)
SetGeneral sets General field to given value.
func (o *AWSSecretsMigration) HasGeneral() bool
HasGeneral returns a boolean if a field has been set.
func (o *AWSSecretsMigration) GetPayload() AWSPayload
GetPayload returns the Payload field if non-nil, zero value otherwise.
func (o *AWSSecretsMigration) GetPayloadOk() (*AWSPayload, bool)
GetPayloadOk returns a tuple with the Payload field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AWSSecretsMigration) SetPayload(v AWSPayload)
SetPayload sets Payload field to given value.
func (o *AWSSecretsMigration) HasPayload() bool
HasPayload returns a boolean if a field has been set.