public static CreateVaultResultUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new CreateVaultResultUnmarshaller();
     }
     return(instance);
 }
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            CreateVaultResponse response = new CreateVaultResponse();

            context.Read();

            response.CreateVaultResult = CreateVaultResultUnmarshaller.GetInstance().Unmarshall(context);

            return(response);
        }