Searched refs:SetParentArn (Results 1 – 15 of 15) sorted by relevance
138 …inline void SetParentArn(const Aws::String& value) { m_parentArnHasBeenSet = true; m_parentArn = v… in SetParentArn() function143 …inline void SetParentArn(Aws::String&& value) { m_parentArnHasBeenSet = true; m_parentArn = std::m… in SetParentArn() function148 …inline void SetParentArn(const char* value) { m_parentArnHasBeenSet = true; m_parentArn.assign(val… in SetParentArn() function153 inline Grant& WithParentArn(const Aws::String& value) { SetParentArn(value); return *this;} in WithParentArn()158 … inline Grant& WithParentArn(Aws::String&& value) { SetParentArn(std::move(value)); return *this;} in WithParentArn()163 inline Grant& WithParentArn(const char* value) { SetParentArn(value); return *this;} in WithParentArn()
7335 func (s *Grant) SetParentArn(v string) *Grant { func
8142 func (s *Grant) SetParentArn(v string) *Grant { func
9205 func (s *Grant) SetParentArn(v string) *Grant { func