Home
last modified time | relevance | path

Searched refs:m_tokenProperties (Results 1 – 6 of 6) sorted by relevance

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-license-manager/include/aws/license-manager/model/
H A DGetAccessTokenRequest.h82 inline const Aws::Vector<Aws::String>& GetTokenProperties() const{ return m_tokenProperties; } in GetTokenProperties()
92 …Aws::Vector<Aws::String>& value) { m_tokenPropertiesHasBeenSet = true; m_tokenProperties = value; } in SetTokenProperties()
97 …:Vector<Aws::String>&& value) { m_tokenPropertiesHasBeenSet = true; m_tokenProperties = std::move(… in SetTokenProperties()
112 …ies(const Aws::String& value) { m_tokenPropertiesHasBeenSet = true; m_tokenProperties.push_back(va… in AddTokenProperties()
117 …operties(Aws::String&& value) { m_tokenPropertiesHasBeenSet = true; m_tokenProperties.push_back(st… in AddTokenProperties()
122 …Properties(const char* value) { m_tokenPropertiesHasBeenSet = true; m_tokenProperties.push_back(va… in AddTokenProperties()
129 Aws::Vector<Aws::String> m_tokenProperties; variable
H A DCreateTokenRequest.h171 inline const Aws::Vector<Aws::String>& GetTokenProperties() const{ return m_tokenProperties; } in GetTokenProperties()
183 …Aws::Vector<Aws::String>& value) { m_tokenPropertiesHasBeenSet = true; m_tokenProperties = value; } in SetTokenProperties()
189 …:Vector<Aws::String>&& value) { m_tokenPropertiesHasBeenSet = true; m_tokenProperties = std::move(… in SetTokenProperties()
207 …ies(const Aws::String& value) { m_tokenPropertiesHasBeenSet = true; m_tokenProperties.push_back(va… in AddTokenProperties()
213 …operties(Aws::String&& value) { m_tokenPropertiesHasBeenSet = true; m_tokenProperties.push_back(st… in AddTokenProperties()
219 …Properties(const char* value) { m_tokenPropertiesHasBeenSet = true; m_tokenProperties.push_back(va… in AddTokenProperties()
273 Aws::Vector<Aws::String> m_tokenProperties; variable
H A DTokenData.h216 inline const Aws::Vector<Aws::String>& GetTokenProperties() const{ return m_tokenProperties; } in GetTokenProperties()
226 …Aws::Vector<Aws::String>& value) { m_tokenPropertiesHasBeenSet = true; m_tokenProperties = value; } in SetTokenProperties()
231 …:Vector<Aws::String>&& value) { m_tokenPropertiesHasBeenSet = true; m_tokenProperties = std::move(… in SetTokenProperties()
246 …ies(const Aws::String& value) { m_tokenPropertiesHasBeenSet = true; m_tokenProperties.push_back(va… in AddTokenProperties()
251 …operties(Aws::String&& value) { m_tokenPropertiesHasBeenSet = true; m_tokenProperties.push_back(st… in AddTokenProperties()
256 …Properties(const char* value) { m_tokenPropertiesHasBeenSet = true; m_tokenProperties.push_back(va… in AddTokenProperties()
367 Aws::Vector<Aws::String> m_tokenProperties; variable
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-license-manager/source/model/
H A DTokenData.cpp79 m_tokenProperties.push_back(tokenPropertiesJsonList[tokenPropertiesIndex].AsString()); in operator =()
134 Array<JsonValue> tokenPropertiesJsonList(m_tokenProperties.size()); in Jsonize()
137 … tokenPropertiesJsonList[tokenPropertiesIndex].AsString(m_tokenProperties[tokenPropertiesIndex]); in Jsonize()
H A DGetAccessTokenRequest.cpp33 Array<JsonValue> tokenPropertiesJsonList(m_tokenProperties.size()); in SerializePayload()
36 … tokenPropertiesJsonList[tokenPropertiesIndex].AsString(m_tokenProperties[tokenPropertiesIndex]); in SerializePayload()
H A DCreateTokenRequest.cpp54 Array<JsonValue> tokenPropertiesJsonList(m_tokenProperties.size()); in SerializePayload()
57 … tokenPropertiesJsonList[tokenPropertiesIndex].AsString(m_tokenProperties[tokenPropertiesIndex]); in SerializePayload()