| Name | Type | Description | Notes |
|---|---|---|---|
| ParentId | Pointer to string | The id of the parent organizational unit. | [optional] |
| OrganizationalUnitId | string | The id of the AWS organizational unit that is being created. |
func NewResourceRemoteInfoAwsOrganizationalUnit(organizationalUnitId string, ) *ResourceRemoteInfoAwsOrganizationalUnit
NewResourceRemoteInfoAwsOrganizationalUnit instantiates a new ResourceRemoteInfoAwsOrganizationalUnit 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 NewResourceRemoteInfoAwsOrganizationalUnitWithDefaults() *ResourceRemoteInfoAwsOrganizationalUnit
NewResourceRemoteInfoAwsOrganizationalUnitWithDefaults instantiates a new ResourceRemoteInfoAwsOrganizationalUnit 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 *ResourceRemoteInfoAwsOrganizationalUnit) GetParentId() string
GetParentId returns the ParentId field if non-nil, zero value otherwise.
func (o *ResourceRemoteInfoAwsOrganizationalUnit) GetParentIdOk() (*string, bool)
GetParentIdOk returns a tuple with the ParentId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResourceRemoteInfoAwsOrganizationalUnit) SetParentId(v string)
SetParentId sets ParentId field to given value.
func (o *ResourceRemoteInfoAwsOrganizationalUnit) HasParentId() bool
HasParentId returns a boolean if a field has been set.
func (o *ResourceRemoteInfoAwsOrganizationalUnit) GetOrganizationalUnitId() string
GetOrganizationalUnitId returns the OrganizationalUnitId field if non-nil, zero value otherwise.
func (o *ResourceRemoteInfoAwsOrganizationalUnit) GetOrganizationalUnitIdOk() (*string, bool)
GetOrganizationalUnitIdOk returns a tuple with the OrganizationalUnitId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResourceRemoteInfoAwsOrganizationalUnit) SetOrganizationalUnitId(v string)
SetOrganizationalUnitId sets OrganizationalUnitId field to given value.