Skip to content

Latest commit

 

History

History
368 lines (199 loc) · 11.3 KB

CloudInsightsAccountGet.md

File metadata and controls

368 lines (199 loc) · 11.3 KB

CloudInsightsAccountGet

Properties

Name Type Description Notes
AwsAccountAlias Pointer to string [optional]
AwsAccountId Pointer to string [optional]
AwsAccountIsActivated Pointer to string [optional]
AwsAccountIsValidated Pointer to string [optional]
AwsAccountRegion Pointer to string [optional]
AwsAccountRoleArn Pointer to string [optional]
AwsAccountRoleExternalId Pointer to string [optional]
CreatedAt Pointer to string [optional]
LastEventReceivedAt Pointer to string [optional]
ObjectId Pointer to string [optional]
OrganizationObjectId Pointer to string [optional]
SqsQueueName Pointer to string [optional]
UpdatedAt Pointer to string [optional]

Methods

NewCloudInsightsAccountGet

func NewCloudInsightsAccountGet() *CloudInsightsAccountGet

NewCloudInsightsAccountGet instantiates a new CloudInsightsAccountGet 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

NewCloudInsightsAccountGetWithDefaults

func NewCloudInsightsAccountGetWithDefaults() *CloudInsightsAccountGet

NewCloudInsightsAccountGetWithDefaults instantiates a new CloudInsightsAccountGet 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

GetAwsAccountAlias

func (o *CloudInsightsAccountGet) GetAwsAccountAlias() string

GetAwsAccountAlias returns the AwsAccountAlias field if non-nil, zero value otherwise.

GetAwsAccountAliasOk

func (o *CloudInsightsAccountGet) GetAwsAccountAliasOk() (*string, bool)

GetAwsAccountAliasOk returns a tuple with the AwsAccountAlias field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAwsAccountAlias

func (o *CloudInsightsAccountGet) SetAwsAccountAlias(v string)

SetAwsAccountAlias sets AwsAccountAlias field to given value.

HasAwsAccountAlias

func (o *CloudInsightsAccountGet) HasAwsAccountAlias() bool

HasAwsAccountAlias returns a boolean if a field has been set.

GetAwsAccountId

func (o *CloudInsightsAccountGet) GetAwsAccountId() string

GetAwsAccountId returns the AwsAccountId field if non-nil, zero value otherwise.

GetAwsAccountIdOk

func (o *CloudInsightsAccountGet) GetAwsAccountIdOk() (*string, bool)

GetAwsAccountIdOk returns a tuple with the AwsAccountId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAwsAccountId

func (o *CloudInsightsAccountGet) SetAwsAccountId(v string)

SetAwsAccountId sets AwsAccountId field to given value.

HasAwsAccountId

func (o *CloudInsightsAccountGet) HasAwsAccountId() bool

HasAwsAccountId returns a boolean if a field has been set.

GetAwsAccountIsActivated

func (o *CloudInsightsAccountGet) GetAwsAccountIsActivated() string

GetAwsAccountIsActivated returns the AwsAccountIsActivated field if non-nil, zero value otherwise.

GetAwsAccountIsActivatedOk

func (o *CloudInsightsAccountGet) GetAwsAccountIsActivatedOk() (*string, bool)

GetAwsAccountIsActivatedOk returns a tuple with the AwsAccountIsActivated field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAwsAccountIsActivated

func (o *CloudInsightsAccountGet) SetAwsAccountIsActivated(v string)

SetAwsAccountIsActivated sets AwsAccountIsActivated field to given value.

HasAwsAccountIsActivated

func (o *CloudInsightsAccountGet) HasAwsAccountIsActivated() bool

HasAwsAccountIsActivated returns a boolean if a field has been set.

GetAwsAccountIsValidated

func (o *CloudInsightsAccountGet) GetAwsAccountIsValidated() string

GetAwsAccountIsValidated returns the AwsAccountIsValidated field if non-nil, zero value otherwise.

GetAwsAccountIsValidatedOk

func (o *CloudInsightsAccountGet) GetAwsAccountIsValidatedOk() (*string, bool)

GetAwsAccountIsValidatedOk returns a tuple with the AwsAccountIsValidated field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAwsAccountIsValidated

func (o *CloudInsightsAccountGet) SetAwsAccountIsValidated(v string)

SetAwsAccountIsValidated sets AwsAccountIsValidated field to given value.

HasAwsAccountIsValidated

func (o *CloudInsightsAccountGet) HasAwsAccountIsValidated() bool

HasAwsAccountIsValidated returns a boolean if a field has been set.

GetAwsAccountRegion

func (o *CloudInsightsAccountGet) GetAwsAccountRegion() string

GetAwsAccountRegion returns the AwsAccountRegion field if non-nil, zero value otherwise.

GetAwsAccountRegionOk

func (o *CloudInsightsAccountGet) GetAwsAccountRegionOk() (*string, bool)

GetAwsAccountRegionOk returns a tuple with the AwsAccountRegion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAwsAccountRegion

func (o *CloudInsightsAccountGet) SetAwsAccountRegion(v string)

SetAwsAccountRegion sets AwsAccountRegion field to given value.

HasAwsAccountRegion

func (o *CloudInsightsAccountGet) HasAwsAccountRegion() bool

HasAwsAccountRegion returns a boolean if a field has been set.

GetAwsAccountRoleArn

func (o *CloudInsightsAccountGet) GetAwsAccountRoleArn() string

