Generated 2016-01-20 for Kms.
This commit is contained in:
@@ -45,6 +45,8 @@ void GenerateDataKeyResult::parse(const std::string &payload)
|
||||
keyId_ = value["KeyId"].asString();
|
||||
if(!value["Plaintext"].isNull())
|
||||
plaintext_ = value["Plaintext"].asString();
|
||||
if(!value["KeyVersionId"].isNull())
|
||||
keyVersionId_ = value["KeyVersionId"].asString();
|
||||
|
||||
}
|
||||
|
||||
@@ -63,3 +65,8 @@ std::string GenerateDataKeyResult::getKeyId()const
|
||||
return keyId_;
|
||||
}
|
||||
|
||||
std::string GenerateDataKeyResult::getKeyVersionId()const
|
||||
{
|
||||
return keyVersionId_;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user