Home
last modified time | relevance | path

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

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-alexaforbusiness/include/aws/alexaforbusiness/model/
H A DUpdateNetworkProfileRequest.h207 inline const Aws::String& GetNextPassword() const{ return m_nextPassword; } in GetNextPassword()
221 …NextPassword(const Aws::String& value) { m_nextPasswordHasBeenSet = true; m_nextPassword = value; } in SetNextPassword()
228 …NextPassword(Aws::String&& value) { m_nextPasswordHasBeenSet = true; m_nextPassword = std::move(va… in SetNextPassword()
235 …etNextPassword(const char* value) { m_nextPasswordHasBeenSet = true; m_nextPassword.assign(value);… in SetNextPassword()
385 Aws::String m_nextPassword; variable
H A DNetworkProfile.h327 inline const Aws::String& GetNextPassword() const{ return m_nextPassword; } in GetNextPassword()
341 …NextPassword(const Aws::String& value) { m_nextPasswordHasBeenSet = true; m_nextPassword = value; } in SetNextPassword()
348 …NextPassword(Aws::String&& value) { m_nextPasswordHasBeenSet = true; m_nextPassword = std::move(va… in SetNextPassword()
355 …etNextPassword(const char* value) { m_nextPasswordHasBeenSet = true; m_nextPassword.assign(value);… in SetNextPassword()
514 Aws::String m_nextPassword; variable
H A DCreateNetworkProfileRequest.h285 inline const Aws::String& GetNextPassword() const{ return m_nextPassword; } in GetNextPassword()
299 …NextPassword(const Aws::String& value) { m_nextPasswordHasBeenSet = true; m_nextPassword = value; } in SetNextPassword()
306 …NextPassword(Aws::String&& value) { m_nextPasswordHasBeenSet = true; m_nextPassword = std::move(va… in SetNextPassword()
313 …etNextPassword(const char* value) { m_nextPasswordHasBeenSet = true; m_nextPassword.assign(value);… in SetNextPassword()
543 Aws::String m_nextPassword; variable
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-alexaforbusiness/source/model/
H A DNetworkProfile.cpp107 m_nextPassword = jsonValue.GetString("NextPassword"); in operator =()
178 payload.WithString("NextPassword", m_nextPassword); in Jsonize()
H A DUpdateNetworkProfileRequest.cpp56 payload.WithString("NextPassword", m_nextPassword); in SerializePayload()
H A DCreateNetworkProfileRequest.cpp73 payload.WithString("NextPassword", m_nextPassword); in SerializePayload()