GetAwsAccountRoleArn returns the AwsAccountRoleArn field if non-nil, zero value otherwise.

GetAwsAccountRoleArnOk

func (o *CloudInsightsAccountGet) GetAwsAccountRoleArnOk() (*string, bool)

GetAwsAccountRoleArnOk returns a tuple with the AwsAccountRoleArn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAwsAccountRoleArn

func (o *CloudInsightsAccountGet) SetAwsAccountRoleArn(v string)

SetAwsAccountRoleArn sets AwsAccountRoleArn field to given value.

HasAwsAccountRoleArn

func (o *CloudInsightsAccountGet) HasAwsAccountRoleArn() bool

HasAwsAccountRoleArn returns a boolean if a field has been set.

GetAwsAccountRoleExternalId

func (o *CloudInsightsAccountGet) GetAwsAccountRoleExternalId() string

GetAwsAccountRoleExternalId returns the AwsAccountRoleExternalId field if non-nil, zero value otherwise.

GetAwsAccountRoleExternalIdOk

func (o *CloudInsightsAccountGet) GetAwsAccountRoleExternalIdOk() (*string, bool)

GetAwsAccountRoleExternalIdOk returns a tuple with the AwsAccountRoleExternalId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAwsAccountRoleExternalId

func (o *CloudInsightsAccountGet) SetAwsAccountRoleExternalId(v string)

SetAwsAccountRoleExternalId sets AwsAccountRoleExternalId field to given value.

HasAwsAccountRoleExternalId

func (o *CloudInsightsAccountGet) HasAwsAccountRoleExternalId() bool

HasAwsAccountRoleExternalId returns a boolean if a field has been set.

GetCreatedAt

func (o *CloudInsightsAccountGet) GetCreatedAt() string

GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.

GetCreatedAtOk

func (o *CloudInsightsAccountGet) GetCreatedAtOk() (*string, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCreatedAt

func (o *CloudInsightsAccountGet) SetCreatedAt(v string)

SetCreatedAt sets CreatedAt field to given value.

HasCreatedAt

func (o *CloudInsightsAccountGet) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

GetLastEventReceivedAt

func (o *CloudInsightsAccountGet) GetLastEventReceivedAt() string

GetLastEventReceivedAt returns the LastEventReceivedAt field if non-nil, zero value otherwise.

GetLastEventReceivedAtOk

func (o *CloudInsightsAccountGet) GetLastEventReceivedAtOk() (*string, bool)

GetLastEventReceivedAtOk returns a tuple with the LastEventReceivedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetLastEventReceivedAt

func (o *CloudInsightsAccountGet) SetLastEventReceivedAt(v string)

SetLastEventReceivedAt sets LastEventReceivedAt field to given value.

HasLastEventReceivedAt

func (o *CloudInsightsAccountGet) HasLastEventReceivedAt() bool

HasLastEventReceivedAt returns a boolean if a field has been set.

GetObjectId

func (o *CloudInsightsAccountGet) GetObjectId() string

GetObjectId returns the ObjectId field if non-nil, zero value otherwise.

GetObjectIdOk

func (o *CloudInsightsAccountGet) GetObjectIdOk() (*string, bool)

GetObjectIdOk returns a tuple with the ObjectId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetObjectId

func (o *CloudInsightsAccountGet) SetObjectId(v string)

SetObjectId sets ObjectId field to given value.

HasObjectId

func (o *CloudInsightsAccountGet) HasObjectId() bool

HasObjectId returns a boolean if a field has been set.

GetOrganizationObjectId

func (o *CloudInsightsAccountGet) GetOrganizationObjectId() string

GetOrganizationObjectId returns the OrganizationObjectId field if non-nil, zero value otherwise.

GetOrganizationObjectIdOk

func (o *CloudInsightsAccountGet) GetOrganizationObjectIdOk() (*string, bool)

GetOrganizationObjectIdOk returns a tuple with the OrganizationObjectId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetOrganizationObjectId

func (o *CloudInsightsAccountGet) SetOrganizationObjectId(v string)

SetOrganizationObjectId sets OrganizationObjectId field to given value.

HasOrganizationObjectId

func (o *CloudInsightsAccountGet) HasOrganizationObjectId() bool

HasOrganizationObjectId returns a boolean if a field has been set.

GetSqsQueueName

func (o *CloudInsightsAccountGet) GetSqsQueueName() string

GetSqsQueueName returns the SqsQueueName field if non-nil, zero value otherwise.

GetSqsQueueNameOk

func (o *CloudInsightsAccountGet) GetSqsQueueNameOk() (*string, bool)

GetSqsQueueNameOk returns a tuple with the SqsQueueName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSqsQueueName

func (o *CloudInsightsAccountGet) SetSqsQueueName(v string)

SetSqsQueueName sets SqsQueueName field to given value.

HasSqsQueueName

func (o *CloudInsightsAccountGet) HasSqsQueueName() bool

HasSqsQueueName returns a boolean if a field has been set.

GetUpdatedAt

func (o *CloudInsightsAccountGet) GetUpdatedAt() string

GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.

GetUpdatedAtOk

func (o *CloudInsightsAccountGet) GetUpdatedAtOk() (*string, bool)

GetUpdatedAtOk returns a tuple with the UpdatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetUpdatedAt

func (o *CloudInsightsAccountGet) SetUpdatedAt(v string)

SetUpdatedAt sets UpdatedAt field to given value.

HasUpdatedAt

func (o *CloudInsightsAccountGet) HasUpdatedAt() bool

HasUpdatedAt returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]